Answer the question
In order to leave comments, you need to log in
WMIC ExportVirtualSystemEx Hyper-V?
Good day!
There is a powershell code:
$vmms = Get-WmiObject MSVM_VirtualSystemManagementService -Namespace "root\virtualization"
$a = 'Msvm_ComputerSystem.CreationClassName="Msvm_ComputerSystem",Name="3A9C5ECB-B5DF-4983-B8BA-4BF5765476FA"'
$vmms.ExportVirtualSystemEx($a, "d:\export\", "")
set a=Msvm_ComputerSystem.CreationClassName="Msvm_ComputerSystem",Name="3A9C5ECB-B5DF-4983-B8BA-4BF5765476FA"
wmic /namespace:\\root\virtualization path "Msvm_VirtualSystemManagementService" call ExportVirtualSystemEx %a%,"d:\export\",""
Invalid named parameter list.
Hint: <named param list> ::= <named param> | <named param> <named param list> where <named param> ::= <param name>=<param value>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question