Set-RASPubItemFilter
Modifies settings of the filter within a published resource of any type (folder, app, desktop).
Set-RASPubItemFilter [-Id] <uint> [-Default {Deny | Allow}] [-SiteId <uint>] [<CommonParameters>]
Set-RASPubItemFilter [-InputObject] <PubItem> [-Default {Deny | Allow}] [-SiteId <uint>] [<CommonParameters>]
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.
-Default <DefaultAssignmentType> Whether the default assignment is allow or deny.
Possible values: Deny, Allow
-Id <uint> Published resource ID.
-InputObject <PubItem> An object specifying the published resource.
To obtain the object, use the Get-PubItem cmdlet.
-SiteId <uint> Site ID.
<CommonParameters>
-none-
---------- EXAMPLE 1 ----------
Set-RASPubItemFilter 1 -Default Deny
Modifies the default filter of a published resource specified by ID to Deny.