我在哪里可以找到Convert-VHD PowerShell命令

时间:2015-08-11 06:36:02

标签: powershell vhd

我是PowerShell的新手,无法找到Convert-VHD命令。我希望谷歌告诉我,我需要安装SDK - 但找不到任何说明。

帮助页面表明它已经安装在Win 8.1(我的操作系统)上。如果是的话,它在哪里? https://technet.microsoft.com/en-us/library/hh848454(v=wps.630).aspx

帮助表示赞赏。

1 个答案:

答案 0 :(得分:2)

您必须导入ServerManager模块

Import-Module ServerManager

当然你必须安装它,你可以找到它作为名为Hyper-V Module for Windows PowerShell

的功能

enter image description here

这应该是从Powershell安装模块的代码

Add-WindowsFeature RSAT-Hyper-V-Tools –IncludeAllSubFeature