Windows
Windows installation and configuration
403 topics in this forum
-
Hello, I try with this script to remove the agent from a former client: try { $result = Get-WmiObject win32_product -filter "Name LIKE 'Pulseway'" | Select-Object IdentifyingNumber; [string]$a = $result.identifyingNumber; msiexec.exe /X $a /qn Remove-Item -Path "HKLM:\SOFTWARE\MMSOFT Design" -Recurse if (Test-Path -Path "C:\Program Files\Pulseway") { remove-item -path "C:\Program Files\Pulseway" -Force -Recurse -ErrorAction SilentlyContinue } Write-Host "$a Uninstallation completed successfully" } catch { Write-Host "Uninstallation failed" Break } But it is still installed. So what can I to totally remove it? {12CF5BF5-CA28-4…
-
- 0 replies
- 1.3k views
-
-
Did the setting for the web app timeout get moved?
-
- 0 replies
- 1.1k views
- 1 follower
-
-
Every day we get the error message on our server: Pending reboot is required. I only have this problem on the server. The servers are up to date and I have already rebooted them several times. But the message comes back after a few seconds.
-
- 0 replies
- 821 views
-