From 5fd96f99b10b5b7d87d780f103da9bb1c77ed0b5 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Tue, 30 Apr 2019 20:54:23 +0200 Subject: [PATCH 1/3] README(.md): Add new Get-FGT cmdlets --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 3b107d27..bc86242a 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,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 From 27594e09b9720883b98a33a765849c4e4ad2137b Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Tue, 30 Apr 2019 21:07:06 +0200 Subject: [PATCH 2/3] README(.md): Add new Get cmdlet --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index bc86242a..e6b89ccf 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,19 @@ This is a Powershell module for configure a FortiGate (Fortinet) Firewall. With this module (version 0.1.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. From b276f1f9120500528a3b60efd35d1bc0d7d89fbb Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Tue, 30 Apr 2019 21:07:25 +0200 Subject: [PATCH 3/3] README(.md): Update to 0.2.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6b89ccf..c0f1bbc9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 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)