Jump to content
Pulseway 9.14 🔥

Requests

Request a script

  1. 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?

  2. Started by farsidetech,

    Hi, I created a script to basically inform the customer (they have to click ok to start it) then perform a bunch of maintenance things once per week. I tried it but none of it seems to be working, even my pop-up command doesnt seem to be working when i run a script with just that, ideas? #inform customer and enable pulseway maintenance mode Add-Type -AssemblyName PresentationFramework [System.Windows.MessageBox]::Show('FarSide Tech Repairs - Automated Monthly Maintenance will begin. Your system may restart. Please save any work and leave computer idle. Press OK to continue.') Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor" -Name "MaintenanceMode…

    • 1 reply
    • 3.3k views
  3. 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
  4. 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
  5. Started by PaulWTech,

    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.

  6. Started by martin,

    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
  7. 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…

  8. 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
  9. 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…

  10. Started by Geddie,

    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.

  11. Started by Castle,

    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

  12. 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.

  13. 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
  14. 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
  15. Started by mitch,

    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
  16. 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
  17. Started by spicysupport,

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

    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
  19. 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
  20. 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
  21. Started by Finzsoft,

    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
  22. 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
  23. 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?

  24. Started by pulsedavi,

    someone has a script to install or update dike?

    • 0 replies
    • 3.4k views
  25. 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