Skip to content

CTX_Cloud_Sync.ps1 issue with MatchEUCEnvTree parameter processing #39

Description

@mcs8477

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)"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions