How to get delivery group published name/assigned users detail information via Powershell command
book
Article ID: CTX579150
calendar_today
Updated On:
Description
- Get delivery group published name/assigned users/Desktops detail information via Powershell command
Instructions
- asnp citrix*
- $FormatEnumerationLimit=-1
- For Delivery group Name/TotalDesktop
Get-BrokerDesktopGroup | select Name, TotalDesktops
- For Delivery group and related Assigned users
Get-BrokerAccessPolicyRule | select DesktopGroupName, IncludedUsers
- For Delivery group published Name
- For pool random desktop :Get-BrokerEntitlementPolicyRule | Select DesktopGroupUID,PublishedName
- For dedicated desktop:Get-BrokerAssignmentPolicyRule | Select DesktopGroupUID,PublishedName
//The DesktopGroupUid can be found in "Get-brokerdesktoproup"
Was this article helpful?
thumb_up
Yes
thumb_down
No