Remove-RASTunnelingPolicy
Last updated
Last updated
Remove-RASTunnelingPolicy
Removes a tunneling policy.
Remove-RASTunnelingPolicy [] (uint) [()]
Remove-RASTunnelingPolicy [[-] ()] [()]
Remove-RASTunnelingPolicy [[-] (string)] [[-] (uint)] [()]
Removes the tunneling policy.
The site ID from which to remove the specified tunneling policy.
If the parameter is omitted, the Licensing Server site ID will be used.
The gateway IP of the tunneling policy to remove.
The tunneling policy ID.
The tunneling policy to remove.
(CommonParameters)
-none-
**---------- EXAMPLE 1 ----------
Remove-RASTunnelingPolicy -IP "1.2.3.4"
Removes the tunneling policy with IP 1.2.3.4. **---------- EXAMPLE 2 ----------
Remove-RASTunnelingPolicy -Id 1
Removes the tunneling policy with Id 1.