Get-RASAVDCustomHost
Last updated
Last updated
Get-RASAVDCustomHost
The cmdlet returns a list of Azure Virtual Desktop Custom Hosts.
Get-RASAVDCustomHost - (uint) [ (SwitchParameter)] [()]
The cmdlet returns a list of Azure Virtual Desktop Custom Hosts.
Provider ID from which to retrieve the Azure Virtual Desktop Custom Host information.
Show Hosts in existing host pools.
(CommonParameters)
-none-
**---------- EXAMPLE 1 ----------
Get-RASAVDCustomHost -ProviderId 2 | Format-List
Retrieves all the Custom Hosts under the Provider with ID 2.
The Format-List cmdlet formats the display output to include all available properties.
-none-