In this section, we will review several different commands that can be used to manage Horizon client entitlements and sessions.
Managing Horizon client entitlements and sessions
Adding desktop pool entitlements
Entitling is the act of granting AD users or groups access to the Horizon pools. In this section, we will review how to entitle both individual users as well as AD security groups. The following list shows how entitlements can be implemented:
- The following Add-PoolEntitlement command will entitle the Engineering_Horizon_Users group to the EngineeringLC1 desktop pool:
Add-PoolEntitlement -Pool_id EngineeringLC1 -sid (Get-User -Name
“Engineering_Horizon_Users”).sid
- To entitle individual users...