Problems with Restore-SpSite due to incorrect database schema
Sometimes Restore-SPSite does not correctly report the problem. In my case I found out the database schemas do not match. You can goto Central Admin […]
Sometimes Restore-SPSite does not correctly report the problem. In my case I found out the database schemas do not match. You can goto Central Admin […]
using powershell again Add-PSSnapin Microsoft.SharePoint.PowerShell; $guids = (Get-SPFarm).Products; $products = @{}; $products[‘35466B1A-B17B-4DFB-A703-F74E2A1F5F5E’] = ‘Project Server 2013’; $products[‘BC7BAF08-4D97-462C-8411-341052402E71’] = ‘Project Server 2013 Preview’; $products[‘C5D855EE-F32B-4A1C-97A8-F0A28CE02F9C’] = ‘SharePoint […]
I had to clean up 3 years worth of commit history today and rebasing was a royal pain as there were alot of merge conflicts […]
Copyright © 2024 | WordPress Theme by MH Themes