This Script read the Firewall Rules from a FortiGate Config Backup and Export it to CSV.
- Download the .ps1 File and save it to your local Computer
- Run the Script
RulesToCSV.ps1 -FortiGateConfig <Path to your Backup File> - The Script generate a new CSV File in the Folder from your Backup File
If you need to change the exported columns, check the $includeColumns Parameter in the .ps1 File and extend or change your needed Columns.