Hey guys im new on SCCM 2012, I read a lot and I install a SCCM following your instruction, thanks a lot.
At the moment Im stucked in my lab trying to set the BIOS supervisor password on a TS. This is the information:
Machine: Lenovo M92P/M93P ThinkCentre
OS: Win7 Pro
I got everything working nice but my department require BIOS password for all machines (more than 1000), I research on lenovo website with no success and Im looking a solution or advise if I have to use a TS or Script or a command line, something that Works!!!!.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Hey guys im new on SCCM 2012, I read a lot and I install a SCCM following your instruction, thanks a lot.
At the moment Im stucked in my lab trying to set the BIOS supervisor password on a TS. This is the information:
Machine: Lenovo M92P/M93P ThinkCentre
OS: Win7 Pro
I got everything working nice but my department require BIOS password for all machines (more than 1000), I research on lenovo website with no success and Im looking a solution or advise if I have to use a TS or Script or a command line, something that Works!!!!.
I found this ....
(Get-WmiObject -Class Lenovo_SetBiosSetting -Namespace root\wmi -ComputerName computername -ErrorAction Stop).SetBiosSetting("After Power Loss,Power Off")
(Get-WmiObject -Class Lenovo_SaveBiosSettings -Namespace root\wmi -ComputerName computername -ErrorAction Stop).SaveBiosSettings("Password,ascii,us")
But doesn't works.
Thanks
Share this post
Link to post
Share on other sites