mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-13 18:02:29 +00:00
Add address parameter
This commit is contained in:
parent
0b095e7280
commit
4fdc9bb833
1 changed files with 7 additions and 5 deletions
|
|
@ -2,16 +2,14 @@
|
|||
[CmdletBinding()]
|
||||
param
|
||||
(
|
||||
[uint16]$Limit,
|
||||
|
||||
[uint16]$Offset,
|
||||
|
||||
[object]$Family,
|
||||
[string]$Address,
|
||||
|
||||
[uint16[]]$Id,
|
||||
|
||||
[string]$Query,
|
||||
|
||||
[object]$Family,
|
||||
|
||||
[uint16]$Parent,
|
||||
|
||||
[byte]$Mask_Length,
|
||||
|
|
@ -38,6 +36,10 @@
|
|||
|
||||
[object]$Role,
|
||||
|
||||
[uint16]$Limit,
|
||||
|
||||
[uint16]$Offset,
|
||||
|
||||
[switch]$Raw
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue