Skip to content

BatmanAMA/powerbox

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4a579ce · Aug 10, 2018

History

64 Commits
Aug 10, 2018
Apr 25, 2018
Aug 10, 2018
May 14, 2018
Aug 10, 2018
Jan 10, 2018
Apr 25, 2018
Apr 25, 2018
Aug 10, 2018
Apr 19, 2018
Aug 9, 2018

Repository files navigation

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.