FrankG203
Enthusiast
Enthusiast

Hi LucD - 

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?  I am new to scripting :confused_face: I have tried adding foreach loops and/or custom objects to get the write out put and I am failing.

Get-View -ViewType HostSystem | Select Name,
@{N="BIOS version";E={$_.Hardware.BiosInfo.BiosVersion}},
@{N="BIOS date";E={$_.Hardware.BiosInfo.releaseDate}}

Thanks in advance

Reply
0 Kudos