New-RASClientPolicy
Adds a new client policy.
New-RASClientPolicy [-Name] <string> [-Description <string>] [-Enabled <bool>] [<CommonParameters>]
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.
<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'.