Install Project Server for SharePoint 2016
This one is super easy because for SharePoint 2016, project server comes already installed with the SharePoint build. So this post will be super short. Got to PowerShell and add…
This one is super easy because for SharePoint 2016, project server comes already installed with the SharePoint build. So this post will be super short. Got to PowerShell and add…
I started off with the book above. It still sits on my shelf to this day. For some reason I even ordered it twice! Now I know what you are…
Every now and then after patching I have seen SharePoint Search services in the service administration window automatically disable. I am not sure why this happens but here is the…
This is how you migrate the user profile service using PowerShell- Restore the database from backup Open PowerShell ISE as administrator and add the snapin Here you want to restore…
Restore the Database from backupOpen PowerShell as Administrator and add the Snapin Add-PSSnapin Microsoft.sharepoint.powershell -ErrorAction SilentlyContinue 3. Run the following PowerShell and be sure to check the variables $database =…
Description This post will tell you how to migrate the managed metadata service application into a new version of on premise SharePoint Documentation https://docs.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 Tasks Restore the database from backup…
So you may come across central administration when you are attempting to change a user property in the user profile service and you cant seem to click on the account…