Requests
Request a script
101 topics in this forum
-
I accidentally ran the built in script on a scope that included all machines we monitor, as a result we are getting hundreds of Tickets to opened with each status. I am new to this, can anyone provide a script to reverse the build in script that looks like this, basically I dont want to monitor any services This is the script that ran, which i would like to "unrun" as my service desk is going to explode with tickets $services = Get-wmiobject win32_service -Filter "StartMode = 'Auto'" | select Name; Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor\Services" -Name "Count" -Value $services.Count.ToString(); $count = 0; foreach ($ser…
-
- 1 reply
- 2k views
- 1 follower
-
-
Hi is there a feature or plans to add so that we can run a report of remote access per machine with time and date stamp
-
- 1 reply
- 3.2k views
-
-
Hi :) how would one approach to automatically restart a windows software on a pulseway managed windows client on repeated error messages that it writes to a log file in it's directory? What I'd like to achieve is for example for: C:\examplesoftware\program.exe that writes a log C:\examplesoftware\log.txt on the e.g. 3rd appearance of e.g. "Session Timeout to server" exit C:\examplesoftware\program.exe wait e.g. 30 seconds run C:\examplesoftware\program.exe again and continue monitoring C:\examplesoftware\log.txt Would this be possible? I didn't find a windows based software that could do this so my hope would be that maybe pulseway can :) …
-
- 0 replies
- 1.7k views
-
-
Would love a way to silently install and run Dell command update utility to Dell endpoints to keep drivers up to date, as Dell are frequently rolling out driver updates. Has anyone been able to make this work for them? I've looked into it and found some sample scripts on reddit to try and edit and test. the problem I have is getting dell command update to install first, then getting the configuration file out to the required computers that need it, then running the update silently. If someone has managed to get this working, I would love to see how you did it, or kindly ask for some sample scripts to work with? Any assistance would be greatly appreci…
-
- 0 replies
- 6.6k views
- 1 follower
-
-
Hi, Is there a cmd (shell/terminal) that I can run via a script within Pulseway to copy a folder with locked files within the same hard-drive? In this case I need to copy the Quickbooks folder. I do not want to use a 3rd party software. Thanks for the help.
-
- 1 reply
- 3.9k views
-
-
Hello, Id like to request a script where the user has to change their SYSTEM password on their next reboot. This without the usage of an ACTIVE DIRECTORY! is that possible?
-
- 1 reply
- 2.3k views
-
-
Looking for a script that I can run to drop from XXX domain, set to "WORKGROUP" and reboot. I used to have this in a command line form that I can't find.
-
- 2 replies
- 3.7k views
- 1 follower
-
-
Is there a script to stop and restart a service? I see a script where you can stop a service but I need a script to stop and then restart a service. Thank you
-
- 1 reply
- 2.8k views
- 1 follower
-
-
Does anyone have a script to run ccleaner. It’s already installed on the workstations I want to be able to run it. Thank you
- 3 replies
- 3.7k views
- 1 follower
-
Does anyone have an update script for making and removing snapshots in VMware? I would like to use it together with Windows update scripts to search and install updates.
-
- 1 reply
- 3.6k views
- 1 follower
-
-
I don't know much about scripts, PowerShell etc. I need to execute a program that already resides on a scope of remote Windows 10 computers The program is C:\Webcat\utility\PEDSSync.App.exe with /s for silent mode.
-
- 1 reply
- 2.7k views
-
-
Hello, Is it possible to add websites in the Pulseway dashboard? If it is possible how does it work? I am trying to get a website in my existing dashboard but it doesn't work yet. I cant find info of it anywhere. Regards Mitch
-
- 1 reply
- 2.5k views
-
-
Can anyone work out a way to download the latest version of tronscript and the run it? would be great to do a one click run from a mobile phone etc
-
- 0 replies
- 2.4k views
-
-
Hi there! I am looking for a way to install a custom MSI pakage that I built on my endpoints via a script. I have the MSI package on my website. I need the script to download the MSI from my website, then execute in silent mode. Thank you!!
-
- 2 replies
- 5.5k views
-
-
I have been trying to build a script to change the set the Windows 10 active hours and turn on automatic updates via registry changes and so far have not been successful, anyone have something like that?
-
- 0 replies
- 2.7k views
-
-
I am trying to upgrade some software using PowerShell and I am not sure if my parameters are correctly formatted . See highlighted text # Silent Install Secure Secure Authentication # http://repository.eset.com/v1/com/eset/apps/business/esa/windows/v2/2.7.32.0/esa_nt64_enu.msi # Path for the workdir $workdir = "c:\scripts\" # Check if work directory exists if not create it If (Test-Path -Path $workdir -PathType Container) { Write-Host "$workdir already exists" -ForegroundColor Red} ELSE { New-Item -Path $workdir -ItemType directory } # Download the installer $source = "http://repository.eset.com/v1/com/eset/apps/business/es…
-
- 0 replies
- 3.5k views
-
-
I want a program to always run on my computer. Is there a script that forces a program to restart after its process has been stopped? Thanks in advance
-
- 6 replies
- 5.1k views
-
-
Is it possible to have a Screen View of a set of PCs emailed on a daily basis? I see the the script for starting screen view, but how can I capture the view and then email it out automatically?
-
- 3 replies
- 3.4k views
- 1 follower
-
-
-
I would very much like to see some Arch Linux scripts added or at least include Arch compatibility in the existing Linux scripts. Updating my Arch systems from my phone with a single click would be pretty slick.
-
- 1 reply
- 3.3k views
-
-
hi I'm an inexperienced Puseway user and I need help I need a script which can open exe files I've tried ones form online they work locally but not Using Pulseway thanks, theking123
-
- 8 replies
- 8.9k views
-
-
Hi All, So since there was an update in Windows 10 it seems I have many computers that don't show all the other computers on the network. (Windows Workgroup) I use the UVK tool on a regular basis for general repairs and they have a script that works great to repair this, however I cannot get access to just that particular script as it is coded in the tool. Does anyone know if there is a script I can upload to Pulseway that will perform the same repair? Thanks, Pete
-
- 3 replies
- 3.6k views
-
-
My predecessor had created a script that would install a desktop link to our help desk. We no longer use this solution and I want to have the shortcut removed from every device. I can't seem to find a script to do this. I hope someone could help. This is the script that he had used: @echo off md C:\icon copy "\\edmws001\image\Nortrux_Helpdesk_icon.ico" "c:\icon" icacls "C:\Users\Public\Desktop\Nortrux IT Help Desk.lnk" /inheritance:r /grant Administrators:F icacls "C:\Users\Public\Desktop\Nortrux IT Help Desk.lnk" /inheritance:r /grant Users:F icacls "C:\Users\Public\Desktop\Nortrux IT Help Desk.lnk" /inheritance:r /grant INTERACTIVE:F attrib -R "C:…
-
- 1 reply
- 3.9k views
-
-
Hi there, Are there possibility's to create a Powershell script which starts a Veeam backup of a VM which you can add to the Task section? We would like to automate the Windows Updates for the VM's, but before they update we would like to make a backup/snapshot of the VM first.
-
- 0 replies
- 2.4k views
-
-
So this simple script works on any computer. reg query HKEY_CURRENT_USER\Network /s I am testing out Pulseway right now and trying to see what its limits are for scripting. It seems Pulsway executes Batches and Powershell as a system account and not the local logged in user. I can understand batch files to add mapped drives not working but this query should not be affected by that same issue. It shows me all the mapped drives for the logged in user. What I do not understand is why Running this in Pulseway it returns this; ERROR: The system was unable to find the specified registry key or value. …
-
- 4 replies
- 5.8k views
-