So I have a bunch of VM's that I exported from an old environment that I wanted to import into my Windows 8 machine. Using the following powershell command made this much easier then going thru the wizard for each one.
Launch this from the root directory of the VM's to import and it looks for the EXP files and passes them to the import-vm cmdlet to register them in Hyper-V
dir -filter *.exp -recurse | foreach {import-vm -path $_.fullname -register}
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment