Add address parameter

This commit is contained in:
Ben Claussen 2020-04-09 09:58:36 -04:00
parent 0b095e7280
commit 4fdc9bb833

View file

@ -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
)