我在工作组中将 Windows Server 2016 配置为“源计算机启动”模式下的 Windows 事件收集器。我在订阅配置中添加了另一个 Windows Server 2016,也在工作组中,作为“非域计算机”。
我通过 PowerShell 生成了用于“身份验证”的证书,它们是自签名的。
以下是有关客户端配置的信息。
命令行测试是否正确:
Test-WSMan -ComputerName WIN-87QJVNB1SBN -Authentication ClientCertificate -CertificateThumbprint 85C8833356B5D6ADB2 D7BFDC2764D50ECFA49854
wsmid:http://schemas.dmtf.org/wbem/wsman/identity/1/wsmanidentity.xsd
协议版本:http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd
产品供应商:Microsoft Corporation
产品版本:OS:10.0.14393 SP:0.0 Stack:3.0
我的问题是:是否可以在没有域控制器帮助的情况下在工作组中的客户端/服务器之间配置 WEC,或者不支持此配置?
谢谢