我正在努力使用帮助文件中的一个简单示例在Hyper-V上创建新的虚拟机。我可以使用GUI手动创建VM,但我试图学习如何使用PowerShell执行此操作,但我收到以下错误。
<table>
<tr id="currentRow">
<th>Name</th>
<th>Position</th>
<th>Office</th>
<th>Age</th>
<th>Start date</th>
<th>Salary</th>
</tr>
</table>
<script>
document.getElementById("currentRow").children[4].innerHTML = "this is a text";
</script>
错误讯息:
New-VM : Failed to create a new virtual machine. 'base' failed to realize. (Virtual machine ID 80967A7D-7380-4771-B200-99129D63496C) Failed to access configuration store: The device is not ready. (0x80070015). At line:1 char:1 + New-VM -Name "base" -MemoryStartupBytes 1GB -NewVHDPath J:\VM\base.vh ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [New-VM], VirtualizationExcept ion + FullyQualifiedErrorId : Unspecified,Microsoft.HyperV.PowerShell.Commands.NewVM
我的虚拟机位于外部硬盘中且存在路径......在线错误对此没什么帮助。