Disable Loopback Check (DisableLoopbackCheck Dword 1)
If you ever encounter multiple prompts from a SharePoint server when trying to open a site, go to this location…
This site is Just Another SharePoint Blog on troubleshooting SharePoint
If you ever encounter multiple prompts from a SharePoint server when trying to open a site, go to this location…
The auto SP Installer download used to include the folder structure. That is no longer the case. Let’s say…
If you’re trying to test connectivity between servers on a specific port and you go to use TelNet and receive…
The following blog post is just a re-blogurtation of this post https://social.technet.microsoft.com/wiki/contents/articles/16067.nltest-to-test-the-trust-relationship-between-a-workstation-and-domain.aspx 1.NLTEST can be used to show this…
If you’re looking to find out who has been logging into machines in your domain, this powershell will tell you…
To move the managed metadata database, take a copy only backup of it from your SQL server and then restore…
Some things to keep in mind: The account you run this with needs to be a member of either Local…
In this video I demonstrate getting the dev environment able to be opened using RDP connections. Like all my videos,…
Do you want to be able to connect into your home server from anywhere that you have an internet connection…
In a previous post, I mentioned the steps to least privilege the Distributed Cache; but, I really never explained the…
Clearing the SharePoint Config cache is no longer a manual task and is easier than clearing the saliva out of…
How many times have you been in the middle of a series of updates to your farm, or at the…
If you’re ever looking through your event logs and you run across Event ID 2137, definitely heed its advice and…
Recently while editing the preferred search center for MySites, there was a message that the user profile service was not…
$fileage = 30 $files = Get-ChildItem ‘C:\PathToFiles\subdirectory’ -Recurse -Include *.log $files += Get-ChildItem ‘E:\AnotherDriveAndPath\Subdirectory’ -Recurse -Include *.log ForEach ($File in…
If you ever wanted a list of what features are installed in your server, you can: use this command…
If you haven’t incorporated Host Named Site Collections into your SharePoint 2010, you should definitely look into that resource saver.…
Sorry about the brevity of this post; but, it has been a looooong week. Next week we’ll discuss how Beaver’s…
To avoid the ugly/yucky GUID tails off the end of your Central Administration database, use this line of powershell and…
You must be logged in to post a comment.