Skip to content

PowerNetbox v4.5.0.2

Released 2026-01-30 - View on GitHub

Bug Fixes

  • PowerShell Core 7.x Error Messages (#164) - Fixed issue where API error messages were not displayed correctly in PowerShell Core 7.x
  • Error details now correctly extracted from ErrorDetails.Message
  • Fallback to Exception.Response for Windows PowerShell 5.1 compatibility
  • Improved JSON/HTML error parsing logic

What's Changed

Before this fix, PowerShell Core 7.x users would see: Response status code does not indicate success: 400 (BAD REQUEST).

After this fix, users see the actual Netbox API error message: address: Duplicate IP address found in global table

Installation

powershell Install-Module -Name PowerNetbox -Scope CurrentUser

Or update existing installation: powershell Update-Module -Name PowerNetbox

Full Changelog

https://github.com/ctrl-alt-automate/PowerNetbox/compare/v4.5.0.1...v4.5.0.2