-
Within DeploymentWorkbench go to Deployment Shares\<YourDeploymentshare>\Task Sequences.
-
Organize the available task sequences into folders. Task sequences that aren’t in a folder can’t be restricted.
-
Within DeploymentWorkbench go to Deployment Shares\<YourDeploymentshare>\Advanced Configuration\Selection Profiles.
-
Create a new selection profile and at “Select the folders that should be included in this selection profile” select the folders below Task Sequences that should be visible for this profile.
-
Edit CustomSettings.ini, add UserID to Priority before the value Deffault under [Settings]:
[Settings] Priority=UserID, Default
-
Define a section in CustomSettings.ini in the form [userid]. Example: if the User ID is Helpdesk then the section should be [helpdesk].
-
Define the selection profile to be used for this user below this section. Example: to give helpdesk access to the Helpdesk selection profile, add the following:
[helpdesk] WizardSelectionProfile=Helpdesk
-
Create a selection profile in which no folder has been selected and place a WizardSelectionProfile=nameofemptyselectionprofile below [Default] if you want none other than the defined user IDs to have access to the task sequences.
-
Now when the user logs into the wizard in the WinPE environment, he/she sees only the task sequences that are available in the selection profile.
Source:Microsoft TechNet – MDT Forum – How to hide/show task sequence for specific users/user groups?