Beta:Lenovo:Hardware BIOS SetConfigPassword
Log In or Register to download the BES file, and more.

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

ID10619
StatusBeta - Preliminary testing ready for more
TitleBeta:Lenovo:Hardware BIOS SetConfigPassword
DomainBESC
CategoryLenovo Hardware BIOS
Download Size522
SourceDragons
Source Release Date3/26/2016 12:00:00 AM
KeywordsLenovo BIOS Hardware
Is TaskTrue
Added by on 3/30/2016 7:20:15 PM
Last Modified by on 3/30/2016 7:20:15 PM
Counters 6831 Views / 11 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Relevance

Used in 13 fixlets and 3 analyses   * Results in a true/false
Show indented relevance
name of operating system contains "Win"
Used in 5 fixlets and 1 analsis   * Results in a true/false
Show indented relevance
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
Show indented relevance
(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 :"
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
Success Criteria

This action will be considered successful when all lines of the action script have completed successfully.


Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!