Hello,
this is a really nice module, but it would be even nicer if it is possible to edit multiple switches at the same time.
for example:
Adding new vlan to every switch is currently very time wasting (connecting to each switch and adding the vlan)
Solution:
$sw1 = ...
$sw2
$sw3
$sw4
....
Add-ArubaSWVlan -bulk ....
Is it possible?