v0.2.0
What's New in v0.2.0
Added
- Certificate-based authentication - More secure than client secrets
New-NMMApiCertificatecmdlet for creating self-signed certificates- Certificate thumbprint and PFX file authentication in
Connect-NMMApi - Cross-platform support (Windows and macOS)
- MkDocs documentation site with Nerdio branding at https://Get-Nerdio.github.io/NMM-PS/
- CI/CD workflows for GitHub Actions
- Automated testing on Windows, Ubuntu, and macOS
- PSScriptAnalyzer code quality checks
- PowerShell Gallery publishing on release
Get-NMMCommandcmdlet for discovering available commands- 60+ cmdlets for NMM API operations
Changed
- Renamed
Upload-CertificateToAzureADtoPublish-CertificateToAzureADfor PowerShell verb compliance
Fixed
- Cross-platform certificate handling on macOS/.NET Core
- RSA private key extraction compatibility across platforms
Installation
Install-Module -Name NMM-PSOr quick install from GitHub:
iex (irm https://raw.githubusercontent.com/Get-Nerdio/NMM-PS/main/Install.ps1)Documentation
Full documentation: https://Get-Nerdio.github.io/NMM-PS/