Skip to content

BatmanAMA/powerbox

master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

powerbox

powerbox is a PowerShell module to interact with NetBox.

https://ci.appveyor.com/project/BatmanAMA/powerbox

Documentation

Check out our documentation for information about how to use this project.

Installation

Gallery

Install-Module powerbox -Scope CurrentUser

Source

(requires invokebuild)

git clone 'https://github.com/batmanama/powerbox.git'
Set-Location .\powerbox
Invoke-Build -Task Install

Usage

First example

Import-Module powerbox

Imports 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.