hi all
i cant use the reg key with date as its an equal to so it date changes wont work.
tried custom script it works a vbscript but available deployment is forced!
anyone got any ideas.
thanks
5 Spice ups
Can you query a WMIobject? Here is what it looks like in PowerShell.
Get-CimInstance -ClassName Win32_SystemBIOS
yeah can do that or registry local machine\hardware\description\system\bios then biosrelease date say its 01/08/2022.
The biosversion key has a letter in it so thought would be easier to query the date key.
Looking for a script that will detect this date and anything newer so it detects any new bios updates pushed out manually by support teams.
thanks
any ideas on what the powershell script would be?