Skip to content

v0.2.0

Choose a tag to compare

@freezscholte freezscholte released this 09 Dec 20:23
· 11 commits to main since this release

What's New in v0.2.0

Added

  • Certificate-based authentication - More secure than client secrets
    • New-NMMApiCertificate cmdlet 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-NMMCommand cmdlet for discovering available commands
  • 60+ cmdlets for NMM API operations

Changed

  • Renamed Upload-CertificateToAzureAD to Publish-CertificateToAzureAD for PowerShell verb compliance

Fixed

  • Cross-platform certificate handling on macOS/.NET Core
  • RSA private key extraction compatibility across platforms

Installation

Install-Module -Name NMM-PS

Or 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/