Set-RASCriteriaOS

NAME

Set-RASCriteriaOS

SYNOPSIS

Modifies the Operating System Criteria.

SYNTAX

Set-RASCriteriaOS [-DefObjTypearrow-up-right] {MFAarrow-up-right} [[-SiteIdarrow-up-right] <uint>] [-AllowClientAndroidarrow-up-right <bool>] [-AllowClientChromearrow-up-right <bool>] [-AllowClientIOSarrow-up-right <bool>] [-AllowClientLinuxarrow-up-right <bool>] [-AllowClientMACarrow-up-right <bool>] [-AllowClientWebarrow-up-right <bool>] [-AllowClientWindowsarrow-up-right <bool>] [-AllowClientWysearrow-up-right <bool>] [<CommonParametersarrow-up-right>] Set-RASCriteriaOS [-Idarrow-up-right] <uint> -ObjTypearrow-up-right {ClientPolicy | PubItem | MFA | LogonHours} [-AllowClientAndroidarrow-up-right <bool>] [-AllowClientChromearrow-up-right <bool>] [-AllowClientIOSarrow-up-right <bool>] [-AllowClientLinuxarrow-up-right <bool>] [-AllowClientMACarrow-up-right <bool>] [-AllowClientWebarrow-up-right <bool>] [-AllowClientWindowsarrow-up-right <bool>] [-AllowClientWysearrow-up-right <bool>] [-RuleIdarrow-up-right <uint>] [<CommonParametersarrow-up-right>] Set-RASCriteriaOS [-InputObjectarrow-up-right] <RASListObjarrow-up-right> [-AllowClientAndroidarrow-up-right <bool>] [-AllowClientChromearrow-up-right <bool>] [-AllowClientIOSarrow-up-right <bool>] [-AllowClientLinuxarrow-up-right <bool>] [-AllowClientMACarrow-up-right <bool>] [-AllowClientWebarrow-up-right <bool>] [-AllowClientWindowsarrow-up-right <bool>] [-AllowClientWysearrow-up-right <bool>] [-RuleIdarrow-up-right <uint>] [<CommonParametersarrow-up-right>] Set-RASCriteriaOS [-Namearrow-up-right] <string> [[-SiteIdarrow-up-right] <uint>] -ObjTypearrow-up-right {ClientPolicy | PubItem | MFA | LogonHours} [-AllowClientAndroidarrow-up-right <bool>] [-AllowClientChromearrow-up-right <bool>] [-AllowClientIOSarrow-up-right <bool>] [-AllowClientLinuxarrow-up-right <bool>] [-AllowClientMACarrow-up-right <bool>] [-AllowClientWebarrow-up-right <bool>] [-AllowClientWindowsarrow-up-right <bool>] [-AllowClientWysearrow-up-right <bool>] [-RuleIdarrow-up-right <uint>] [<CommonParametersarrow-up-right>]

DESCRIPTION

Modifies the Operating System Criteria within the Criteria settings of a ClientPolicy, MFA or PubItem.

PARAMETERS

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

-AllowClientWeb <bool> Allow Web clients.

-AllowClientIOS <bool> Allow IOS clients.

-AllowClientLinux <bool> Allow Linux clients.

-AllowClientMAC <bool> Allow Mac clients.

-AllowClientWindows <bool> Allow Windows clients.

-AllowClientWyse <bool> Allow Wyse clients.

-Name <string> The name or server for which to modify the Criteria settings.

-SiteId <uint> Site ID for which to modify the Criteria settings. If the parameter is omitted, the Licensing Server site ID will be used.

-Id <uint> The ID of a server for which to modify the Criteria settings.

-InputObject <RASListObjarrow-up-right> An object of type ClientPolicy, PubItem or MFA for which to modify the Criteria settings.

-ObjType <CriteriaObjTypearrow-up-right> The Object Type for which to modify the Criteria settings. Possible values: ClientPolicy, PubItem, MFA, LogonHours

-DefObjType <CriteriaDefObjTypearrow-up-right> The Default Object Type for which to modify the Criteria settings. Possible values: MFA

-RuleId <uint> The ID of the Rule to modify.

<CommonParameters>

INPUTS

-none-

OUTPUTS

-none-

EXAMPLES

---------- EXAMPLE 1 ---------- Set-RASCriteriaOS -Id 1 -ObjType MFA -AllowClientAndroid $true Sets the AllowClientAndroid to true within the Criteria Settings of the specified MFA by ID. ---------- EXAMPLE 2 ---------- Set-RASCriteriaOS -Name "Logon1" -ObjType MFA -AllowClientChrome $true Sets the AllowClientChrome to true within the Criteria Settings of the specified MFA by Name.

Last updated