There are a few of these scripts around to create SharePoint service accounts with PowerShell but I decided to create a new one as SharePoint 2019 is coming with a bit more functionality and error handling. A good blog about the different service accounts needed can...
Blog
Active DirectoryThe website cannot display the page @ SharePoint due to Group Policy settings
This error (The website cannot display the page) can be thrown due to a number of reasons but I’ll will show the issue and solution we had after a few SharePoint 2013 installations. Issue We installed SharePoint 2013 correctly and verified if everything was up and...
There are currently no logon servers available to service the logon request
We restarted a domain controller and we encountered the following error There are currently no logon servers available to service the logon request Issue The server was rebooted into “safe mode” after the restart and we could no longer log on using our domain admin...
Migrating AD groups in SharePoint 2013
This post is part 2 of the guide to move Active Directory groups in SharePoint 2013. Microsoft added the PowerShell command move-spuser to migrate a user account in SharePoint 2010 and SharePoint 2013. We can leverage this command to migrate AD groups in SharePoint....
Get identity claim for AD groups in SharePoint 2013
This post will show a couple ways to get the identity claim for Active Directory groups that are being used in SharePoint 2013. We are going to need this identity claim for migrating Active Directory groups in SharePoint 2013. This makes it easy to migrate the...
Remove users from User Information List
This post describes how you can remove a user from the User Information List (UIL) in a site collection from SharePoint 2010 and 2013. SharePoint stores user information in the UIL to extract data when this user is being searched by the people picker. The people...