One common task when deploying enterprise machines is to add your desktop administrators to the local Administrators security group. You can do this with a task sequence property.
To add users or groups to the local Administrators group list them sequentially in your customsettings.ini like in this example:
Administrators001=SCRIPTIMUSDOMAIN\Desktop Admins Administrators002=SCRIPTIMUSDOMAIN\Helpdesk Admins
To add users to the Power Users group use this example:
PowerUsers001=SCRIPTIMUSDOMAIN\Scriptimus Prime PowerUsers002=SCRIPTIMUSDOMAIN\AndrewBarnes
As usual, these are propertys so you can use them in the database or as task sequence variables.

Hello, how can I set a password for these accounts assuming I create local accout? Thanks.
LikeLike
This topic is not about creating accounts but adding existing accounts/groups to local groups.
LikeLike
Hi Andrew,
thanks for the tip, i was wonder how you add local groups from the task sequence..
do I just do something like this?:
Add ‘Set task Sequence Variable’
TS Variable = Administrators001
Value = domain\Helpdesk group
if so, that means I have to add a new variable for each local group?
thanks for your help,
LikeLike