<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Export Compliance Reports in vSphere Update Manager PowerCLI Discussions</title>
    <link>https://communities.vmware.com/t5/vSphere-Update-Manager-PowerCLI/Re-Export-Compliance-Reports/m-p/1775474#M414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I answered to that one in &lt;STRONG&gt; &lt;A _jive_internal="true" class="font-color-meta-light" href="https://communities.vmware.com/message/2267278#2267278" title="Link to reply #7"&gt;7.&lt;/A&gt;&amp;nbsp; &lt;A _jive_internal="true" class="font-color-meta-light" href="https://communities.vmware.com/message/2267278#2267278"&gt;Re: Get Complete Inventory PowerCLI&lt;/A&gt; &lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;Did you try it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jul 2013 22:04:02 GMT</pubDate>
    <dc:creator>LucD</dc:creator>
    <dc:date>2013-07-23T22:04:02Z</dc:date>
    <item>
      <title>Re: Export Compliance Reports</title>
      <link>https://communities.vmware.com/t5/vSphere-Update-Manager-PowerCLI/Re-Export-Compliance-Reports/m-p/1775473#M413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 2px; font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #333333;"&gt;Hi LucD. The script about was what you originally helped me with. I will like to add a line to show the LUN ID's for each storage LUN on each hosts and also add a line for WWN names of the hosts as well. Below is the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 2px; font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #333333;"&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE style="font-style: inherit; font-size: 12px; font-family: monospace; color: #333333;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800080;"&gt;$VmInfo&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;ForEach&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800080;"&gt;$Datacenter&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #5f9ea0;"&gt;Get-Datacenter&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;|&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #5f9ea0;"&gt;Sort-Object&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #5f9ea0;"&gt;-Property&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;)) {&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;ForEach&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800080;"&gt;$Cluster&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800080;"&gt;$Datacenter&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;|&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #5f9ea0;"&gt;Get-Cluster&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;|&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #5f9ea0;"&gt;Sort-Object&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #5f9ea0;"&gt;-Property&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;)) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;ForEach&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800080;"&gt;$VM&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800080;"&gt;$Cluster&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;|&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #5f9ea0;"&gt;Get-VM&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;|&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #5f9ea0;"&gt;Sort-Object&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #5f9ea0;"&gt;-Property&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;)) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;ForEach&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800080;"&gt;$HardDisk&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800080;"&gt;$VM&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;|&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #5f9ea0;"&gt;Get-HardDisk&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;|&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #5f9ea0;"&gt;Sort-Object&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #5f9ea0;"&gt;-Property&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;)) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800000;"&gt;""&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;|&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #5f9ea0;"&gt;Select-Object&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #5f9ea0;"&gt;-Property&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;@&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;N&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800000;"&gt;"VM"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;;E&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800080;"&gt;$VM&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;}}&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;@&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;N&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800000;"&gt;"VM CPU#"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;;E&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800080;"&gt;$vm&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;ExtensionData&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;Config&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;Hardware&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;NumCPU&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;/&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800080;"&gt;$vm&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;ExtensionData&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;Config&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;Hardware&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;NumCoresPerSocket&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;}}&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;@&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;N&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800000;"&gt;"VM CPU Core#"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;;E&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800080;"&gt;$vm&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;NumCPU&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;}}&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;@&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;N&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800000;"&gt;"Datacenter"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;;E&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800080;"&gt;$Datacenter&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;}}&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;@&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;N&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800000;"&gt;"Cluster"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;;E&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800080;"&gt;$Cluster&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;}}&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;@&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;N&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800000;"&gt;"Host"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;;E&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800080;"&gt;$vm&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;VMHost&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;}}&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;@&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;N&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800000;"&gt;"Host CPU#"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;;E&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800080;"&gt;$vm&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;VMHost&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;ExtensionData&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;Summary&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;Hardware&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;NumCpuPkgs&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;}}&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;@&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;N&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800000;"&gt;"Host CPU Core#"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;;E&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800080;"&gt;$vm&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;VMHost&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;ExtensionData&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;Summary&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;Hardware&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;NumCpuCores&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;/&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800080;"&gt;$vm&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;VMHost&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;ExtensionData&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;Summary&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;Hardware&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;NumCpuPkgs&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;}}&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;@&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;N&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800000;"&gt;"Hard Disk"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;;E&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800080;"&gt;$HardDisk&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;}}&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;@&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;N&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800000;"&gt;"Datastore"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;;E&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800080;"&gt;$HardDisk&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;FileName&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;Split&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800000;"&gt;"]"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;)[&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;TrimStart&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800000;"&gt;"["&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;)}}&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;@&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;N&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800000;"&gt;"VMConfigFile"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;;E&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800080;"&gt;$VM&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;ExtensionData&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;Config&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;Files&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;VmPathName&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;}}&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;@&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;N&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800000;"&gt;"VMDKpath"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;;E&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800080;"&gt;$HardDisk&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;FileName&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;}}&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;@&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;N&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800000;"&gt;"VMDK Size"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;;E&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;{(&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800080;"&gt;$vm&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;extensiondata&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;layoutex&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;file|&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;?&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000080;"&gt;$_&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;-contains&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800080;"&gt;$harddisk&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;filename&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #8b4513;"&gt;replace&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800000;"&gt;"."&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800000;"&gt;"-flat."&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;)})&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;size&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;/&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;GB&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;}}&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;@&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;N&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800000;"&gt;"Drive Size"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;;E&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800080;"&gt;$HardDisk&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;CapacityGB&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;}}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp; }&lt;BR /&gt;}&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800080;"&gt;$VmInfo&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;|&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #5f9ea0;"&gt;Export-Csv&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #5f9ea0;"&gt;-NoTypeInformation&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #5f9ea0;"&gt;-UseCulture&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #5f9ea0;"&gt;-Path&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800000;"&gt;"c:\scripts\reports\report.csv"&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 20:12:17 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Update-Manager-PowerCLI/Re-Export-Compliance-Reports/m-p/1775473#M413</guid>
      <dc:creator>obireb</dc:creator>
      <dc:date>2013-07-19T20:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Export Compliance Reports</title>
      <link>https://communities.vmware.com/t5/vSphere-Update-Manager-PowerCLI/Re-Export-Compliance-Reports/m-p/1775474#M414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I answered to that one in &lt;STRONG&gt; &lt;A _jive_internal="true" class="font-color-meta-light" href="https://communities.vmware.com/message/2267278#2267278" title="Link to reply #7"&gt;7.&lt;/A&gt;&amp;nbsp; &lt;A _jive_internal="true" class="font-color-meta-light" href="https://communities.vmware.com/message/2267278#2267278"&gt;Re: Get Complete Inventory PowerCLI&lt;/A&gt; &lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;Did you try it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 22:04:02 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Update-Manager-PowerCLI/Re-Export-Compliance-Reports/m-p/1775474#M414</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2013-07-23T22:04:02Z</dc:date>
    </item>
  </channel>
</rss>

