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 |...
by Chris Hettinger | Apr 2, 2012 | Amazon Web Services, SharePoint, The Cloud
This document describes the steps necessary to migrate a VMWare virtual machine (.vmx and accompanying .vmdk) to the Amazon Web Services (AWS) cloud. Setting up AWS Command Line Tools There are many actions in AWS that can only be completed by using the AWS command...
by Chris Hettinger | Feb 3, 2012 | Visual Studio
I stumbled upon this the other day. An easy way to get the 4-part name for an assembly is add an external tool to Visual Studio: 1. Open Tools > External Tools 2. Click Add 3. For the Title, enter &Get 4-Part Name (The & established the G as the hotkey) 4....
Recent Comments