Adding and using a Domain Admin during OSD, in MDT
Posted
by
user195296
on Server Fault
See other posts from Server Fault
or by user195296
Published on 2013-10-17T08:07:02Z
Indexed on
2013/10/22
21:56 UTC
Read the original article
Hit count: 411
So during my Windows 7 OSD.
Going by Company Politics I'm suppose to
A: Disabled the standardlized Administrator (Done, can do that in task sequence) B: Create a new Administrator called 'ITadmin' and set a fixed password C: Join a Domain (Done that aswell in the Task Sequence) D: Use a Domain Admin to install programs that would otherwise give problems if attempted to install through Local Admin, like Dynamics AX
As written I join the computer to the Domain During the OSD, and as Result have the correct Domain Admins added as Administrators through GPO, but I don't know how to use them.
I'm looking at CustomSettings.ini in the MDT pack and thinking its gotta be possible to do it from here? or from the unattend.xml
in pseudo here is what I wanna Add:
AddLocalAdmin: ITadmin Password: 1234 UseThisAccountToInstallOSD: Domain\Install_User Password: 1234
Any help appreciated, can't seem to google my way out of this one.
© Server Fault or respective owner