使用 Register-PSSessionConfiguration 时出现 WSMAN 错误

使用 Register-PSSessionConfiguration 时出现 WSMAN 错误

Windows Server 2016 v1607 Build 14393.3930 PowerShell 5.1.14393.3866 这是 Google Cloud VM

我正在教学生一些基本的 PS Remoting。设置一个简单的 DNSOps 组并使用 ps-remoting 来展示非管理员用户如何执行一些管理任务。

一名学生在注册她的 ps-session .pssc 文件时遇到了问题 - 我从未见过这个特定的错误:

new-item : The WS-Management service cannot process the request. The service cannot find the resource identified by the resource URI and selectors.
At line:72 char:9
+         new-item -path WSMan:\localhost\Plugin -file "$filepath" -nam ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [New-Item], InvalidOperationException
    + FullyQualifiedErrorId : System.InvalidOperationException,Microsoft.PowerShell.Commands.NewItemCommand

我已经运行过dism /online /cleanup-image /restorehealth,并且sfc /scannow都恢复正常。我在 Google 上搜索了好久,但似乎找不到太多关于此错误的信息。

我也重启过好几次了。

相关内容