Skip to content

PowerNetbox v4.4.8

Released 2025-12-12 - View on GitHub

PowerNetbox v4.4.8 🎉

The comprehensive PowerShell module for the Netbox REST API with 100% coverage.

Highlights

  • Rebranded from NetboxPSv4 to PowerNetbox
  • Version tracking - Module version now matches Netbox releases
  • 100% API coverage for Netbox 4.4.8
  • Cross-platform - Windows, Linux, macOS support
  • Well tested - 590+ unit tests

Statistics

Module Functions Coverage
DCIM 180 100%
IPAM 72 100%
Virtualization 20 100%
Circuits 44 100%
Tenancy 20 100%
VPN 40 100%
Wireless 12 100%
Extras 45 100%
Core 8 100%
Users 16 100%
Total 478 100%

Installation

powershell Install-Module -Name PowerNetbox -Scope CurrentUser

Migration from NetboxPS/NetboxPSv4

```powershell

Remove old module

Uninstall-Module NetboxPS, NetboxPSv4 -Force -ErrorAction SilentlyContinue

Install PowerNetbox

Install-Module -Name PowerNetbox -Scope CurrentUser ```

All function names remain unchanged (Get-NBDCIMDevice, New-NBIPAMAddress, etc.).

Acknowledgements

This project is a fork of NetboxPS by Ben Claussen. Thank you for building the foundation!