mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-12 17:32:29 +00:00
Add readme
This commit is contained in:
parent
eebb1caf4a
commit
982b1dcf7a
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# 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
|
||||
2. Import module
|
||||
3. Connect to an API endpoint by using `Connect-NetboxAPI`
|
||||
Loading…
Add table
Reference in a new issue