Set-RASAllowedDevicesSetting.md
NAME
Set-RASAllowedDevicesSetting
SYNOPSIS
Modifies the types of clients that are allowed to connect.
SYNTAX
**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)]
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? falseAllowClientWithSecurityPatchesOnly (bool)
Allow clients with security patches only.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? falseAllowClientMode
(AllowClientMode) Set the permission mode for allowing types of clients.
Possible values: AllowAllClientsConnectToSystem, AllowSelectedClientsConnectToSystem, AllowSelectedClientsListPublishedItems
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? falseAllowClientChromeApp (bool)
Allow ChromeApp clients.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? falseAllowClientAndroid (bool)
Allow Android clients.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? falseAllowClientWeb (bool)
Allow Web clients.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? falseAllowClientIOS (bool)
Allow IOS clients.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? falseAllowClientLinux (bool)
Allow Linux clients.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? falseAllowClientMAC (bool)
Allow Mac clients.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? falseAllowClientWindows (bool)
Allow Windows clients.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? falseAllowClientWyse (bool)
Allow Wyse clients.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? falseReplicateSettings (bool)
Enable/disable replication of settings to other sites.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? falseMinBuildChromeApp (uint)
Represents the minimum build required for the Chromeapp client.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? falseMinBuildAndroid (uint)
Represents the minimum build required for the Droid client.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? falseMinBuildWeb (uint)
Represents the minimum build required for the Web client.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? falseMinBuildIOS (uint)
Represents the minimum build required for the IOS client.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? falseMinBuildLinux (uint)
Represents the minimum build required for the Linux client.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? falseMinBuildMAC (uint)
Represents the minimum build required for the Mac client.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? falseMinBuildWindows (uint)
Represents the minimum build required for the Windows client.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? falseMinBuildWyse (uint)
Represents the minimum build required for the Wyse client.
Required? false
Position? named
Default value
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
-none-
OUTPUTS
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.
RELATED LINKS
Last updated