Set-RASPubItemFilter
NAME
Set-RASPubItemFilter
SYNOPSIS
Modifies settings of the filter within a published resource of any type (folder, app, desktop).
SYNTAX
Set-RASPubItemFilter [-Id] <uint> [-Default {Deny | Allow}] [-SiteId <uint>] [<CommonParameters>] Set-RASPubItemFilter [-InputObject] <PubItem> [-Default {Deny | Allow}] [-SiteId <uint>] [<CommonParameters>]
DESCRIPTION
Modifies settings of the filter within a published resource. A resource can be specified using either its name, ID, or an object containing the resource properties.
PARAMETERS
-Default <DefaultAssignmentType> Whether the default assignment is allow or deny. Possible values: Deny, Allow
Required? false Position? named Default value Accept pipeline input? false Accept wildcard characters? false-Id <uint> Published resource ID.
Required? true Position? 0 Default value 0 Accept pipeline input? false Accept wildcard characters? false-InputObject <PubItem> An object specifying the published resource. To obtain the object, use the Get-PubItem cmdlet.
Required? true Position? 0 Default value Accept pipeline input? true (ByValue) Accept wildcard characters? false-SiteId <uint> Site ID.
Required? false Position? named Default value 0 Accept pipeline input? false Accept wildcard characters? false<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters .
INPUTS
OUTPUTS
-none-
EXAMPLES
---------- EXAMPLE 1 ---------- Set-RASPubItemFilter 1 -Default Deny Modifies the default filter of a published resource specified by ID to Deny.
Last updated