mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-15 18:55:46 +00:00
AvailableIP(IPAM/Address): Fix typo
This commit is contained in:
parent
2b7c1b4be3
commit
d2ad3cd923
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ function Get-NetboxIPAMAvailableIP {
|
|||
A description of the NumberOfIPs parameter.
|
||||
|
||||
.EXAMPLE
|
||||
PS C:\> Get-NetboxIPAMAvaiableIP -Prefix_ID $value1
|
||||
PS C:\> Get-NetboxIPAMAvailableIP -Prefix_ID $value1
|
||||
|
||||
.NOTES
|
||||
Additional information about the function.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue