PS C:\Users\zen> Get-WindowsOptionalFeature -Online -FeatureName *Hyper-V*
FeatureName : Microsoft-Hyper-V-All
DisplayName : Hyper-V
Description : 提供一些帮助创建和运行虚拟机及其资源的服务和管理工具。
RestartRequired : Possible
State : Enabled
CustomProperties :
FeatureName : Microsoft-Hyper-V
DisplayName : Hyper-V 平台
Description : 提供了可以用来创建和管理虚拟机及其资源的服务。
RestartRequired : Possible
State : Enabled
CustomProperties :
FeatureName : Microsoft-Hyper-V-Tools-All
DisplayName : Hyper-V 管理工具
Description : 包括用于管理 Hyper-V 的 GUI 和命令行工具。
RestartRequired : Possible
State : Enabled
CustomProperties :
FeatureName : Microsoft-Hyper-V-Management-PowerShell
DisplayName : Windows PowerShell 的 Hyper-V 模块
Description : 包括用于管理 Hyper-V 的 Windows PowerShell cmdlet。
RestartRequired : Possible
State : Enabled
CustomProperties :
FeatureName : Microsoft-Hyper-V-Hypervisor
DisplayName : Hyper-V 虚拟机监控程序
Description : 提供了 Hyper-V 虚拟机监控程序。
RestartRequired : Possible
State : Enabled
CustomProperties :
FeatureName : Microsoft-Hyper-V-Services
DisplayName : Hyper-V 服务
Description : 提供了可以用来创建和管理虚拟机及其资源的服务。
RestartRequired : Possible
State : Enabled
CustomProperties :
FeatureName : Microsoft-Hyper-V-Management-Clients
DisplayName : Hyper-V GUI 管理工具
Description : 包括 Hyper-V 管理器管理单元和虚拟机连接工具。
RestartRequired : Possible
State : Enabled
CustomProperties :
看似有了hypverv, 但是
PS C:\Users\zen> Get-Command Resize-VHD
Get-Command: The term 'Resize-VHD' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
PS C:\Users\zen> Import-Module Hyper-V
Import-Module: The specified module 'Hyper-V' was not loaded because no valid module file was found in any module directory.
怎么办,求助求助各位大佬
1 个帖子 - 1 位参与者