diff --git a/README.md b/README.md index 3b107d27..c0f1bbc9 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,22 @@ This is a Powershell module for configure a FortiGate (Fortinet) Firewall. -With this module (version 0.1.0) you can manage: +With this module (version 0.2.0) you can manage: - Address (Get/Add/Copy/Set/Remove object type ipmask/subnet) +- AddressGroup (Get) +- DNS (Get) +- Interface (Get) +- IP Pool (Get) +- Local User (Get) +- Policy (Get) +- RoutePolicy (Get) +- Service (Get) +- Service Group (Get) +- Static Route (Get) +- Virtual IP (Get) +- VPN IPsec Phase 1/Phase 2 Interface (Get) +- Zone (Get) More functionality will be added later. @@ -271,6 +284,20 @@ Connect-FGT Copy-FGTAddress Disconnect-FGT Get-FGTAddress +Get-FGTAddressgroup +Get-FGTDns +Get-FGTInterface +Get-FGTIppool +Get-FGTLocaluser +Get-FGTPolicy +Get-FGTRoutepolicy +Get-FGTService +Get-FGTServicegroup +Get-FGTStaticroute +Get-FGTVip +Get-FGTVpnIpsecPhase1Interface +Get-FGTVpnIpsecPhase2Interface +Get-FGTZone Invoke-FGTRestMethod Remove-FGTAddress Set-FGTAddress