NetboxPS/README.md

13 lines
454 B
Markdown
Raw Normal View History

2018-05-18 12:36:38 -04:00
# NetboxPS
###### Powershell Netbox API module
# Disclaimer
2020-04-09 16:33:10 -04:00
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.
2018-05-18 12:36:38 -04:00
# Description
This module is a wrapper for the [Netbox](https://github.com/netbox-community/netbox) API.
2018-05-18 12:36:38 -04:00
# Usage
1. Install module from the `netboxPS` folder
2018-05-18 12:36:38 -04:00
2. Import module
3. Connect to an API endpoint by using `Connect-NetboxAPI -Hostname netbox.example.com`