PowerCLI: Dump virtual machine info as XML: Difference between revisions

From VI-Toolkit
Jump to navigation Jump to search
(Created page with '=== get-VmInfoAsXML === Author: Doug Youd ==== Description ==== Based on the [http://ict-freak.nl/2009/10/11/powercli-virtual-machine-disk-vmdk-info-v2-analyze-data-with-excel/ ...')
 
(No difference)

Latest revision as of 20:45, 29 October 2010

get-VmInfoAsXML

Author: Doug Youd

Description

Based on the PowerCLI: Virtual Machine Disk (VMDK) info v2: Analyze data with Excel script by Arne Fokkema, this script will save your virtual machine info in an XML file.

The XML file is formatted for easier readability and contains -among others- the following information:

  • List of VMs with
 * port groups with VLAN info
 * Datastore
 * Capacity in GB
 * CPU count
 * Memory size
 * Nic count
 * Disk count
 * full guest name


Location

Dump Virtual Machine Info as XML (powershell)