How to Restrict Certain Users in a Delivery Group From the Published Desktop
book
Article ID: CTX202893
calendar_today
Updated On:
Description
This article is designed to show users how to restrict who sees the published desktop in a delivery group.
Instructions
- Run Get-BrokerEntitlementPolicyRule
- Find the Delivery group in question. Due to the naming conventions of Citrix you might see the name listed as Name "My Delivery Group_1 where the _1 has been appended to the end of the name.
- Run Set-BrokerEntitlementPolicyRule -Name "My Delivery Group_1" -AddExcludedUsers "MyDomain\DesktopAccessGroup" -ExcludedUserFilterEnabled $true
- Run Get-BrokerEntitlementPolicyRule again and verify that the name has been added to excluded users
- Login to StoreFront and verify that the user does not have access to see the desktop
Issue/Introduction
How to Restrict Certain Users in a Delivery Group From the Published Desktop
Was this article helpful?
thumb_up
Yes
thumb_down
No