Avatar of itnifl
itnifl
Flag for Norway

asked on 

How-To Import existing Hyper-v virtual machines into VMM

I know of this way:
$VMHost = Get-SCVMHost -ComputerName "HyperVHostName"
Register-SCVirtualMachine -VMHost $VMHost -Path "C:\ClusterStorage\MyVM"

Open in new window


Are there others?
What if the VM being imported is in a paused state? How can I unpause it if it is not attached to eny environment anymore?
Hyper-VMicrosoft Virtual ServerVirtualizationServer HardwareHardware

Avatar of undefined
Last Comment
Joshua7

8/22/2022 - Mon