Azure Pack–Migration of Services from Subscription to Subscription
Recently i had to migrate all VMs and vNets from one Owner to a new Owner. So i hab to move all Services from the Source Subscription to a new one. Here is the script i used for that: $vmmserver = Get-SCVMMServer -ComputerName roxvmm -ForOnBehalfOf $vmmserver | ft name,ActiveVMMNode, ForOnBehalfOf, UserRole -AutoSize $cloud = Get-SCCloud ...