Publish all files without a major version in a folder using PowerShell
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…
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…
I have often needed to clear the SharePoint Config Cache for various reasons. I am posting a working PowerShell version here in case it is needed. Add-PSSnapin Microsoft.sharepoint.powershell -ErrorAction SilentlyContinue…
Securitytoken.svc Exception: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at http://localhost:32843/SecurityTokenServiceApplication/securitytoken.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present,…
Every now and then after patching I have seen SharePoint Search services in the service administration window automatically disable. I am not sure why this happens but here is the…
This post is created to give an overall guide in the conducting of the SharePoint Products Configuration wizard. This is a monthly process that must be completed after every patching…
So you may come across central administration when you are attempting to change a user property in the user profile service and you cant seem to click on the account…
Description How to redirect SharePoint using AAM's without breaking anything. Documentation https://blog.blksthl.com/2012/12/20/a-guide-to-https-and-secure-sockets-layer-in-sharepoint-2013/#step5 Tasks I recently came across an issue with a customer where we were tying to flip them over…