mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-14 18:32:28 +00:00
parent
6b8caf0bd7
commit
1fed2d27e6
1 changed files with 29 additions and 33 deletions
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
function Get-NetboxIPAMVLAN {
|
||||
[CmdletBinding()]
|
||||
[CmdletBinding(DefaultParameterSetName = 'Query')]
|
||||
param
|
||||
(
|
||||
[Parameter(ParameterSetName = 'Query',
|
||||
|
|
@ -62,10 +62,6 @@ function Get-NetboxIPAMVLAN {
|
|||
[switch]$Raw
|
||||
)
|
||||
|
||||
# if ($null -ne $Status) {
|
||||
# $PSBoundParameters.Status = ValidateIPAMChoice -ProvidedValue $Status -VLANStatus
|
||||
# }
|
||||
|
||||
switch ($PSCmdlet.ParameterSetName) {
|
||||
'ById' {
|
||||
foreach ($VLAN_ID in $Id) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue