mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-13 18:02:29 +00:00
13 lines
No EOL
449 B
Markdown
13 lines
No EOL
449 B
Markdown
# 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](https://github.com/digitalocean/netbox) API.
|
|
|
|
# Usage
|
|
1. Install module from the `dist` folder
|
|
2. Import module
|
|
3. Connect to an API endpoint by using `Connect-NetboxAPI` |