Hi, I have been working for several months on a PowerShell module that
uses the FortiManager REST API. This module is available on
psgallery(.com) : https://www.powershellgallery.com/packages/PowerFMG
Actually, we support to connect to HTTPS or HTTP ...
Hi,I have been working for several months on a PowerShell module that
uses the FortiGate REST API. This module is available on psgallery(.com)
: https://www.powershellgallery.com/packages/PowerFGTActually, we
support to connect to HTTPS or HTTPand us...
Hi Dallus, You can use Get-FGTFirewallAddressGroup -name "My Address
Group" | Remove-FGTFirewallAddressGroupMember -member FGT2, FGT3and it
will be remove multiple member on the sametime(the script use PUT Method
after remove member for the list), th...
olavoskarsen wrote:Thank you alagouttePowerFGT is a grate tool.is it
possible to get lists users and groups? Which users are members of which
groups?Like this? Hi, You don't have the info on the user API call, you
need to make a loop for search on gr...
olavoskarsen wrote: How to list user groups? Hi, there is no yet Get for
this but you can use (Invoke-FGTRestMethod -uri api/v2/cmdb/user/group
For example :(Invoke-FGTRestMethod -uri api/v2/cmdb/user/group).results
| Format-Tablename q_origin_key id...
I'm proud to announce #PowerFGT 0.5.0 is available for download !!
https://www.powershellgal...com/packages/PowerFGT/ What is it ?! it is a
major release with more than 25 new cmdlets and Tests ! more than 300
Tests (Tested with macOS/Linux/Windows w...