Get-RASPubItemFilter

NAME

Get-RASPubItemFilter

SYNOPSIS

Retrieves information about a published resource filter.

SYNTAX

Get-RASPubItemFilter [[-Id] <uint>] [-SiteId <uint>] [<CommonParameters>] Get-RASPubItemFilter [-Name] <string> [-Parent <PubFolder>] [-SiteId <uint>] [<CommonParameters>]

DESCRIPTION

Retrieves information about a published resource filter.

PARAMETERS

-Name <string> Published resource name.

        Required?                    true
        Position?                    0
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-Parent <PubFolder> Published resource parent folder.

-Id <uint> Published resource ID.

-SiteId <uint> Site ID.

<CommonParameters>

INPUTS

PubFolder

OUTPUTS

PubItemFilter

EXAMPLES

---------- EXAMPLE 1 ---------- Get-RASPubItemFilter "My app" Retrieves the information about a filter from a published resource specified by name. ---------- EXAMPLE 2 ---------- Get-RASPubItemFilter -Id 11 Retrieves the information about a filter from a published resource specified by ID.

Last updated