Skip to content

Instantly share code, notes, and snippets.

@pkirch
Created March 24, 2015 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pkirch/05d9c3eb78318b305750 to your computer and use it in GitHub Desktop.
Save pkirch/05d9c3eb78318b305750 to your computer and use it in GitHub Desktop.
This sample shows the output of the a single image returned by Get-AzureVMImage in PowerShell.
$images[0]
<# Output
ImageName : 03f55de797f546a1b29d1b8d66be687a__Team-Foundation-Server-2013-Update4-WS2012R2
OS : Windows
MediaLink :
LogicalSizeInGB : 128
AffinityGroup :
Category : Public
Location : East Asia;Southeast Asia;Australia East;Australia Southeast;Brazil South;North Europe;West Europe;Japan East;Japan
West;Central US;East US;East US 2;North Central US;South Central US;West US
Label : Team Foundation Server 2013 Update 4 on Windows Server 2012 R2
Description : Microsoft Team Foundation Server 2013 Trial on Windows Server 2012 R2 Update. Virtual Machines created with this trial
image will require a product key for Team Foundation Server (such as from an MSDN Subscription). This image includes a
complete installation of Team Foundation Server 2013 Update 4. Some components require additional setup and configuration.
You can configure SQL Server using SQL Server Express included in this image, by downloading and installing SQL Server
Standard edition (from an MSDN Subscription), or by connect to a pre-existing SQL Server. Minimum virtual machine size for
this image is Medium. For more details on TFS server setup please see the [Team Foundation Server install
guide|http://msdn.microsoft.com/en-us/library/dd631902.aspx].
Eula : http://www.microsoft.com/en-us/download/details.aspx?id=13350
ImageFamily : Team Foundation Server 2013 Update 4 on Windows Server 2012 R2
PublishedDate : 12.11.2014 09:00:00
IsPremium : False
IconUri : VisualStudio2013_45.png
SmallIconUri : VisualStudio2013_45.png
PrivacyUri : http://go.microsoft.com/fwlink/?LinkID=286720
RecommendedVMSize : Medium
PublisherName : Microsoft Visual Studio Group
IOType : Standard_LRS
ShowInGui :
OperationDescription : Get-AzureVMImage
OperationId : 2aef8eae-5f87-5066-91d8-2cb290e84f23
OperationStatus : Succeeded
#>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment