Get-RASPubAVDApp
Last updated
Last updated
Get-RASPubAVDApp
Retrieves information about one or multiple published applications.
Get-RASPubAVDApp [[-] (uint)]** [ (uint)] [()]
Get-RASPubAVDApp [[-]** (string)] [ (uint)] [()]
Retrieves information about one or multiple published applications.
The cmdlet returns an array of objects of type PubAVDApp, each containing properties of a published application.
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-RASPubAVDApp | Format-List
Retrieves the information about all available published AVD applications.
The Format-List cmdlet formats the display output to include the complete list of properties for each application. **---------- EXAMPLE 2 ----------
Get-RASPubAVDApp "My AVD App"
Retrieves the information about an application specified by name. **---------- EXAMPLE 3 ----------
Get-RASPubAVDApp -Id 11
Retrieves the information about an application specified by ID.