When the template is prompting the user to select from a list of VLANs present on a switch, can I somehow filter the list that is presented? Perhaps between the brackets after NCM.VLANS?
.PARAMETER_LABEL @NewVLAN
Select the new VLAN
.PARAMETER_DESCRIPTION @NewVLAN
Select the VLAN.
*/
script ConfigureSwitchPort(
NCM.Nodes @ContextNode,
NCM.VLANs[] @NewVLAN
)