mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-13 18:02:29 +00:00
Powershell module for Netbox
* Address(IPAM): Fix trailing whitespace (with Visual Code Formater) * Address(IPAM): Fix PSSA about Command accepts pipeline input but not defined a process block * Address(IPAM): Add dns_name parameter to Add and Set * Address(IPAM): all integer are [int] (not uint16) |
||
|---|---|---|
| Functions | ||
| NetboxPS | ||
| Postman | ||
| Tests | ||
| .gitignore | ||
| _config.yml | ||
| 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. I have only added functions as I have needed them, so not everything is available.
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