Download script Here: mergesplogfile If you’re a SharePoint Administrator something you probably learned pretty early in your adventure is if there’s an error or problem. […]
Category: PowerShell
404 errors, http, https and other fun things with SharePoint SPSiteURL
If you’re using host named site collections in SharePoint 2013 and have set an SPSiteURL in order to map a site collection to a different […]
Get All User Alerts for SharePoint Site Collection
Short post today on how to quickly grab a list of all the User Alerts in a SharePoint Site Collection. Add-PSSnapin “Microsoft.SharePoint.PowerShell” $SPSiteCollection = […]
#SPSDFW – SharePoint Saturday Dallas / Ft. Worth
If you’re attending my 1:30pm session on Real World Site Migrations today. Here are some links to some of the files I’ll be mentioning today. […]
Throttle, Throttle, disable the Throttle
We’ve been working through some issue’s on one of our SP2013 Farms related to List Throttling on a library in a particular site. Mark Rackley […]
System.ServiceModel.EndpointNotFoundException was thrown while running PSCONFIG
I’ve been seeing a common issue while patching Project Server 2013 as of late. PSCONFIG will run but I’ll get this error before it all […]
Find email listed for access requests in SharePoint 2010 / 2013
I ran into a helpful PowerShell script today that I wanted share. When creating SharePoint 2013 sites, by default (maybe it’s our default) the Allow […]
Powershell Get Contents of GAC
I was recently tasked with going through all the servers in our farm and identifying if there were any differences in the dll’s in the […]
Get all Email Enabled Lists in Farm via powershell
I was looking for a way with powershell to find all the lists in my sharepoint 2007 farm that had email enabled document libraries as […]
Get and Change Custom 404 Page in SharePoint 2010 Web Application
Yes it’s true, the 404 page is still alive and kicking. And in SharePoint there sometimes comes a time when you just need to change […]