Get-RASAVDHostPoolAssignment
Last updated
Last updated
Get-RASAVDHostPoolAssignment
Retrieves the Azure Virtual Desktop Host Pool Assignment List.
Get-RASAVDHostPoolAssignment [[-] (uint)] [()]
Get-RASAVDHostPoolAssignment [[-] (string)] [[-] (uint)] [()]
Retrieves the Azure Virtual Desktop Host Pool Assignment List within an Azure Virtual Desktop Host Pool.
The name of the Azure Virtual Desktop Host Pool for which to retrieve the information.
This must be the actual AVD Host Pool name used in the RAS farm.
Site ID from which to retrieve the AVD Host Pool information.
If the parameter is omitted, the Licensing Server site ID will be used.
The ID of a Azure Virtual Desktop Host Pool for which to retrieve the information.
(CommonParameters)
-none-
**---------- EXAMPLE 1 ----------
Get-RASAVDHostPoolAssignment -Id 1 -ObjType MFA
Retrieves the AVD Host Pool Assignment List within the AVD Host Pool Settings specified by ID. **---------- EXAMPLE 2 ----------
Get-RASAVDHostPoolAssignment -Name "Logon1" -ObjType MFA
Retrieves the AVD Host Pool Assignment List within the AVD Host Pool Settings specified by Name.