Skip to content

Instantly share code, notes, and snippets.

@Mierdin
Created July 24, 2014 13:45
Show Gist options
  • Select an option

  • Save Mierdin/dbedcde4dc4ec4ea9c68 to your computer and use it in GitHub Desktop.

Select an option

Save Mierdin/dbedcde4dc4ec4ea9c68 to your computer and use it in GitHub Desktop.
$VNTemp = Get-UcsVnicTemplate -Name "Guest-A"
for ($i=1000; $i -le 1499; $i++)
{
$vlanName = Get-UcsVlan -Id $i | select name
Add-UcsVnicInterface -VnicTemplate $vNicTemplate -name $vlanName.name -DefaultNet false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment