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