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?