Jump to content


  • 0
2ez24get

Password Protect Task Sequence (OSD)

Question

When booting to a task sequence I am looking for a way to password protect a task sequence while running WinPE. I would like to prompt for a password at the beginning of the task sequence. The script needs to loop back to the task sequence list if the password for the specific task sequence is not entered correctly. I need to prevent some contractors from running the wrong task sequence when building systems.

 

Thanks

 

SCCM 2007 r3

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

You could store the passwords as hashes in a configuration file somewhere. Then, pop up a box asking for the password in the WinPE portion of the task sequence. Hash the password input in the script, and compare it against the hashes in the config file.

 

To make it even better, you could define the task sequences for which each "user" is allowed. So, if they enter a correct password, but don't have the currently running task sequence in their approved list, it prevents the task sequence from proceeding.

 

Cheers,

Trevor Sullivan

http://trevorsullivan.net

http://twitter.com/pcgeek86

  • Like 1

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

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.