Source Code and Samples

Friday 9 February 2007

Listing BIOS Information (using powershell and WMI)

Description

Listing BIOS Information (using powershell and WMI). You can replace the trailing dot with a remote computer name.

Source Code

Get-WmiObject -Class Win32_BIOS -ComputerName .

No comments: