Set-RASAllowedDevicesSetting
Last updated
Last updated
Set-RASAllowedDevicesSetting
Modifies the types of clients that are allowed to connect.
Set-RASAllowedDevicesSetting [- <bool>] [- <bool>] [- <bool>] [- <bool>] [- <bool>] [- {AllowAllClientsConnectToSystem | AllowSelectedClientsConnectToSystem | AllowSelectedClientsListPublishedItems}] [- <bool>] [- <bool>] [- <bool>] [- <bool>] [- <uint>] [- <uint>] [- <uint>] [- <uint>] [- <uint>] [- <uint>] [- <uint>] [- <uint>] [- <bool>] [- <uint>] [<>]
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.
-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.
-AllowClientMode <> Set the permission mode for allowing types of clients. Possible values: AllowAllClientsConnectToSystem, AllowSelectedClientsConnectToSystem, AllowSelectedClientsListPublishedItems