An open API service indexing awesome lists of open source software.

https://github.com/michaelschoenburg/securepoint-firewall-interface

A PowerShell Module to interface with Securepoint UTMs.
https://github.com/michaelschoenburg/securepoint-firewall-interface

automation firewall powershell powershell-module securepoint

Last synced: over 1 year ago
JSON representation

A PowerShell Module to interface with Securepoint UTMs.

Awesome Lists containing this project

README

          

# Template
Example 1:
```PowerShell
$SFISession = New-SFISession -IpAddress 192.168.175.1
New-SFIVlan -SFISession $SFISession -SiteId $SiteId -Verbose
```