BatmanAMA / powerbox

Netbox powershell module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Netbox powershell module

License:MIT License


Languages

Language:PowerShell 100.0%