Skip to content

Commit

Permalink
New release ! 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed Mar 29, 2022
1 parent 1ab0697 commit 3f8b772
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PowerFGT/PowerFGT.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'PowerFGT.psm1'

# Version number of this module.
ModuleVersion = '0.6.0'
ModuleVersion = '0.6.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

This is a Powershell module for configure a FortiGate (Fortinet) Firewall.

With this module (version 0.6.0) you can manage:
With this module (version 0.6.1) you can manage:

- [Address](#address) (Add/Get/Copy/Set/Remove object type ipmask/subnet, FQDN, iprange)
- [AddressGroup](#address-group) (Add/Get/Copy/Set/Remove and Add/Remove Member)
Expand Down Expand Up @@ -1053,10 +1053,10 @@ It is possible to `monitor` FortiGate

* `Get-FGTMonitorFirewallPolicy` List traffic statistics for firewall policies
* `Get-FGTMonitorRouterIPv4` List all active IPv4 routing table entries
* `Get-FGTMonitorLicenseStatus` Get current license & registration status.
* `Get-FGTMonitorLicenseStatus` Get current license & registration status
* `Get-FGTMonitorSystemConfigBackup` Backup system config
* `Get-FGTMonitorSystemFirmware` Retrieve a list of firmware images available to use for upgrade on this device
* `Get-FGTMonitorSystemHAChecksum` List of checksums for members of HA cluster.
* `Get-FGTMonitorSystemHAChecksum` List of checksums for members of HA cluster
* `Get-FGTMonitorSystemHAPeer` Get configuration of peer(s) in HA cluster
* `Get-FGTMonitorVpnIPsec` Return active IPsec VPNs
* `Get-FGTMonitorVpnSsl` Retrieve a list of all SSL-VPN sessions and sub-sessions and Return statistics about the SSL-VPN
Expand Down

0 comments on commit 3f8b772

Please sign in to comment.