You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PowerNetbox is a comprehensive PowerShell module for the Netbox REST API with 100% coverage of all endpoints. Fully compatible with Netbox 4.3 - 4.5.
Quick Start
# Install from PSGalleryInstall-Module-Name PowerNetbox
# Connect to Netbox$cred=Get-Credential# Enter 'api' as username, token as passwordConnect-NBAPI-Hostname 'netbox.example.com'-Credential $cred# Start using itGet-NBDCIMDevice-Name 'server01'