New-RASClientPolicy
Last updated
Last updated
New-RASClientPolicy
Adds a new client policy.
New-RASClientPolicy []** (string) [ (string)] [ (bool)] [()]
Adds a new client policy.
Name of the new client policy.
Whether the new client policy will be enabled or disabled.
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'.