NetboxPS/README.md
Alexis La Goutte 83944e0a45
Update readme (#5)
* README(.md): module is now on NetboxPS folder

* README(.md): enhance connect example

* README(.md): Update url of netbox github
2021-03-30 10:34:51 -04:00

13 lines
No EOL
454 B
Markdown

# 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](https://github.com/netbox-community/netbox) API.
# Usage
1. Install module from the `netboxPS` folder
2. Import module
3. Connect to an API endpoint by using `Connect-NetboxAPI -Hostname netbox.example.com`