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