Beta:Lenovo:Hardware BIOS SetConfigPassword
| 1 Votes |
Description
This task will deploy: Lenovo Hardware BIOS SetConfigPassword.
Usage on the script here: "SetConfigPassword.vbs [setting] [value] [password + encoding]"
This task will deploy: Lenovo Hardware BIOS SetConfig. This will only be relevant on Lenovo Machines who do not have a BIOS password set.
Syntax: cscript.exe SetCOnfigPassword.vbs [item] [value] [Password + Encoding]
Examples:
- cscript.exe SetCOnfigPassword.vbs WakeOnLan Disbable pass,ascii,us
- cscript.exe SetCOnfigPassword.vbs BootOrder USBCD:USBFDD:ATAPICD0:HDD0:HDD1:HDD2:USBHDD:PCILAN pass,ascii,us
- cscript.exe SetCOnfigPassword.vbs BIOSPasswordAtReboot Disable pass,ascii,us
- cscript.exe SetCOnfigPassword.vbs BIOSPasswordAtUnattendedBoot Enable pass,ascii,us
A link to Lenovo where SetConfigPassword.vbs script came from. here and a pdf here.
Also if you need more information on WMI objects in relevance please check out http://developer.bigfix.com
Property Details
| 10619 | |
| Beta - Preliminary testing ready for more | |
| Beta:Lenovo:Hardware BIOS SetConfigPassword | |
| BESC | |
| Lenovo Hardware BIOS | |
| 522 | |
| Dragons | |
| 3/26/2016 12:00:00 AM | |
| Lenovo BIOS Hardware | |
| True | |
| jgo on 3/30/2016 7:20:15 PM | |
| jgo on 3/30/2016 7:20:15 PM | |
| 7518 Views / 11 Downloads | |
* Average over 0 ratings.
** Log In or Register to add your rating.
|
Relevance
name of operating system contains "Win"
if (exists wmi) then (string value of select "Manufacturer from Win32_ComputerSystem" of wmi as string as lowercase)="lenovo" else (False)
| Used in 1 fixlet | * Results in a true/false |
(boolean value of selects "PasswordState FROM Lenovo_BiosPasswordSettings" of wmi "ROOT\WMI:Lenovo_BiosPasswordSettings")= true
Actions
Action 1 (default)
Action Link Click
here to initiate the deployment process.
Script Type
BigFix Action Script
action parameter query "_Item" with description "Please enter the item you would like to set :"Success Criteria
action parameter query "_Value" with description "Please enter the value you would like to set :"
action parameter query "_Pass" with description "Please enter the current BIOS Password on this Machine:"
prefetch 175116a3ae5d1029663e9810d39ac23454dbb454 sha1:175116a3ae5d1029663e9810d39ac23454dbb454 size:522 http://dl.projectlittlefix.com/SetConfigPassword.vbs.tmp sha256:0088cda6755010c499372b3c949fb3ec3925d5dcc2af0deccdb55dfbc98f6407
extract 175116a3ae5d1029663e9810d39ac23454dbb454
wait cscript.exe __Download\SetConfigPassword.vbs {parameter "_Item" of action} {parameter "_Value" of action} {parameter "_Pass" of action},ascii,us
This action will be considered successful when all lines of the action script have completed successfully.
Sharing
| Social Media: |

