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.
- Host: GitHub
- URL: https://github.com/michaelschoenburg/securepoint-firewall-interface
- Owner: MichaelSchoenburg
- Created: 2022-08-27T19:58:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T17:26:12.000Z (over 2 years ago)
- Last Synced: 2025-02-05T10:30:50.462Z (over 1 year ago)
- Topics: automation, firewall, powershell, powershell-module, securepoint
- Language: PowerShell
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```