mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-12 17:32:29 +00:00
Powershell module for Netbox
| dist | ||
| Functions | ||
| Tests | ||
| .gitignore | ||
| deploy.ps1 | ||
| LICENSE | ||
| NetboxPS.psd1 | ||
| NetboxPS.psm1 | ||
| NetboxPS.psproj | ||
| NetboxPS.psproj.bak | ||
| README.md | ||
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
- Install module from the
distfolder - Import module
- Connect to an API endpoint by using
Connect-NetboxAPI