by Chris Hettinger | Oct 17, 2013 | Powershell, SharePoint
“The system account cannot perform this action” After reading this blog post, I logged of and logged back in as my “sp-admin” account and tried again; this time it worked….well made it to the next error at least. “Sideloading of...
by Chris Hettinger | Jun 18, 2012 | Amazon Web Services, Powershell, SharePoint, The Cloud, Uncategorized
I was recently given the task to migrate a SharePoint environment to Amazon Web Services (AWS). With limited exposure to cloud computing, I was trying to figure out what shopping on Amazon had to do with moving a SharePoint environment. After a little bit of research,...
by Chris Hettinger | May 14, 2012 | Amazon Web Services, Powershell, SharePoint, The Cloud
Amazon has provided several powerful SDKs for developers to interface with Amazon Web Services (AWS). Anything that can be completed using the AWS console can be accomplished via SDK. In this post, we will examine how .Net developers can leverage the AWS SDK to...
by Chris Hettinger | Apr 12, 2012 | Development, Powershell, SharePoint
Here is a handy script that will export all farm solution .wsp and .cab files at once: [sourcecode language=”powershell”] Add-PSSnapin Microsoft.SharePoint.PowerShell $farm = Get-SPFarm $farm.Solutions |...
Recent Comments