Skip to content

v1.0.0 - Initial Public Release

Latest

Choose a tag to compare

@janweis janweis released this 02 Jan 15:35

Sophos Firewall PowerShell Module Suite v1.0.0

🎉 First official release!

📦 Published Modules

  • SophosFirewall.Core (v1.0.0) - 7 functions
    • Session management, API communication, XML security
  • SophosFirewall.HostAndServices (v1.0.0) - 53 functions
    • IP/FQDN/MAC hosts, services, country groups

✨ Highlights

  • PowerShell 5.1+ and 7+ support
  • Session-based connection management
  • Pipeline support for all cmdlets
  • Comprehensive Pester tests
  • CI/CD with GitHub Actions

📥 Installation

Install-Module SophosFirewall.Core -Repository PSGallery
Install-Module SophosFirewall.HostAndServices -Repository PSGallery