Set-RASPubItemFilter

NAME

Set-RASPubItemFilter

SYNOPSIS

Modifies settings of the filter within a published resource of any type (folder, app, desktop).

SYNTAX

Set-RASPubItemFilter [-Idarrow-up-right] <uint> [-Defaultarrow-up-right {Deny | Allow}] [-SiteIdarrow-up-right <uint>] [<CommonParametersarrow-up-right>] Set-RASPubItemFilter [-InputObjectarrow-up-right] <PubItemarrow-up-right> [-Defaultarrow-up-right {Deny | Allow}] [-SiteIdarrow-up-right <uint>] [<CommonParametersarrow-up-right>]

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 <DefaultAssignmentTypearrow-up-right> 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.

-InputObject <PubItemarrow-up-right> An object specifying the published resource. To obtain the object, use the Get-PubItem cmdlet.

-SiteId <uint> Site ID.

<CommonParameters>

INPUTS

PubItemarrow-up-right

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