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 had the need to publish all files in specific folders for a customer and I had to put several PowerShell's together to make one that works. What this PowerShell…
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…