Turn off Publishing Infrastructure before Migrating from On-Premises to the M365 Cloud
Having classic publishing activated in thousands of site collections in your tenant WILL slow down your network. M365 does not…
This site is Just Another SharePoint Blog on troubleshooting SharePoint
Having classic publishing activated in thousands of site collections in your tenant WILL slow down your network. M365 does not…
If you have ever had to set up the User Profile Synchronization Service Connection to Active Directory, then you know…
The script below will clear the config cache on each server. It waits until all servers are ready and then…
Here’s a quick and dirty way to find out the farm account (Get-SPFarm).DefaultServiceAccount.Name If that account looks something like…
https://blogs.msmvps.com/haarongonzalez/how-to-restore-the-sharepoint-web-services-iis-web-site-if-accidently-deleted/ The above blog post explains that it is possible to, erroneously, remove the SharePoint Services website from the file…
The best methods to remove a server from the farm are to either use the psconfig wizard or run Disconnect-SPconfigurationDatabase…
If you ever have to migrate a search service application from one farm to the next. Do two things: …
If you’re looking to find out who has been logging into machines in your domain, this powershell will tell you…
Imagine that you are getting this message:(or, maybe you don’t have to imagine, because you are actually getting it) Sorry,…
When your site wont start or is not loading properly there may be modifications to the web.config that have caused…
The following blog post works best with an empty index. In other words, it works best before your first full…
Credit for this post: Scott Fawley, SharePoint Guru Here is a handy script that MS sent while troubleshooting a Search…
After you finish running this script, you’ll need to create the work management service application, app management service application, subscriptions…
To move the managed metadata database, take a copy only backup of it from your SQL server and then restore…
When creating a farm using powershell, you need to create the managed accounts that your service applications will use. Here’s…
Let’s say you have this ginormous farm with hundreds of databases and you want to update the farm to a…
Here’s another blog post on how to create Host Named Site Collections. NOTE THIS IS NOT THE BEST RECOMMENDED APPROACH…
This is the powershell to disable MDS in all sites and sub-sites within a web application $webApp = Get-SPWebApplication…
Some things to keep in mind: The account you run this with needs to be a member of either Local…
App Management and Subscription Settings High-level steps: Create a forward lookup zone Create a web application (so that IIS will…