Requests
Request a script
101 topics in this forum
-
Pulseway needs a website that shows service status on all their products and offerings. Pulseway RMM PSA Backup...etc. Currently this doesn't exist. When there are outages, we are having to run to forums, Reddit, etc. That information should be made public and centralized. Other providers have that, and it likely would cut down on volume of tickets saying, "Hey your service is down." Thanks!
-
- 1 reply
- 1.8k 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
-
-
Hey I want to reboot my servers only when it's really needed. We have like 100 servers running in production, so it's necessary to only reboot when needed after updates. I found a script test-pendingreboot but can't get it in a proper script to run it Should be like this if test-pendingreboot is "true" {restart-computer} Hope you can help me out Cheers
-
- 1 reply
- 2.2k views
- 1 follower
-
-
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
-
-
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
-
-
Hello, I would like to enable "Create Restore Point before installing" in Patch Management > Policies > My Policy This policy is run in a schedule. However because of storage concerns I would like it to remove the previous restorepoint before creating a new one. (It would even be better if it is possible to keep 3 restore points and only deleting the oldest one.) Is this possible either with a script or in some other way? Thanks in advance!
- 1 reply
- 2.5k views
-
Is there a report that we can use to list the certificates that are installed on a workstations trusted certificate store?
-
- 3 replies
- 2.4k 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
-
-
I've tried a couple of recommendations around the web for powershell and batch for restarting a Windows machine. Each script seems to work fine on all machines with the exception of one workstation that seems to shutdown only and not perform a restart - when the scheduled task is ran via Pulseway. Has anyone ever experienced this - where the machine simply shuts down vs restarting? Also, is there a reliable Windows restart script that anyone can share? Thank you.
- 3 replies
- 7.7k views
- 1 follower
-
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
-
-
Is there a possibility to write a script for uninstalling a antivirus programm? I need that because i have to install a new antivirus progamm over pulseway for a company. They have a different one and i need something to uninstall the old one from all computers
-
- 1 reply
- 2.2k views
-
-
Hi, I'd like to know how to use Script function for setting Windows updating schedule? I want to set that Windows would be updated two weeks later after set up the script for each device group or tagged devices. Best Regards,
-
- 0 replies
- 2.2k views
-
-
Hi, We've just published 14 new built-in scripts and more will be added soon. Please post here what scripts you'd like to see in the Pulseway automation module. -Paul
- 4 replies
- 4.9k views
- 1 follower
-
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
-
-
Each client has different implementations of a specific 'action', lets say action A. I have created batch scripts on each client to handle these implementations, so all clients have a C:\Scripts\StartActionA.bat file. These actions have to run in an existing user session with GUI, so I have set up a powershell script in Pulseway called StartActionA which contains: cmd.exe /c 'psexec -i 1 -d "C:\Scripts\StartScriptA.bat"' Through an agent, (phone or my.pulseway.com) I can run this script for a specific PC, and it works beautifully. It seems as if the windows-agent doesn't support launching scripts, which is in fact a secondary issue. My goal is now to have …
-
- 4 replies
- 4.8k views
-
-
So far, this works perfectly if you manually go through and... right click > New > Shortcut > Location ... "C:\Program Files\Pulseway\pcmontask.exe" support > Get Support (or some other name) >Finish
- 2 replies
- 4.5k views
-
The more computers I add the more I see this being a problem whereby the Pulseway service doesn't always start when the computer is turned on. I've got to the point now where I set the PC Monitor service to delayed start each time I install a new device, however I've noticed on at least 2 computers this week that even this doesn't work and the service still hasn't started even though it is set to delayed. What I would like is a script that will create a Windows Scheduled Task which would run at least once per day to start the service. I've tried manually creating a scheduled task to do this but I'm not sure what I'm doing wrong as it doesn't seem to work. I'd li…
-
- 3 replies
- 5k views
-
-
Hi, I would like a windows script to disable the FIPS registry key (set to 0) and to deploy (install) pulseway on a computer. Could you help ? Thanks
-
- 1 reply
- 2.1k views
-
-
Hello I keep getting a ton of alerts daily for Windows Defender, they show up as important updates. I run the Web Root AV on all my clients so I would love a script to disable Windows Defender on all machines. It would take for ever to do hundreds of machines manually. Thank you.
-
- 2 replies
- 5.4k views
-
-
i am a bit new here... i am looking for a way to tell some of our computers to download and install av industry-specific software on our technical and lighting computers software examples. - Dante Controller -GrandMA2 onPC -Wireless Workbench -Etc. any assistance would be appreciated
-
- 3 replies
- 2.5k views
-
-
Does anyone know of a script that can remove Trend Micro? I am not versed in scripting and would like to find one that would save me from having to remove it 50 times manually. Thanks!
-
- 1 reply
- 8.5k views
-
-
I use Pulseway to monitor my finicky Dell Inspiron 15 7000 Gaming Laptop and I noticed my laptop has thousands upon thousands of logs in Event Logs. I specifically need the 'Application Event Logs', 'Security' and 'System' event logs saved, ideally as a .CSV file. I don't know much PowerShell/Bash/VBScript, so I was hoping someone knows how to do this.
-
- 0 replies
- 3k views
-
-
anyone have any scripts they use that will send an alert to pulseway about a machine that has been online for X amount of days?
- 4 replies
- 3k 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 want to be able to start a program in full screen from android app, for example kodi.exe
-
- 1 reply
- 3.2k views
-