powerbox
powerbox is a PowerShell module to interact with NetBox.
Documentation
Check out our documentation for information about how to use this project.
Installation
Gallery
Install-Module powerbox -Scope CurrentUserSource
(requires invokebuild)
git clone 'https://github.com/batmanama/powerbox.git'
Set-Location .\powerbox
Invoke-Build -Task InstallUsage
First example
Import-Module powerboxImports powerbox into the current session.
Contributions Welcome!
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.