Get-RASAVDHostPoolAssignment.md
NAME
Get-RASAVDHostPoolAssignment
SYNOPSIS
Retrieves the Azure Virtual Desktop Host Pool Assignment List.
SYNTAX
**Get-RASAVDHostPoolAssignment [[-Id] (uint)] [(CommonParameters)]
**Get-RASAVDHostPoolAssignment [[-Name] (string)] [[-SiteId] (uint)] [(CommonParameters)]
DESCRIPTION
Retrieves the Azure Virtual Desktop Host Pool Assignment List within an Azure Virtual Desktop Host Pool.
PARAMETERS
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)
INPUTS
-none-
OUTPUTS
EXAMPLES
**---------- 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.
RELATED LINKS
Last updated