我需要通过 PowerShell 远程启用 credSSP 身份验证。运行时:
enable-wsmancredssp -role client -delegatecomputer fqdn -force`
我收到此错误:
Access is denied.
+ CategoryInfo : InvalidOperation: (:) [Enable-WSManCredSSP], nvalidOperationException
+ FullyQualifiedErrorId : WsManError,Microsoft.WSMan.Management.EnableWSManCredSSPCommand
+ PSComputerName : xxx.xxx.xxx.xxx
即使执行“get-wsmancredssp”也会出现同样的错误
当我通过 rdp 连接到服务器并运行命令时,它运行正常。是否有一些策略可以防止远程启用此功能?