PowerShell 获取 SPSite https://
您好,
我正在尝试使用以下内容来获取 SharePoint 网站,但它不喜欢 https。
$site = Get-SPSite https://some.url.com
任何人都知道如何使用启用 SSL 的 SPSite电源外壳?
谢谢
Greetings,
I'm trying to use the below to get a SharePoint site but it doesn't like the https.
$site = Get-SPSite https://some.url.com
Anybody know how to get an SSL enabled SPSite using Powershell?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我对基于 HTTP 的 SharePoint 网站使用了相同的命令。可能值得检查一下是否有 HTTPS 的备用访问映射设置
I have used the same command with HTTPs based SharePoint sites. Might be worthwhile checking to see if there is a alternate access mapping setup for HTTPS