removed wait param

This commit is contained in:
2022-12-15 14:23:26 -05:00
parent 74559046c0
commit 61990346d0
+1 -1
View File
@@ -4,5 +4,5 @@ Import-Module -Name MSP360
## Uninstall the agent ## Uninstall the agent
LogMsg "Uninstalling Emberkom Cloud Backup agent" LogMsg "Uninstalling Emberkom Cloud Backup agent"
Try { Remove-MBSAgent -RemoveSettings -Force -Wait } Try { Remove-MBSAgent -RemoveSettings -Force }
Catch { LogErr $_.Exception.Message } Catch { LogErr $_.Exception.Message }