Powershell module for Netbox
Find a file
Ben Claussen b50375722e Add DCIM choices and tests
- Update ValidateChoice to handle strings and booleans
2018-05-23 11:08:42 -04:00
dist v1.0.1 2018-05-21 15:36:04 -04:00
Functions Add DCIM choices and tests 2018-05-23 11:08:42 -04:00
Tests Add DCIM choices and tests 2018-05-23 11:08:42 -04:00
.gitignore Updates 2018-05-14 16:46:12 -04:00
LICENSE Add license 2018-05-18 12:19:15 -04:00
NetboxPS.psd1 v1.0.1 2018-05-21 15:36:04 -04:00
NetboxPS.psm1 v1.0.1 2018-05-21 15:36:04 -04:00
NetboxPS.psproj Changes 2018-05-18 12:14:27 -04:00
README.md Update readme 2018-05-18 12:37:57 -04:00

NetboxPS

Powershell Netbox API module

Disclaimer

This module is beta. Use it at your own risk. All internal functions are exposed currently. Public functions are in the form of verb-noun like usual cmdlets.

Description

This module is a wrapper for the Netbox API.

Usage

  1. Install module from the dist folder
  2. Import module
  3. Connect to an API endpoint by using Connect-NetboxAPI