Get-RASPubItem

NAME

Get-RASPubItem

SYNOPSIS

Retrieves information about one or multiple published resources.

SYNTAX

Get-RASPubItem [[-Idarrow-up-right] <uint>] [-SiteIdarrow-up-right <uint>] [<CommonParametersarrow-up-right>] Get-RASPubItem [[-Namearrow-up-right] <string>] [-Parentarrow-up-right <PubFolderarrow-up-right>] [-SiteIdarrow-up-right <uint>] [<CommonParametersarrow-up-right>]

DESCRIPTION

Retrieves information about one or multiple published resources.

PARAMETERS

-Parent <PubFolderarrow-up-right> Published resource parent folder.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       true (ByValue)
        Accept wildcard characters?  false

-Name <string> Published resource name.

-Id <uint> Published resource ID.

-SiteId <uint> Site ID.

<CommonParameters>

INPUTS

PubFolderarrow-up-right

OUTPUTS

PubItemarrow-up-right

EXAMPLES

---------- 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.

Last updated