add uninstall script

This commit is contained in:
2021-12-22 10:53:03 -05:00
parent e8f1efc2cb
commit b1a89d5d36
+8
View File
@@ -0,0 +1,8 @@
## Install and import additional Powershell modules
Install-MSP360Module
Import-Module -Name MSP360
## Uninstall the agent
LogMsg "Uninstalling Emberkom Cloud Backup agent"
Try { Remove-MBSAgent -RemoveSettings -Force }
Catch { LogErr $_.Exception.Message }