by Chris Hettinger | Apr 18, 2012 | Amazon Web Services
While using Amazon Web Services (AWS) you may find that, when using one of the Amazon Machine Images (AMIs) provided, you may run out of disk space. There does not appear to be any way to “resize” an Elastic Block Store (EBS) volume; however, you can create a new one...
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...
Recent Comments