Set-RASAllowedDevicesSetting
Modifies the types of clients that are allowed to connect.
Set-RASAllowedDevicesSetting [-AllowClientAndroid <bool>] [-AllowClientChromeApp <bool>] [-AllowClientIOS <bool>] [-AllowClientLinux <bool>] [-AllowClientMAC <bool>] [-AllowClientMode {AllowAllClientsConnectToSystem | AllowSelectedClientsConnectToSystem | AllowSelectedClientsListPublishedItems}] [-AllowClientWeb <bool>] [-AllowClientWindows <bool>] [-AllowClientWithSecurityPatchesOnly <bool>] [-AllowClientWyse <bool>] [-MinBuildAndroid <uint>] [-MinBuildChromeApp <uint>] [-MinBuildIOS <uint>] [-MinBuildLinux <uint>] [-MinBuildMAC <uint>] [-MinBuildWeb <uint>] [-MinBuildWindows <uint>] [-MinBuildWyse <uint>] [-ReplicateSettings <bool>] [-SiteId <uint>] [<CommonParameters>]
The cmdlet allows you to individually set permission of types of clients to connect.
-SiteId <uint> The site ID to which the allowed device settings refer.
-AllowClientWithSecurityPatchesOnly <bool> Allow clients with security patches only.
-AllowClientMode <AllowClientMode> 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>
-none-
---------- 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.