mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-16 11:15:46 +00:00
AvailableIP(IAPM/Address): Enhance Example
This commit is contained in:
parent
d2ad3cd923
commit
c227f3f5e9
1 changed files with 8 additions and 1 deletions
|
|
@ -34,7 +34,14 @@ function Get-NetboxIPAMAvailableIP {
|
||||||
A description of the NumberOfIPs parameter.
|
A description of the NumberOfIPs parameter.
|
||||||
|
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS C:\> Get-NetboxIPAMAvailableIP -Prefix_ID $value1
|
Get-NetboxIPAMAvailableIP -Prefix_ID (Get-NetboxIPAMPrefix -Prefix 192.0.2.0/24).id
|
||||||
|
|
||||||
|
Get (Next) Available IP on the Prefix 192.0.2.0/24
|
||||||
|
|
||||||
|
.EXAMPLE
|
||||||
|
Get-NetboxIPAMAvailableIP -Prefix_ID 2 -NumberOfIPs 3
|
||||||
|
|
||||||
|
Get 3 (Next) Available IP on the Prefix 192.0.2.0/24
|
||||||
|
|
||||||
.NOTES
|
.NOTES
|
||||||
Additional information about the function.
|
Additional information about the function.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue