Get-RASAVDCustomHost
NAME
Get-RASAVDCustomHost
SYNOPSIS
The cmdlet returns a list of Azure Virtual Desktop Custom Hosts.
SYNTAX
Get-RASAVDCustomHost -ProviderId (uint) [ShowHostsInHostPool (SwitchParameter)] [(CommonParameters)]
DESCRIPTION
The cmdlet returns a list of Azure Virtual Desktop Custom Hosts.
PARAMETERS
ProviderId (uint)
Provider ID from which to retrieve the Azure Virtual Desktop Custom Host information.
ShowHostsInHostPool (SwitchParameter)
Show Hosts in existing host pools.
(CommonParameters)
INPUTS
-none-
OUTPUTS
EXAMPLES
---------- 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.
RELATED LINKS
-none-
Last updated