Hi Guys,
I will start a small blog post serie with PowerShell functions I wrote that query WMI of remote computer. Here is the first function:
This function will provide you basic information over the BIOS configuration of the computer you want to query.
For the purpose of this script I used another function I wrote to match the BIOS Charactics integer with features names or configuration, you can find it there.
See you,
PowerShell WMI – Matching Function – BIOS Characteristics – Thomas Prud'homme
May 29, 2017 at 10:48 am[…] This function is used in the function to gather informations of the BIOS configuration with WMI. […]