January 2019
Intermediate to advanced
520 pages
11h 51m
English
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:
Add-PoolEntitlement -Pool_id EngineeringLC1 -sid (Get-User -Name “Engineering_Horizon_Users”).sid
Add-PoolEntitlement -Pool_id EngineeringLC1 -sid (Get-User -Name “Charles Xavier”).sid
The Get-User command accepts wildcards, ...
Read now
Unlock full access