How to Restrict Certain Users in a Delivery Group From the Published Desktop

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

  1. Run Get-BrokerEntitlementPolicyRule
  2. 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.
  3. Run Set-BrokerEntitlementPolicyRule -Name "My Delivery Group_1" -AddExcludedUsers "MyDomain\DesktopAccessGroup" -ExcludedUserFilterEnabled $true
  4. Run Get-BrokerEntitlementPolicyRule again and verify that the name has been added to excluded users
  5. 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