Check BIOS password status during SCCM OSD

WMI query:
select * from Lenovo_BiosPasswordSettings where PasswordState like "0"

or using WMIC in Windows:
wmic computersystem get adminpasswordstatus

Komentarze