Set-RASPubItemClientOSFilter

NAME

Set-RASPubItemClientOSFilter

SYNOPSIS

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

SYNTAX

Set-RASPubItemClientOSFilter [-Id] <uint> [-AllowClientAndroid <bool>] [-AllowClientChrome <bool>] [-AllowClientHTML5 <bool>] [-AllowClientIOS <bool>] [-AllowClientLinux <bool>] [-AllowClientMAC <bool>] [-AllowClientWebPortal <bool>] [-AllowClientWindows <bool>] [-AllowClientWyse <bool>] [-OSFilterEnabled <bool>] [-OSFilterReplicate <bool>] [-SiteId <uint>] [<CommonParameters>]

Set-RASPubItemClientOSFilter [-InputObject] <PubItem> [-AllowClientAndroid <bool>] [-AllowClientChrome <bool>] [-AllowClientHTML5 <bool>] [-AllowClientIOS <bool>] [-AllowClientLinux <bool>] [-AllowClientMAC <bool>] [-AllowClientWebPortal <bool>] [-AllowClientWindows <bool>] [-AllowClientWyse <bool>] [-OSFilterEnabled <bool>] [-OSFilterReplicate <bool>] [-SiteId <uint>] [<CommonParameters>]

DESCRIPTION

This cmdlet modifies the options for the filter of type 'Client OS'.

PARAMETERS


-OSFilterEnabled <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

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

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

-AllowClientChrome <bool>
Allow Chrome OS clients.

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

-AllowClientAndroid <bool>
Allow Android clients.

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

-AllowClientHTML5 <bool>
Allow HTML5 clients.

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

-AllowClientIOS <bool>
Allow IOS clients.

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

-AllowClientLinux <bool>
Allow Linux clients.

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

-AllowClientMAC <bool>
Allow Mac clients.

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

-AllowClientWebPortal <bool>
Allow Web Portal clients.

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

-AllowClientWindows <bool>
Allow Windows clients.

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

-AllowClientWyse <bool>
Allow Wyse clients.

        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 documentation. 

INPUTS

PubItem

OUTPUTS

-none-

EXAMPLES


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

Set-RASPubItemClientOSFilter -Id 12 -Enable $true -AllowClientWindows $true

Enables the filter of type 'Client OS' for the published resource specified by ID and enables Windows OS.

RELATED LINKS