如何在 Powershell 中获取特定 VM 的 Msvm_VirtualSystemGlobalSettingData 类的实例
因此,我一直在尝试 Hyper-V VM 管理的 powershell 自动化,但我似乎找不到可靠的方法来查找给定 VM 的 VM 数据根。据我所知,当以编程方式构建一个时,我通过 Msvm_VirtualSystemGlobalSettingData WMI 类进行设置。创建虚拟机后如何访问此类?
谢谢!
So, I've been trying my hand at powershell automation of Hyper-V VM administration, and I can't seem to find a reliable way to find the VM Data Root for a given VM. I understand that when programmatically building one, I set it via the Msvm_VirtualSystemGlobalSettingData WMI class. How do I access this class post VM creation?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
GetRelated() 方法是关键:
The GetRelated() method is the key: