Skip to content

PowerNetbox v4.4.7

Released 2025-12-11 - View on GitHub

NetboxPSv4 v4.4.7 - Initial Release

A comprehensive PowerShell module for the Netbox REST API with 100% API coverage. Fully compatible with Netbox 4.4.7.

Highlights

  • 100% API Coverage - 488+ functions across all Netbox modules
  • Cross-Platform - Works on Windows, Linux, and macOS
  • Netbox 4.x Ready - Tested against Netbox 4.4.7

Supported Modules

Module Endpoints Functions Status
DCIM 45 180 ✅ Full
IPAM 18 72 ✅ Full
Virtualization 5 20 ✅ Full
Circuits 11 44 ✅ Full
Tenancy 5 20 ✅ Full
VPN 10 40 ✅ Full
Wireless 3 12 ✅ Full
Extras 12 45 ✅ Full
Core 5 8 ✅ Full
Users 4 16 ✅ Full

Installation

powershell Install-Module -Name NetboxPSv4 -Scope CurrentUser

Quick Start

```powershell Import-Module NetboxPSv4 $cred = Get-Credential -UserName 'api' -Message 'Enter Netbox API token' Connect-NBAPI -Hostname 'netbox.example.com' -Credential $cred

Get all devices

Get-NBDCIMDevice ```

Acknowledgements

This project is a fork of NetboxPS by Ben Claussen. Thank you to Ben and all original contributors!


🤖 Generated with Claude Code