Sophos SG PowerShell is an OpenSource and collaborative projet. Anyone can help. It can be Feature Request, issues and code writting via Pull Request.
Please try to follow this GuideLine
- Use Verb-Noun format, Check Get-Verb for approved verb
- Always use explicit parameter names, don't assume position
- Don't use Aliases (use set-Item instead of si)
- If you want to show informational information use Write-Verbose
- use explicite Function and Variable name (use $SophosSgUrl instead of $url)
Use the Branch named DEV to contribute
Check TODO list here for more details