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.
Parent (PubFolder)
Published resource parent folder.
Id (uint)
Published resource ID.
SiteId (uint)
Site ID.
(CommonParameters)
INPUTS
OUTPUTS
---------- 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.
RELATED LINKS
Last updated