Get-RASPubItem
Last updated
Last updated
Get-RASPubItem
Retrieves information about one or multiple published resources.
Get-RASPubItem [[-] (uint)]** [ (uint)] [()]
Get-RASPubItem [[-]** (string)] [- ()] [ (uint)] [()]
Retrieves information about one or multiple published resources.
Published resource parent folder.
Published resource name.
Published resource ID.
Site ID.
(CommonParameters)
**---------- EXAMPLE 1 ----------
Get-RASPubItem
Retrieves the information about all available published resources. **---------- EXAMPLE 2 ----------
Get-RASPubItem "My app"
Retrieves the information about a published resource specified by name. **---------- EXAMPLE 3 ----------
Get-RASPubItem -Id 11
Retrieves the information about a published resource specified by ID.