Set-PubItemClientFilter

NAME

Set-PubItemClientFilter

SYNOPSIS

Modifies the filter of type 'Client Device Name' for the specified published resource.

SYNTAX

Set-PubItemClientFilter [-InputObject] <PubItem> [-ClientFilterEnabled <bool>] [-ClientFilterReplicate <bool>] [-SiteId <uint>] [<CommonParameters>]

Set-PubItemClientFilter [-Id] <uint> [-ClientFilterEnabled <bool>] [-ClientFilterReplicate <bool>] [-SiteId <uint>] [<CommonParameters>]

DESCRIPTION

This cmdlet modifies general options for the filter of type 'Client Device Name'.

To add clients (computers) to the filter, use the Add-PubItemClientFilter cmdlet.

PARAMETERS


-ClientFilterEnabled <bool>
Whether to enable or disable the filter for the specified published resource.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-Enable <bool>
Whether to enable or disable the filter for the specified published resource.

This is an alias of the ClientFilterEnabled parameter.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-ClientFilterReplicate <bool>
Whether to replicate filter settings to all sites.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-Replicate <bool>
Whether to replicate filter settings to all sites.

This is an alias of the ClientFilterReplicate parameter.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-InputObject <PubItem>
An object specifying the published resource to be updated.

To obtain the object, use the Get-PubItem cmdlet.

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

-Id <uint>
Published resource ID.

        Required?                    true
        Position?                    0
        Default value                0
        Accept pipeline input?       false
        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 documentation. 

INPUTS

PubItem

OUTPUTS

-none-

EXAMPLES


---------- EXAMPLE 1 ----------

Set-PubItemClientFilter -Id 12 -Enable $True

Enables the filter of type 'Client Device Name' for the published resource specified by ID.

RELATED LINKS