New-RASClientPolicy
Last updated
Last updated
New-RASClientPolicy
Adds a new client policy.
New-RASClientPolicy [-] <string> [- <string>] [- <bool>] [- <bool>] [- <bool>] [- <bool>] [- <bool>] [- <bool>] [- <bool>] [- <bool>] [- <string>] [- <bool>] [- {Any | AnyGW | Connected | ConnectedToGWs | NotConnected | NotConnectedToGWs}] [- {AnyMAC | AllowedMACs | NotAllowedMACs}] [- <string>] [<>]
Adds a new client policy.
-Name <string> Name of the new client policy.
-Enabled <bool> Whether the new client policy will be enabled or disabled.
-Description <string> Description for the new client policy.
0 = if Client is connected to any gateway
1 = if Client is connected to one of the following gateways
2 = if Client is not connected to one of the following gateways
Possible values: Any, AnyGW, Connected, ConnectedToGWs, NotConnected, NotConnectedToGWs
0 = to any MAC address
1 = if the Client's MAC address is one of the following
2 = if the Client's MAC address is not one of the following
Possible values: AnyMAC, AllowedMACs, NotAllowedMACs
-AllowClientChrome <bool> Allow Chrome OS clients.
-AllowClientAndroid <bool> Allow Android clients.
-AllowClientHTML5 <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.
-Account <string> The name of the user/group account.
-SID <string> The SID of the user/group account.
<CommonParameters>
-none-
---------- EXAMPLE 1 ----------
New-RASClientPolicy -Name PDFPolicy
Adds a new client policy named as PDFPolicy. ---------- EXAMPLE 2 ----------
New-RASClientPolicy -Name UserGroupPolicy -Enable $False -Description 'For the User Groups'
Adds a new client policy named as UserGroupPolicy which is disabled and has a description of 'For the User Groups'.
-GatewayRule <> Gateway criteria. Use one of the following options:
-MACRule <> MAC address criteria. Use one of the following options: