Deploying OS using MDT 2012
-
Monday, October 08, 2012 5:06 AM
Dear All,
I have couple of questions related to OSD using MDT 2012.
Is the below scenarios is possible during a OSD in MDT 2012,
- During OSD MDT should capture the machine NETBIOS name and it should use the same NETBIOS name as the Hostname for the newly deployed OS.
- After OS deployment machine should be in Login screen (Ctrl+Alt+Del screen).
Thanks & Regards,
Prithiviraj.J
All Replies
-
Monday, October 08, 2012 6:05 AM
Hi
MDT will not capture the hostname - sysprep will reset this and prompt you for a new hostname when you deploy the image. You can use the MDT database to apply hostname settings based on MAC address etc
The MDT deployment sequence completes with the machine logged is as the local administrator displaying a summary of the deployment. Im not sure if its possible to alter this.
- Edited by vmixture Monday, October 08, 2012 6:05 AM
- Edited by vmixture Monday, October 08, 2012 6:08 AM
- Marked As Answer by Prithivi_j Monday, October 08, 2012 10:16 AM
-
Monday, October 08, 2012 6:19 AM
To use the old machine name you could do as vmixture said, prepopulate the database with that information.
If you dont want the machine to be logged on as the administrator you could use: FinishAction=REBOOT in your cs.ini
- Marked As Answer by Prithivi_j Monday, October 08, 2012 10:14 AM
-
Monday, October 08, 2012 10:14 AM
Hi Henrik Dahl,
As per your advice added the " FinishAction=REBOOT " command and tried the OSD, after OSD machine gets restarted and it prompts for login screen.
Thanks a lot for your help.
Regards,
Prithiviraj.J
-
Monday, October 08, 2012 10:18 AM
Hi vmixture,
Thanks for your help.
Will check those options and will let you know.
Regards,
Prithiviraj.J
-
Monday, October 08, 2012 10:27 AM
If you use the setting OSDComputername=%Computername% this will preserve the computername on a Refresh.
Blog: http://scriptimus.wordpress.com

