Get-RASAVDLocation
Last updated
Last updated
Get-RASAVDLocation
The cmdlet returns a list of Azure Virtual Desktop Locations.
Get-RASAVDLocation -** (uint) [()]
The cmdlet returns a list of Azure Virtual Desktop Locations.
Provider ID from which to retrieve the Azure Virtual Desktop Location information.
(CommonParameters)
-none-
**---------- 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.
-none-