Azure Pack Hyper-V Powershell SCVMM Windows Server

Migrate Logical Networks from VMM to VMM with PowerShell – The Export

Fast publish! Had to migrate logical networks from an existing VMM 2012 instance into a new shiny VMM 2012 R2 deployment. This is the export from the existing VMM. The import script will follow shortly:   Import-Module virtualmachinemanager # all Logical network definitions $LogicalNetsdef = Get-SCLogicalNetworkDefinition Foreach ($def in $LogicalNetsdef){

Read more