Set-RASAllowedDevicesSetting

NAME

Set-RASAllowedDevicesSetting

SYNOPSIS

Modifies the types of clients that are allowed to connect.

SYNTAX

Set-RASAllowedDevicesSetting [-AllowClientAndroidarrow-up-right <bool>] [-AllowClientChromeApparrow-up-right <bool>] [-AllowClientIOSarrow-up-right <bool>] [-AllowClientLinuxarrow-up-right <bool>] [-AllowClientMACarrow-up-right <bool>] [-AllowClientModearrow-up-right {AllowAllClientsConnectToSystem | AllowSelectedClientsConnectToSystem | AllowSelectedClientsListPublishedItems}] [-AllowClientWebarrow-up-right <bool>] [-AllowClientWindowsarrow-up-right <bool>] [-AllowClientWithSecurityPatchesOnlyarrow-up-right <bool>] [-AllowClientWysearrow-up-right <bool>] [-MinBuildAndroidarrow-up-right <uint>] [-MinBuildChromeApparrow-up-right <uint>] [-MinBuildIOSarrow-up-right <uint>] [-MinBuildLinuxarrow-up-right <uint>] [-MinBuildMACarrow-up-right <uint>] [-MinBuildWebarrow-up-right <uint>] [-MinBuildWindowsarrow-up-right <uint>] [-MinBuildWysearrow-up-right <uint>] [-ReplicateSettingsarrow-up-right <bool>] [-SiteIdarrow-up-right <uint>] [<CommonParametersarrow-up-right>]

DESCRIPTION

The cmdlet allows you to individually set permission of types of clients to connect.

PARAMETERS

-SiteId <uint> The site ID to which the allowed device settings refer.

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

-AllowClientWithSecurityPatchesOnly <bool> Allow clients with security patches only.

-AllowClientMode <AllowClientModearrow-up-right> Set the permission mode for allowing types of clients. Possible values: AllowAllClientsConnectToSystem, AllowSelectedClientsConnectToSystem, AllowSelectedClientsListPublishedItems

-AllowClientChromeApp <bool> Allow ChromeApp clients.

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

-ReplicateSettings <bool> Enable/disable replication of settings to other sites.

-MinBuildChromeApp <uint> Represents the minimum build required for the Chromeapp client.

-MinBuildAndroid <uint> Represents the minimum build required for the Droid client.

-MinBuildWeb <uint> Represents the minimum build required for the Web client.

-MinBuildIOS <uint> Represents the minimum build required for the IOS client.

-MinBuildLinux <uint> Represents the minimum build required for the Linux client.

-MinBuildMAC <uint> Represents the minimum build required for the Mac client.

-MinBuildWindows <uint> Represents the minimum build required for the Windows client.

-MinBuildWyse <uint> Represents the minimum build required for the Wyse client.

<CommonParameters>

INPUTS

-none-

OUTPUTS

RASAllowedDevicesSettingarrow-up-right

EXAMPLES

---------- EXAMPLE 1 ---------- Set-RASAllowedDevicesSetting -AllowClientMAC $false Prohibits MAC clients to be connected. ---------- EXAMPLE 2 ---------- Set-RASAllowedDevicesSetting -AllowClientMode AllClientsConnectToSystem -AllowClientMACOS $false Allows all clients to connect to the system, and prohibits MAC clients.

Last updated