
Allows you to remove windows firewall rules by name.
Example

Running this code will remove the windows firewall rule named "Example Rule".
plugin command("Network Automation.dll", "windows firewall rule remove", "Example Rule")
Allows you to remove windows firewall rules by name.
Running this code will remove the windows firewall rule named "Example Rule".
plugin command("Network Automation.dll", "windows firewall rule remove", "Example Rule")
Was this helpful?