Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CTX_Cloud_Sync.ps1 issue with MatchEUCEnvTree parameter processing #39

Open
mcs8477 opened this issue Jan 21, 2022 · 0 comments
Open

CTX_Cloud_Sync.ps1 issue with MatchEUCEnvTree parameter processing #39

mcs8477 opened this issue Jan 21, 2022 · 0 comments

Comments

@mcs8477
Copy link

mcs8477 commented Jan 21, 2022

Processing of MatchEUCEnvTree has multiple issues:

  • If statement looking for a folder path of "Brokers" will never be true given:
  1. The folder in Citrix Cloud is "Cloud Connectors"
  2. Cloud Connectors are not returned via any Citrix command (They don't exist in Apps and Desktop / Machine Catalogs)
  3. 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)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant