Security Patches and SharePoint
If you’re ever looking through your event logs and you run across Event ID 2137, definitely heed its advice and…
This site is Just Another SharePoint Blog on troubleshooting SharePoint
If you’re ever looking through your event logs and you run across Event ID 2137, definitely heed its advice and…
I’m writing this post today; because The field with Id {2de1df7b-48e1-4c8e-be0f-f00e504b9948} defined in feature {6e1e5426-2ebd-4871-8027-c5ca86371ead} was found in the current…
Yesterday when running the Post setup configuration executable (psconfig.exe) I encountered the following happy-happy joy-joy moments. I hadn’t created the…
If you work at a company that mandates Microsoft Security patches get installed on all servers, like some major health…
First of all I’d like to thank mvan for the post located here: http://www.sharepointconsultant.ch/2013/03/07/adding-a-local-sharepoint-2013-development-server-as-a-cache-host-to-appfabrics-cache-cluster/ please read this before continuing, as…
Grey wizard or PSconfig Sometimes when your farm gets out of wack, as SharePoint farms with multiple admins tend to…
Learn PowerShell in a month of lunches Don Jones you tube channel and a smart TV – https://www.youtube.com/user/powershelldon queue them…
Here’s one successful method of adding an additional distributed cache host to a cache host cluster. It’s optional to perform…
The main thing to success with this is getting the cert correct. If you have two servers in your farm…
Use the following one liner to enumerate the sites and subsites in a SharePoint 2010 or 2013 web application: Get-spwebapplication…
You can run a SharePoint Management Shell remotely with the following lines of powershell $Remotesession = New-PSSession -computername “MY_SPServer_Name_Goes_Here” -Authentication…
Here’s an oldy but a goody, how to get your Central Admin and Config Databases created without using the gray…
When building a farm, use powershell to create your central adminstration site database, configuration database, and all other databases. This…
As this great blog on repairing the SharePoint 2013 On-Prem reset index stuck resolution, states it’s best to reset your…
When you want to know what search is up to, check it out with the management shell and these handy…
You can use this script to create a new search service application after you have removed your search service application. …
this post is a partial repeat of this post When you’re getting ready to migrate 2010 content over to 2013…
Scenario: You’ve determined that you don’t want to modify the search service application proxy settings under service connections under web…
“The Distributed Cache service provides in-memory caching services to several features in SharePoint Server 2013. Some of the features that…
Adapted from material presented at this URL – http://channel9.msdn.com/Events/Project/2014/PC319 Tested and proven Some things to watch out for, permissions on…
You must be logged in to post a comment.