Requests
Request a script
101 topics in this forum
-
Hello, I am trying to uninstall Windows Apps (Cortana, Weather, Mail, etc.) from my computers on Pulseway. I made the following script, that works perfectly when ran locally, but when I try to run it through Automation with Pulseway, I get no success. dism /online /get-provisionedappxpackages |ft PackageName dism /online /remove-Provisionedappxpackage /packagename:Microsoft.DesktopAppInstaller_2019.125.2243.0_neutral_~_8wekyb3d8bbwe dism /online /remove-Provisionedappxpackage /packagename:Microsoft.Getstarted_8.2.22942.0_neutral_~_8wekyb3d8bbwe #dism /online /remove-Provisionedappxpackage /packagename:Microsoft.Messaging_2019.125.32.0_neutral_~_8wekyb3d8bb…
-
- 1 reply
- 5k views
-
-
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
-
-
Hello, when i take control of the computers from our customers, i would like a way to disable their mouse en keyboard. i hope someone can help me. kind regards Rick
-
- 0 replies
- 2k 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
-
-
Hey Guys, Any of you have a script to uninstall all of Adobe Flash player and its plugins? Since it is no longer supported it will be incredibly useful to remove them from all machines for everyone.
-
- 0 replies
- 1.8k views
-
-
Hi there - forgive me if this has been discussed. I used the search function and didnt come across anything. I actually came to this software by way of overclocking my personal PC. I am also an IT manager and after tinkering with the free home license, I can definitely see the advantages to having this software setup on my business network. Props to Pulseway for a very cool piece of software! Question: Since I am currently using the free, home version and for my personal PC, my intentions are to get overclocking-based monitoring of my system reported to my iPhone. I can run this kind of monitoring software on the PC itself, but that takes PC resources as we…
-
- 0 replies
- 1.8k views
-
-
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
-
-
Does anyone know if a script exists to update systems to the October 2020 update? We want to roll it out to the entire team but have been told by Pulseway that the only solution is a script.
-
- 1 reply
- 2.7k views
- 1 follower
-
-
Hello everyone, My question is regarding windows 10 restore points in Pulseway. We noticed that when run our tasks and view the script output later on. We see that Create System Restore Point is successfully checked of even though the log tells us differently: Checkpoint-Computer : This command cannot be run due to the following error: the service cannot be started because it is disabled or does not have enabled devices associated with it. Is there a way to add an extra step to enable System Restore before actually making a Restore Point? With kind regards, Rudolf
-
- 1 reply
- 3.1k 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
-
-
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
-
- 3 replies
- 3.2k views
- 1 follower
-
-
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
-
-
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
-
-
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
-
-
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
-
-
Hi, I am looking for a way to send more info in the "Send mail" function within worflows. In this case I have a workflow that reports on stopped services but the email is only telling me that there was a service that stopped. I need to know which service on which server and when. Are there any variables to put in to acheive this? :-) Mike
-
- 1 reply
- 2.5k views
-
-
Hi, I am looking for a script that can trigger a 3rd party patch policy ad-hoc outside the policy schedule. It´s going to be used to start the installation process of software on newly registered machines in a "Computer registered" workflow. If there is anyone with another take on that I´m all ears. Best regards Mike
-
- 0 replies
- 2.6k views
-
-
Is there a way to make a script that will log you into any user profile?
-
- 0 replies
- 2.5k views
-
-
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?
-
- 2 replies
- 3.7k views
- 1 follower
-
-
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…
- 4 replies
- 3.6k views
- 1 follower
-
Does anyone have a script or something they use/can recommend to pull internet browser history/usage? When I used Continuum, this was a feature in reports.. but i've not had any luck finding anything like it with Pulseway.
-
- 1 reply
- 3.3k views
-
-
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.
-
- 2 replies
- 3.8k views
- 1 follower
-
-
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
-
-
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
-
-
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
-