Jump to content
Pulseway 9.14 🔥

Requests

Request a script

  1. Started by theking123,

    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
  2. It would be helpful to be able to enable maintenance mode in a script and disable it in another script. See if this makes sense. Script 1 = turns on maintenance mode Script 2 = reboots computer Script 3 = turns off maintenance mode Would this work, and how would one do this? This would be a lot simpler than setting a time for maintenance mode in the agent and be more useful since maintenance mode wouldn't depend on a time, but on a script no matter when it runs.

  3. Started by pablohoney,

    Looking for a script to create an automated task to empty the recycle bin.

    • 6 replies
    • 5.4k views
  4. Started by Basil62,

    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
  5. Started by darkboot1,

    I'm not sure if there's an easier way to keep check on this but here goes.. I can only wake my computer up from the internet every 2nd time.. It's hard to keep check wether it's the 31 time or 52 time.. Could anyone write some sort of scripts that displays what the number of the startup is? Or something so I know if it's the odd or equal. I don't know why it's only working 50% of the times cause port and firewall is ok :/ Also windows and bios is too.

  6. I have a wallpaper here: "https://e11onze-public.s3.eu-west-3.amazonaws.com/Assets/Wallpaper_3840x2160.png" I want to standardise this across all my workstations Please help

  7. I need to a workflow to assign patch policy based on the hostname of the computer. Are computers have a naming convention of L00 (for laptops) and D00 (for desktops). So basically I need any computer that starts with a L00 or D00 to get a specific policy and if not get a different one. Can I get some assistance with this please.

  8. Started by Paul,

    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

  9. Hey guys! I've been testing the Webroot trial recently and it has been working fine, but I found something where there is room for improvement.. The Webroot installation can be done through Pulseway already, and everything that's needed is basically the Key Code assigning the client to the corresponding Webroot dashboard. This method works fine, but my idea is to automate as many of these tasks as possible, hence Powershell come in to play. Webroot have published a document with other deployment methods, such as GPO or MSI, and I'm mostly interested in the latter. So I created a script for the installation task, which is working fine in itself. But I al…

  10. 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
  11. Started by Arne,

    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
  12. I have been beating my head against this for a while. I can these commands locally and they work fine, but when I use Pulseway they throw errors on the variable for the username. I have tried running all in one script from powershell and I have broke it up in to two scripts the first 2 line being in powershell (which works as intended) and the second line in batch (also tried running manually from terminal). Im sure there is something small I am doing wrong and I would appreciate the help, thanks $user= get-wmiobject-class win32_computersystem | select-object username wmic UserAccount where name=$User set Passwordexpires=true net user $env:USERNAME /logonpas…

  13. 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
  14. Hi, I am new to pulseway. Have written the following PowerShell script which works fine on my test machine. Clear-RecycleBin -Force However when run from pulse way it reports the script has run successfully but nothing is deleted from the recycle bin. The following error is shown in execution details: Clear-RecycleBin : The system cannot find the path specified At C:\Program Files\Pulseway\automation_b6682084_076f_4d67_80a0_0200e70e0897.ps1:1 char:1 + Clear-RecycleBin -Force + ~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (RecycleBin:String) [Clear-RecycleBin], Win32Exception + FullyQualifiedErrorId : FailedToClearRecycleBi…

    • 4 replies
    • 1.6k views
  15. I need assistance in finding a script for Pulseway to notify end users to restart their machines due to high uptime.

  16. Started by Sjakkie van den Oever,

    Hi, I'm looking for a script / report which shows who and when is been logged on and how long the user has been idle on daily basis. the default script in pulseway shows only the status of that moment.

  17. 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
  18. Started by pablohoney,

    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.

  19. Started by Rave-Net Computers,

    With OES2018 based on SLES12sp2, the /etc/issue file pulseway uses to check Linux OS release now states "MicroFocus Open Enterprise Server " instead of "SUSE Linux Enterprise Server" like previous OES releases. Please add the below to your linux built in scripts for detecting MicroFocus/Suse based os detect_os "MicroFocus" && echo "Found MicroFocus" && zypper_update && return

    • 3 replies
    • 3.4k views
  20. Started by pete_harris,

    Does anyone have or know how to create a script to disable Password Protected Sharing in Windows 10. This has become a real issue for me as every time Microsoft has an update the default is "Turn on password protected sharing" which forces me to do a lot of tweaks. Thanks in advance, Pete

    • 3 replies
    • 5.6k views
  21. Started by Biffo,

    Hi, I've seen a few comments around SNMP on Linux but cannot find anything detailed enough to get me started as an SNMP nubie. My goal is to monitor Oracle DB on RedHat using SNMP. I have set up snmp on the Linux server but I need to understand how to use snmpget to interface with Pulseway. Can anyone point me in the right direction please? Thanks

    • 3 replies
    • 2.8k views
  22. Hi. I am making an Automation Script that updates a custom plugin-file, that might is always be in use, to a newer version. If the plugin doesn't already exist everything works fine. But if it already exist it cannot be overwritten, because the Pulseway Service (and managers, if any are running) is using the file. My solution is to stop the service, overwrite the file and start the service. It works very well when executing manually in ISE, but not when executed as an Automation Script from Pulseway. It looks like the entire script is terminated when the service stops, and the execution doesn't return anything in execution history - no…

    • 3 replies
    • 3.1k views
  23. Started by pete_harris,

    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
  24. Started by jcsnyc,

    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?

  25. Started by Castle,

    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