This commit is contained in:
2021-09-24 14:14:57 -04:00
parent 38e38d29b4
commit ac0e984784
+1 -1
View File
@@ -29,7 +29,7 @@ Catch { LogErr $_.Exception.Message }
## Set the agent edition
LogMsg "Setting Emberkom Cloud Backup agent edition to ""$AgentEdition"""
Try { Set-MBSAgentSetting -Edition $AgentEdition -Verbose }
Catch { $_.Exception.Message }
Catch { LogErr $_.Exception.Message }
## Get agent details and custom fields from Atera
Try {