Share via


Get BIOS time via powershell.

Question

Monday, February 8, 2016 1:45 AM

Is it possible to get the BIOS date and time via and powershell command? If, how? 

All replies (4)

Monday, February 8, 2016 5:21 AM ✅Answered

Are you looking for the BIOS release date?

Get-WmiObject win32_bios | FL *

Monday, February 8, 2016 1:52 AM

Are you asking how to get the system date/time?

The BIOS date is superseded by Windows Internet date.

\(ツ)_/


Monday, February 8, 2016 3:53 AM

Hi abborre,

"The BIOS date is superseded by Windows Internet date."
This means that you can use "get-date" in PowerShell.
  

Regards.


Friday, July 19, 2019 10:04 AM

This is not showing the BIOS clock time on power shell command line console.