Get-RASAVDLocation
NAME
Get-RASAVDLocation
SYNOPSIS
The cmdlet returns a list of Azure Virtual Desktop Locations.
SYNTAX
Get-RASAVDLocation -ProviderId <uint> [<CommonParameters>]
DESCRIPTION
The cmdlet returns a list of Azure Virtual Desktop Locations.
PARAMETERS
-ProviderId <uint> Provider ID from which to retrieve the Azure Virtual Desktop Location information.
Required? true
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters documentation.
INPUTS
-none-
OUTPUTS
EXAMPLES
---------- EXAMPLE 1 ----------
Get-RASAVDLocation -ProviderId 2 | Format-List
Retrieves all the Locations under the Provider with ID 2.
The Format-List cmdlet formats the display output to include all available properties.
RELATED LINKS
-none-
Last updated