NetboxPS/README.md

13 lines
449 B
Markdown
Raw Normal View History

2018-05-18 12:36:38 -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](https://github.com/digitalocean/netbox) API.
# Usage
2018-05-18 12:37:57 -04:00
1. Install module from the `dist` folder
2018-05-18 12:36:38 -04:00
2. Import module
3. Connect to an API endpoint by using `Connect-NetboxAPI`