- feat(psm1): make Servy PowerShell module fully compatible with PowerShell 2.0+
- feat(psm1): ensure Servy PowerShell module compatibility with Windows 7+ and Windows Server 2008+
- fix(psm1): resolve
servy-cli.exepath relative to module for portable and SCCM (#31) - fix(psm1): correct validation for
-StartupTypeand-DateRotationTypeparameters forInstall-ServyServicefunction - fix(psm1): replace exit statements with throw for proper PowerShell error handling
- fix(psm1): throw error when cli exits with non-zero exit code
- fix(psm1): add validation to
helpcommand - fix(cli): return exit code 0 for
helpandversioncommands instead of 1 - fix(manager): increase performance graph grid thickness for pixel-perfect visibility
- refactor(psm1): dry up code and improve error handling
- chore(deps): update dependencies
- chore(core): remove unused dependency
System.Diagnostics.PerformanceCounter - docs(psm1): clarify module usage for installed and portable Servy versions (#31)
- docs(wiki): update Export/Import and PowerShell docs