powerbox is a PowerShell module to interact with NetBox.
Check out our documentation for information about how to use this project.
Install-Module powerbox -Scope CurrentUser
(requires invokebuild)
git clone 'https://github.com/batmanama/powerbox.git'
Set-Location .\powerbox
Invoke-Build -Task Install
Import-Module powerbox
Imports powerbox into the current session.
We would love to incorporate community contributions into this project. If you would like to contribute code, documentation, tests, or bug reports, please read our Contribution Guide to learn more.