我尝试使用 PowerShell Remoting 部署 Sharepoint WSP 项目。
请参阅https://sharepoint.stackexchange.com/questions/44880/powershell-remoting-sharepoint-2010-error
解决方案是为 Sharepoint 配置 CredSSP。
但微软说:
警告:凭据安全服务提供程序 (CredSSP) 身份验证,其中用户的凭据被传递到远程计算机进行身份验证,设计用于需要对多个资源进行身份验证的命令,例如访问远程网络共享。这种机制增加了远程操作的安全风险。如果远程计算机受到威胁,则传递给它的凭据可用于控制网络会话。
参考:http ://technet.microsoft.com/en-us/library/dd347668.aspx
不建议在生产环境中使用。
关于使用 powershell 远程处理和 sharepoint 进行部署的任何建议?
Windows XP 更新
问题是 Windows XP SP3 中的 WinRM 2.0 不支持用于 PowerShell 的 CredSSP。
Powershell 2.0 - WinRM 2.0 + Windows XP SP3 + CredSSP + 为 Sharepoint 2010 部署 PS Remoting 不可能