mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-16 03:05:47 +00:00
IPAMAddress(New): Fix Example (it is New and not Create Verb !)
This commit is contained in:
parent
70b01257de
commit
b5d1036878
1 changed files with 3 additions and 1 deletions
|
|
@ -63,7 +63,9 @@ function New-NetboxIPAMAddress {
|
|||
Return raw results from API service
|
||||
|
||||
.EXAMPLE
|
||||
PS C:\> Create-NetboxIPAMAddress
|
||||
New-NetboxIPAMAddress -Address 192.0.2.1/32
|
||||
|
||||
Add new IP Address 192.0.2.1/32 with status active
|
||||
|
||||
.NOTES
|
||||
Additional information about the function.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue