<?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 Getting Serial Number Info from VMHost in VMware PowerCLI Discussions</title>
    <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2243924#M76202</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not long ago, I was introduced to a wonderful module known as "VI-Module".&amp;nbsp; It has given me access to some of the hardware data on a host that's quite elusive.&amp;nbsp; I was able to get the Manufacturer, Model, even BIOS and firmware dates.&amp;nbsp; However, what I'm trying to put together is a script which spits out the Serial Tag for any of these ESXi hosts (i.e. IBM Blades, etc).&amp;nbsp; I learned that "Bios" was a calculated field, but I haven't been able to figure out what it is derived from in order to pull that info.&amp;nbsp; I was expecting that if I could figure that out, then I could figure out how to substitute 'SerialTag' for BIOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I truly hope that someone can assist with this puzzle.&amp;nbsp; I have to provide a report which matches us the vCenters with their hosts by Serial Number. It's due COB Monday and my mind isn't working on full steam this afternoon.&amp;nbsp; Thanks in advance for your learned help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jan 2017 18:33:22 GMT</pubDate>
    <dc:creator>miguelvelezwhit</dc:creator>
    <dc:date>2017-01-27T18:33:22Z</dc:date>
    <item>
      <title>Getting Serial Number Info from VMHost</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2243924#M76202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not long ago, I was introduced to a wonderful module known as "VI-Module".&amp;nbsp; It has given me access to some of the hardware data on a host that's quite elusive.&amp;nbsp; I was able to get the Manufacturer, Model, even BIOS and firmware dates.&amp;nbsp; However, what I'm trying to put together is a script which spits out the Serial Tag for any of these ESXi hosts (i.e. IBM Blades, etc).&amp;nbsp; I learned that "Bios" was a calculated field, but I haven't been able to figure out what it is derived from in order to pull that info.&amp;nbsp; I was expecting that if I could figure that out, then I could figure out how to substitute 'SerialTag' for BIOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I truly hope that someone can assist with this puzzle.&amp;nbsp; I have to provide a report which matches us the vCenters with their hosts by Serial Number. It's due COB Monday and my mind isn't working on full steam this afternoon.&amp;nbsp; Thanks in advance for your learned help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2017 18:33:22 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2243924#M76202</guid>
      <dc:creator>miguelvelezwhit</dc:creator>
      <dc:date>2017-01-27T18:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Serial Number Info from VMHost</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2243925#M76203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think, the surest method to use esxcli with PowerCLI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$cli=Get-VMHost &amp;lt;hostname&amp;gt;|Get-EsxCli&lt;/P&gt;&lt;P&gt;Write-Host $cli.hardware.platform.get().SerialNumber&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2017 18:54:50 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2243925#M76203</guid>
      <dc:creator>zsoltesz</dc:creator>
      <dc:date>2017-01-28T18:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Serial Number Info from VMHost</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2243926#M76204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I attempted to use zsoltesz's method; however it didn't work.&amp;nbsp; It's possible that since esxcli is now v2, there must be a different way to do it.&amp;nbsp; I tried using v2 since I'm running 6.5 R1, but even then I couldn't pull the information I needed.&amp;nbsp; I was certain that the answer would be somewhere in $esxcli.hardware.platform, but I wasn't able to pull "Service Tag" information.&amp;nbsp; A field for it has to be there since it's showing up in vCenter.&amp;nbsp; However, I don't have enough experience to know what parameter covers that field.&amp;nbsp; If I have to creating some type of 'calculated' field, then I'm really out of my depth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps if I knew what parameters already exist in $esxcli.harware.platform.&amp;nbsp; I don't know how to write the line of script which would show all the options for that subset.&amp;nbsp; Does anyone know how to get that info?&amp;nbsp; I'm grasping at straws and I'm probably going in too many directions.&amp;nbsp; Any proper guidance that anyone can share would be greatly appreciated.&amp;nbsp; :smileycry:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 17:39:10 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2243926#M76204</guid>
      <dc:creator>miguelvelezwhit</dc:creator>
      <dc:date>2017-01-30T17:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Serial Number Info from VMHost</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2243927#M76205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using the V2 switch, this will show all properties returned&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="text-align: Left; font-family: Segoe UI; font-style: normal; font-weight: normal; font-size: 12; color: #000000;"&gt;&lt;P style="font-family: Lucida Console; margin: 0 0 0 0; background-color: #ffffff;"&gt;&lt;SPAN style="font-size: 16;"&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff4500;"&gt;&lt;SPAN&gt;$esxcli&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9;"&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;hardware&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9;"&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;platform&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9;"&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;get&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9;"&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Invoke()&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Lucida Console; margin: 0 0 0 0; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 18:18:20 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2243927#M76205</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2017-01-30T18:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Serial Number Info from VMHost</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2243928#M76206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dude, as always, you are an undeniable Godsend.&amp;nbsp; I truly want to be like you when I grow up &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.vmware.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;.&amp;nbsp; I'm attempting now to write a script with that info, but have it be able to report on ALL hosts in a vCenter - some type of loop (i.e. a foreach statement) somewhere in the process.&amp;nbsp; I wish I had your brain.&amp;nbsp; It's&amp;nbsp; hard to get reacquainted once you've been out for a while.&amp;nbsp; Thanks for all the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 18:37:13 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2243928#M76206</guid>
      <dc:creator>miguelvelezwhit</dc:creator>
      <dc:date>2017-01-30T18:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Serial Number Info from VMHost</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2243929#M76207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could do something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="text-align: Left; font-family: Segoe UI; font-style: normal; font-weight: normal; font-size: 12; color: #000000;"&gt;&lt;P style="font-family: Lucida Console; margin: 0 0 0 0; background-color: #ffffff;"&gt;&lt;SPAN style="font-size: 16;"&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #00008b;"&gt;&lt;SPAN&gt;foreach&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff4500;"&gt;&lt;SPAN&gt;$esxcli&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #00008b;"&gt;&lt;SPAN&gt;in&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;SPAN&gt;Get-VMHost&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9;"&gt;&lt;SPAN&gt;|&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;SPAN&gt;Get-EsxCli&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080;"&gt;&lt;SPAN&gt;-V2&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;){&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Lucida Console; margin: 0 0 0 0; background-color: #ffffff;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff4500;"&gt;&lt;SPAN&gt;$esxcli&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9;"&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;hardware&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9;"&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;platform&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9;"&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;get&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9;"&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Invoke() &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9;"&gt;&lt;SPAN&gt;|&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Lucida Console; margin: 0 0 0 0; background-color: #ffffff;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;SPAN&gt;Select&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt; @{N&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9;"&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #8b0000;"&gt;&lt;SPAN&gt;'VMHost'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;;E&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9;"&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff4500;"&gt;&lt;SPAN&gt;$esxcli&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9;"&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;VMHost&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9;"&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Name}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9;"&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #8a2be2;"&gt;&lt;SPAN&gt;VendorName&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9;"&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #8a2be2;"&gt;&lt;SPAN&gt;ProductName&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9;"&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #8a2be2;"&gt;&lt;SPAN&gt;SerialNumber&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Lucida Console; margin: 0 0 0 0; background-color: #ffffff;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;} &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 19:25:18 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2243929#M76207</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2017-01-30T19:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Serial Number Info from VMHost</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2243930#M76208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's terrific LucD.&amp;nbsp; I was even able to refine it down to a specific parameter; now that I know what's available.&amp;nbsp; I'm tied up in an inventory for our Lenovo Maintenance Contracts.&amp;nbsp; We have a percentage of our hosts are IBM blades.&amp;nbsp; Everything else is Cisco UCS.&amp;nbsp; I was handed a sheet with Service Tags and told to tie those to whichever datacenter across the country it belongs to.&amp;nbsp; Then later, PowerCLI helped so much that I was asked to include the UCS tags as well.&amp;nbsp; Because of your help, I'm able to take a 3-4 hour task and change in over to perhaps 30-45 minutes.&amp;nbsp; If I tweak your loop formula just right, I may even be able to apply it in each our datacenters.&amp;nbsp; (We're busy doing the prep work to migrate to 6.0.0U2a.&amp;nbsp; Current environment has 4.1, 5,0, 5.1, and 5.5.&amp;nbsp; They wish to do the VMware environment first, then the NetApp environment, then the Cisco UCS stuff.&amp;nbsp; Nothing's been updated since it was originally installed so there's a lot of intermediate steps just getting everything onto one common build before taking them all to 6.&amp;nbsp;&amp;nbsp; That's one of the reasons that they brought me on and I'm having the time of my life.&amp;nbsp; I get to do things now that I only dreamed about doing with VMware.&amp;nbsp; They're even letting me build a team sandbox!!!&amp;nbsp; No company that I've worked at over the past 15 years has ever let the engineers have their own R&amp;amp;D portal.&amp;nbsp; Things were always moving too fast and there were too few people.&amp;nbsp; Now the team is building ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just realized that I rambled again..sorry, I'm just so happy about your pointing me in the proper direction.&amp;nbsp; Just want to say thanks again; not just to you but also everyone else who has been trying to help.&amp;nbsp; I like to think that our collective expertise is growing exponentially.&amp;nbsp; Once you reach out to help someone, you advance them and yourself, a hundred-fold.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Until next time...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maraming salamat po (Many thanks, respectfully),&lt;/P&gt;&lt;P&gt;Miguel:smileycool:&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.vmware.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 19:37:26 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2243930#M76208</guid>
      <dc:creator>miguelvelezwhit</dc:creator>
      <dc:date>2017-01-30T19:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Serial Number Info from VMHost</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2243931#M76209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.vmware.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 20:08:16 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2243931#M76209</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2017-01-30T20:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Serial Number Info from VMHost</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2243932#M76210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked as beautifully as the command.&amp;nbsp; I can't thank you enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one other related question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some of the IBM Blades that I'm looking for are NOT part of VMware.&amp;nbsp; I've been able to ping them, perform nslookup.&amp;nbsp; Heck I can even run NMAP on their network and get there FQDN names.&amp;nbsp; However, since it's not part of VMware, I won't be able to see it in PowerCLI; or anything else that's VMware related.&amp;nbsp; However, in an attempt to think out of the box, I thought that perhaps WMI had some equivalent parameters so that I could find this stuff via our new PowerShell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible?&amp;nbsp; Or am I overreaching?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One last item:&lt;/P&gt;&lt;P&gt;I was attempting to go to your "powerclibook" which is listed under your profile info.&amp;nbsp; However, the site took me to a GoDaddy domain offering page.&amp;nbsp; Has that link changed?&amp;nbsp; If so, can you redirect me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks as always,&lt;BR /&gt;Miguel:smileyconfused:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 20:39:50 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2243932#M76210</guid>
      <dc:creator>miguelvelezwhit</dc:creator>
      <dc:date>2017-01-30T20:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Serial Number Info from VMHost</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2243933#M76211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, you're on the right track.&lt;BR /&gt;With WMI you should be able to query those blades.&lt;/P&gt;&lt;P&gt;Most of the time there are some prerequisites that need to be fulfilled before it works.&lt;/P&gt;&lt;P&gt;Unfortunately I don't have any IBM Blades to try it out right now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, that book link was invalid, seems that the website was abandoned.&lt;/P&gt;&lt;P&gt;I replaced the link in the footer, but there is also a link on my blog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 21:32:58 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2243933#M76211</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2017-01-30T21:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Serial Number Info from VMHost</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2850858#M101753</link>
      <description>&lt;P&gt;Hi LucD -&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for this, I have been using this script (edited a little to use in my environment), I am for some reason having an issue adding to it to grab the BIOS version and BIOS release date, which I use in a separate script, combining would be great, can you help me with this?&amp;nbsp; I am new to scripting &lt;img class="lia-deferred-image lia-image-emoji" src="https://communities.vmware.com/html/@ECFD0D55972316700FC4170A6FAD6DD9/emoticons/1f615.png" alt=":confused_face:" title=":confused_face:" /&gt; I have tried adding foreach loops and/or custom objects to get the write out put and I am failing.&lt;/P&gt;&lt;P&gt;Get-View -ViewType HostSystem | Select Name,&lt;BR /&gt;@{N="BIOS version";E={$_.Hardware.BiosInfo.BiosVersion}},&lt;BR /&gt;@{N="BIOS date";E={$_.Hardware.BiosInfo.releaseDate}}&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 18:21:08 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2850858#M101753</guid>
      <dc:creator>FrankG203</dc:creator>
      <dc:date>2021-06-03T18:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Serial Number Info from VMHost</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2850862#M101754</link>
      <description>&lt;P&gt;You can try something like this&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;foreach($esxcli in Get-VMHost | Get-EsxCli -V2){
    $esxcli.hardware.platform.get.Invoke() |
    Select @{N='VMHost';E={$esxcli.VMHost.Name}},VendorName,ProductName,SerialNumber,
        @{N="BIOS version";E={$esxcli.VMHost.ExtensionData.Hardware.BiosInfo.BiosVersion}},
        @{N="BIOS date";E={$esxcli.VMHost.ExtensionData.Hardware.BiosInfo.releaseDate}}
}
&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 03 Jun 2021 18:32:36 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2850862#M101754</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2021-06-03T18:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Serial Number Info from VMHost</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2850867#M101755</link>
      <description>&lt;P&gt;Thanks for the fast turnaround, so ridiculous I tried that exact thing and I had 0 output (I must of missed a comma or something UGH), any chance to configure output across instead of up/down so I can export to excel?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 18:44:05 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2850867#M101755</guid>
      <dc:creator>FrankG203</dc:creator>
      <dc:date>2021-06-03T18:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Serial Number Info from VMHost</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2850868#M101756</link>
      <description>&lt;P&gt;You mean that it is show in list format on the console?&lt;BR /&gt;That is due to the size and number of properties.&lt;BR /&gt;When you export it should be in CSV format.&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;$report = foreach($esxcli in Get-VMHost | Get-EsxCli -V2){
    $esxcli.hardware.platform.get.Invoke() |
    Select @{N='VMHost';E={$esxcli.VMHost.Name}},VendorName,ProductName,SerialNumber,
        @{N="BIOS version";E={$esxcli.VMHost.ExtensionData.Hardware.BiosInfo.BiosVersion},
        @{N="BIOS date";E={$esxcli.VMHost.ExtensionData.Hardware.BiosInfo.releaseDate}}
}
$report | Export-Csv -Path .\report.csv -NoTypeInformation -UseCulture
&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 03 Jun 2021 18:49:27 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2850868#M101756</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2021-06-03T18:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Serial Number Info from VMHost</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2851147#M101780</link>
      <description>&lt;P&gt;Thank you LucD, you are a magician!&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 22:46:58 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Getting-Serial-Number-Info-from-VMHost/m-p/2851147#M101780</guid>
      <dc:creator>FrankG203</dc:creator>
      <dc:date>2021-06-04T22:46:58Z</dc:date>
    </item>
  </channel>
</rss>

