Get-RASAVDHostPoolAssignment
Retrieves the Azure Virtual Desktop Host Pool Assignment List.
Get-RASAVDHostPoolAssignment [[-Id] <uint>] [<CommonParameters>]
Get-RASAVDHostPoolAssignment [[-Name] <string>] [[-SiteId] <uint>] [<CommonParameters>]
Retrieves the Azure Virtual Desktop Host Pool Assignment List within an Azure Virtual Desktop Host Pool.
-Name <string> 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.
-SiteId <uint> Site ID from which to retrieve the AVD Host Pool information.
If the parameter is omitted, the Licensing Server site ID will be used.
-Id <uint> 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.