Hi,
Could you advise if there's a method to block or disable Smart Lock/Smart Assist features on the Lenovo T14 through SCCM or Intune by utilizing scripting? I'm exploring options to manage these functionalities centrally and would appreciate your insights on the most effective approach.
I've come across this article which is useful for manual , but it's more suitable for a single device. I need a method to apply this on a number of devices. Please suggest a solution...
https://support.lenovo.com/jp/en/solutions/HT515870
I have found this script but I'm not sure if it will work. Please suggest.
If this can be done via GPO, please suggest the GPO setting, but I would prefer the script more.
$getLenovoBIOS = gwmi -class Lenovo_SetBiosSetting -namespace root\wmi $getLenovoBIOS.SetBiosSetting("ZeroTouchLogin,Disable") $getLenovoBIOS.SetBiosSetting("ZeroTouchLock,Disable") $getLenovoBIOS.SetBiosSetting("ZeroTouchAllowOverride,Disable") $getLenovoBIOS.SetBiosSetting("PhysicalPresenceForTpmClear,Disable") $getLenovoBIOS.SetBiosSetting("UserPresenceSensing,Enable") (gwmi -class Lenovo_WmiOpcodeInterface -namespace root\wmi).WmiOpcodeInterface("WmiOpcodePasswordAdmin:YourBiosPasswordHereOrBlankIfNoPassword") (gwmi -class Lenovo_SaveBiosSettings -namespace root\wmi).SaveBiosSettings()
image.png
image (1).png.