本文介绍了使用WMI C ++读取hyperv 2016 VMCX的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何使用WMI C ++读取VM配置文件(VMCX)。
类似于 []
我发现的大部分文件都在c#或powershell中。
在C ++中有类似的东西我可以使用object.GetRelated()关联吗?
提前致谢。
我尝试了什么:
尝试使用powershell脚本(如上文所述)或使用compare-vm命令。无法在C ++中获得关联。
Hi,
How to read the VM configuration file (VMCX) using WMI C++.
Something similar to Editing a .VMCX file | Ben Armstrong’s Virtualization Blog[^]
Most of the documents i find are in c# or powershell.
Is there something similar in C++ where i can use object.GetRelated () association ?
Thanks in advance.
What I have tried:
Tried with powershell script (as mentioned in the above doc) or using the compare-vm command. Not able to get the association in C++.
推荐答案
这篇关于使用WMI C ++读取hyperv 2016 VMCX的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!