Jump to content
Pulseway 9.14 🔥

Requests

Request a script

  1. Hi there, Just wondering if this is an option. I attempted to do the following with batch, but didn't work due to the %appdata% value resolving to somewhere in C:\Windows. mkdir %appdata%\Microsoft\Teams\Backgrounds\Uploads copy "\\SERVER\SHARE\Teams Backup Images\*.jpg" %appdata%\Microsoft\Teams\Backgrounds\Uploads /y Any ideas? Cheers, Joe

    • 3 replies
    • 3.4k views
  2. Hi all, Do anyone of you have a script to remove Solarwinds products? In our case, that should be the N-able Windows agent and Solarwinds MSP (SolarWinds MSP Cache Service, SolarWinds MSP Patch Management Engine, SolarWinds MSP RPC Server). Or have any experience removing it using automation? Thanks in advance!

    • 3 replies
    • 6.2k views
  3. Trying to get a custom script to obtain system uptime in hours and if uptime is greater than 24 hours send a console message to logged in user. Here is what I have so far, but the $Final variable will not populate properly. Also would like to pass the final uptime to an output variable which is tied to a custom field (system level) for use in workflows. Any help would be greatly appreciated

  4. 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
  5. 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
  6. Started by MakoLogics,

    Good morning, I was wondering if anyone has a solution for Pulseway to install .exe files to remote clients. We need to push Screen Connect and Malwarebytes Enterprise to some of our clients with the Pulssway client installed. The Screen Connect tool is great because it allows you to directly upload the .exe to the SC server and then push it out to any machine with the SC client. I hope Pulseway implements this soon.

    • 3 replies
    • 3.1k views
  7. Started by Buckeyes,

    Does anyone have a good script to remove Teamviewer via Pulseway? Even if teamviewer is currently running? Thanks in advance.

    • 3 replies
    • 2.9k views
  8. Can we run a script on all the Windows Pro Machines to enable bit locker?

    • 2 replies
    • 4.7k views
  9. Started by pablohoney,

    Hello - looking for a script to simply and quietly deploy the agent on an endpoint.

    • 2 replies
    • 5.2k views
  10. Started by David,

    Hi Pulseway members, After deploying the Chocolatey Package manager on an endpoint via the CLI, a new shell session is required in order to actually run chocolately commands... How can I ask the Pulseway agent to connect to a new CLI session? Thanks,

    • 2 replies
    • 3.3k views
  11. Started by Gary Haberl,

    Hi all, I am working on setting up monitoring for client backups using Arcserve Backup and Arcserve UDP. Before I get started, does anyone have any work on this type of monitoring they want to share to save me some work? Thank you, Gary

  12. Hi, i do own a small buisness and we are using Pulseway to monitor all our client computers and servers. But there are so much potential in monitoring and we are not using it. I would normaly dig in and find all the solutions to our requests myself - but time is very limited with the daily work and i quite get used to hire experts insted of "try and error" all the way to solutions myself. What we want: - A Report where all Windows Versions Numbers are listed (to see if there all up to date, eg. Version 1709 Build 162.99.192) - A Report to find specific software and corresponding numbers (eg. find old java/flash/adobe versions, eg, find specific software o…

    • 2 replies
    • 3.1k views
  13. 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
  14. 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
  15. 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
  16. 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.

  17. Started by StephenTheTech,

    I would like a script that would allow me to lock the pulseway agent so changes cant be made, without me having to go to each computer to lock it.

  18. Started by Craig Tech,

    Hello, I'm on Windows 10 Pro running Pulseway and have Hyper-V with a few VMs. Is there a way I could start/stop one of the VMs from the Android app using a script?

  19. Started by GTDFW,

    Maybe I am missing something, I would like to see an Application uninstalled trigger in workflows. You have an Application installed trigger so it should not be that hard. David

    • 2 replies
    • 2.9k views
  20. Started by wt6uo9g,

    Hello, i need a Powershell Script which Loops in a Log File ~last 20 Lines and checks for a Error Code, if the Error Code is found it should restart a service

    • 2 replies
    • 2.2k views
  21. Hello, Trying to figure out a way to update abode via pulseway most of our computers are win10 and some win11 or is there a plugin that will work if a script isn't possible ? Is there also an automated script to return all the accounts that haven't logged in for X amount of days then delete those user accounts without having to do "Connect-AzureAD" as I don't want to put Azure creds online Regards, Jordan

    • 2 replies
    • 2.4k views
  22. Hey Guys, So we need to automate patching and reporting for Mac OS. From the best of my knowledge I can't find this feature anywhere within pulseway (crazy I know), and I can't find any scripts within the forum. Can anyone help me out on this one? I'll update if I find anything myself. -Sam

  23. So in the script i have Output as FileShares as a text output In Automation > Custom Fields I have another one called FileShares as a custom Text field as well. My script is pretty basic, so I don't see why its not saving the field. # Outputs $FileShares = "0" # Get all shared folders on the local computer $shares = Get-WmiObject -Class Win32_Share | Select-Object Name, Path # Output the list of shares if ($shares) { Write-Host "Current File Shares on $env:COMPUTERNAME:`n" $shares | Format-Table -AutoSize } else { Write-Host "No file shares found on $env:COMPUTERNAME." } Start-Process -FilePath "$env:PWY_HOME\CLI.exe" -ArgumentList ("setVariab…

  24. Started by terstege,

    Hi, I'm looking for a script to log of all users logged on to the computer. I've found some scripts online, but these seem not to work when send by pulseway. Does anyone have a solution. Kind regards, Alwin

  25. Started by Spicy Support,

    Hi Pulseway Users, We are moving over to the new amazing Pulseway Antivirus. After some research we have found our Kaspersky doesn't play well with others. It would be good if someone could come up with a script that would automatically remove the usually programs (ESET, Malwarebytes, Super Antispyware, Norton, ETC). This would save us having to jump onto a computer to remove all these items before we push out the Kaspersky installation etc. Any ideas? Thanks Phil

    • 1 reply
    • 4.4k views