我最近在 HP Proliant DL380 G7 上安装了 Microsoft Hyper-V Server V. 10.0.17763,并在计算机上安装了 Windows 管理中心。当我尝试在 Windows 管理中心启动 VM 时,出现了此错误:
Unexpected token 'hypervisor' in expression or statement.
At line:3 char:102
+ ... ossibile impostare il tipo di utilità di pianificazione dell'hypervis ...
+ ~ The hash literal was incomplete.
At line:135 char:64
+ SmeSubmit -vmIds (cvt '["43014470-7064-4c73-9b5d-544f6ed3fd2e"]')
+ ~~ The string is missing the terminator: '.
At line:1 char:30
+ function Import-LocalizedData{$script:strings=@{
+ ~ Missing closing '}' in statement block or type definition
我不知道为什么会出现此错误,但我可以告诉你更多信息。我尝试运行的虚拟机的虚拟磁盘位于默认 HyperV 文件夹中,安装 iso 也位于默认 HyperV 文件夹中
答案1
--> 解决方案 <--
显然意大利语对 powershell 语法有些影响,我将语言改为英语,现在一切正常