Skip to content
metablaster edited this page Oct 28, 2020 · 4 revisions

All documentation regarding Windows Firewall Ruleset is located in the following locations:

  1. In the Readme folder

  2. Information about individual rules can be viewed by double clicking on rule in GPO (Local Group Policy),
    same rule descriptions can also be searched with Visual Studio Code

  3. Information about individual functions or scripts is located inside scripts,
    module and function documentation can also be viewed online with:
    Get-Help <Function_Name> -Online or Get-Help <Module_Name> -Online

  4. Prompt information can be accessed by typing ? and pressing enter.

Clone this wiki locally