You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Processing of MatchEUCEnvTree has multiple issues:
If statement looking for a folder path of "Brokers" will never be true given:
The folder in Citrix Cloud is "Cloud Connectors"
Cloud Connectors are not returned via any Citrix command (They don't exist in Apps and Desktop / Machine Catalogs)
The '-Broker' parameter (although listed in documentation) doesn't exist in this script.
The Else statement (For all non-Broker) computers incorrectly formats the FolderPath and should be:
$ControlUpEnvironmentObject[$i].FolderPath = "$($BrokerObj.Site)\Delivery Groups$($ControlUpEnvironmentObject[$i].FolderPath)"
The text was updated successfully, but these errors were encountered:
Processing of MatchEUCEnvTree has multiple issues:
$ControlUpEnvironmentObject[$i].FolderPath = "$(
The text was updated successfully, but these errors were encountered: