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
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
精彩评论