update
This commit is contained in:
@@ -5,8 +5,8 @@ Install-PSAteraModule
|
||||
Import-Module -Name PSAtera
|
||||
|
||||
## Get LF host URL from Atera
|
||||
LogMsg "Getting LiquidFiles host URL from Atera API"
|
||||
Try {
|
||||
LogMsg "Getting LiquidFiles host URL from Atera API"
|
||||
Set-AteraAPIKey -APIKey $AteraAPIKey
|
||||
$AteraAgent = Get-AteraAgent
|
||||
$LFHost = $(Get-AteraCustomValue -ObjectType Customer -ObjectId $AteraAgent.CustomerID -FieldName 'LiquidFiles Host URL').ValueAsString
|
||||
|
||||
Reference in New Issue
Block a user