Skip to content

Commit

Permalink
Merge pull request #41 from alagoutte/readme
Browse files Browse the repository at this point in the history
Update Readme for 0.2.0
  • Loading branch information
alagoutte authored May 1, 2019
2 parents 3ff92a3 + b276f1f commit 5260d6f
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5260d6f

Please sign in to comment.