Get-RASPubRDSDesktop
Last updated
Last updated
Get-RASPubRDSDesktop
Retrieves information about one or multiple published desktops.
Get-RASPubRDSDesktop [[-]** (uint)] [ (uint)] [()]
Get-RASPubRDSDesktop [[-]** (string)] [ (uint)] [()]
Retrieves information about one or multiple published desktops.
The cmdlet returns an array of objects of type PubRDSDesktop.
To see the complete list of object properties, use the Format-List cmdlet (see examples).
Published resource name.
Published resource ID.
Site ID.
(CommonParameters)
-none-
**---------- EXAMPLE 1 ----------
Get-RASPubRDSDesktop | 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-RASPubRDSDesktop "My RDS Desktop"
Retrieves the information about a desktop specified by name. **---------- EXAMPLE 3 ----------
Get-RASPubRDSDesktop -Id 11
Retrieves the information about a desktop specified by ID.