Powershell module for Netbox
Find a file
2020-04-09 09:57:59 -04:00
dist Restructure files 2020-03-23 12:18:01 -04:00
Functions File restructuring 2020-04-09 09:57:20 -04:00
Tests Begin writing tests 2019-12-10 15:10:02 -05:00
.gitignore Add deploy.ps1 for PSS deploy workaround 2020-04-09 09:57:59 -04:00
deploy.ps1 Add deploy.ps1 for PSS deploy workaround 2020-04-09 09:57:59 -04:00
LICENSE Add license 2018-05-18 12:19:15 -04:00
NetboxPS.psd1 File restructuring 2020-04-09 09:57:20 -04:00
NetboxPS.psm1 File restructuring 2020-04-09 09:57:20 -04:00
NetboxPS.psproj File restructuring 2020-04-09 09:57:20 -04:00
NetboxPS.psproj.bak Project file updates 2018-10-18 12:56:18 -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