Get-RASClientPolicy
Last updated
Last updated
Get-RASClientPolicy
Retrieves information about one or all the client policies.
Get-RASClientPolicy []** (uint) [()]
Get-RASClientPolicy [[-]** (string)] [()]
Retrieves information about one or all the client policies.
Name of the client policy for which to retrieve the information.
The ID of the client policy for which to retrieve the information.
(CommonParameters)
-none-
**---------- EXAMPLE 1 ----------
Get-RASClientPolicy -Name PDFPolicy
Retrieves information about the client policy named PDFPolicy. **---------- EXAMPLE 2 ----------
Get-RASClientPolicy
Retrieves information about all the client policies.