Skip to content

PowerNetbox v4.4.9.3

Released 2026-01-03 - View on GitHub

What's New

Bulk Operations Resilience

When a bulk API batch fails with a 500 Internal Server Error, PowerNetbox now automatically falls back to sequential processing with exponential backoff retry. This provides resilience against transient server errors.

PowerShell 7.4+ Compatibility

Fixed redirect handling in Connect-NBAPI for PowerShell 7.4+ which changed the default behavior of Invoke-RestMethod redirects.

Pipeline Binding Fix

Set-NBIPAMAddress now correctly accepts Status and Description parameters from pipeline input.

Scenario Test Suite

Added comprehensive scenario tests for: - Bulk operations (devices, interfaces, IP addresses) - Complex workflows (device provisioning chains) - Filter parameter combinations

New Functions

  • Export-NBRackElevation - Export rack elevation to console, HTML, or Markdown
  • Get-NBDCIMRackElevation - Get raw rack elevation data
  • Invoke-NBGraphQL - Execute GraphQL queries against Netbox

Full Changelog

See README.md for the complete changelog.

Documentation