Get-RASPubAVDDesktop
Last updated
Last updated
Get-RASPubAVDDesktop
Retrieves information about one or multiple published desktops.
Get-RASPubAVDDesktop [[-]** (uint)] [ (uint)] [()]
Get-RASPubAVDDesktop [[-]** (string)] [ (uint)] [()]
Retrieves information about one or multiple published desktops.
The cmdlet returns an array of objects of type PubAVDDesktop.
To see the complete list of object properties, use the Format-List cmdlet (see examples).
This is an Experimental feature which is subject to slight changes.
Published resource name.
Published resource ID.
Site ID.
(CommonParameters)
-none-
**---------- EXAMPLE 1 ----------
Get-RASPubAVDDesktop | Format-List
Retrieves information about all available published desktops.
The Format-List cmdlet formats the display output to include all available desktop properties. **---------- EXAMPLE 2 ----------
Get-RASPubAVDDesktop "My AVD Desktop"
Retrieves the information about a desktop specified by name. **---------- EXAMPLE 3 ----------
Get-RASPubAVDDesktop -Id 11
Retrieves the information about a desktop specified by ID.