Tagged Questions
1
vote
1answer
708 views
NullReferenceException when running New-SPSite
I'm running the following PowerShell script on my SharePoint server to create a new host-header site collection and a tenant admin site:
Add-PSSnapin microsoft.sharepoint.powershell -ea ...