Get-RASAVDHostPool
Last updated
Last updated
Get-RASAVDHostPool
Retrieves information about one or multiple Azure Virtual Desktop Host Pool properties.
Get-RASAVDHostPool [[-]** (uint)] [()]
Get-RASAVDHostPool [[-]** (string)] [[-] (uint)] [()]
The cmdlet returns an object of type Azure Virtual Desktop Host Pool properties.
To see the complete list of object properties, use the Format-List cmdlet (see examples).
The result set contains only the major properties of a pool; it does not include the complete list of settings supported in RAS.
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-RASAVDHostPool -Name "My AVDHostPool" | Format-List
Retrieves information about the AVD Host Pool properties specified by name from the Licensing Server site. **---------- EXAMPLE 2 ----------
Get-RASAVDHostPool -Id 10
Retrieves information about the AVD Host Pool specified by ID from the Licensing Server site.