Get-RASRule
Last updated
Last updated
Get-RASRule
Retrieves the Rule settings.
Get-RASRule [] (uint)** [[-] (uint)] - {ClientPolicy | PubItem} [ (uint)] [()]
Get-RASRule [] (string)** [[-] (uint)] - {ClientPolicy | PubItem} [ (uint)] [()]
Retrieves the Rule settings from Published Items.
The name or server for which to retrieve the Rule settings.
Site ID from which to retrieve the Rule settings.
If the parameter is omitted, the Licensing Server site ID will be used.
The ID of a server for which to retrieve the Rule settings.
The Object Type for which to retrieve the Rule settings.
Possible values: ClientPolicy, PubItem
The ID of the Rule to retrieve.
(CommonParameters)
-none-
**---------- EXAMPLE 1 ----------
Get-RASRule -Id 1 -ObjType ClientPolicy
Retrieves the Rule Settings of the Client Policy with Id 1. **---------- EXAMPLE 2 ----------
Get-RASRule -Id 1 -ObjType ClientPolicy -RuleId 2
Retrieves the Rule with Id 2 from the Client Policy with Id 1.