StefanWe Posted April 13, 2012 Report post Posted April 13, 2012 Hello, i captured a fresh windows 2008 r2 sp1 server with my sccm 2012. Create a dnsserver.xml file with this code <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <servicing> <package action="configure"> <assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="6.1.7601.17514" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" /> <selection name="DNS-Server-Full-Role" state="true" /> <selection name="DNS-Server-Tools" state="true" /> </package> </servicing> <cpi:offlineImage cpi:source="wim:c:/tmp/install.wim#Windows Server 2008 R2 SERVERSTANDARD" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> Create a package and deploy that package to my dp. then in my task sequence i choose that package and as filename i type in dnsserver.xml. Then i boot up my vm and install the new server with that task sequence. The OSD works well, but my DNS Server role is not installed. Is this with my unattended.xml file right? Or do i something wrong? Quote Share this post Link to post Share on other sites More sharing options...
platformmanager Posted February 27, 2013 Report post Posted February 27, 2013 Hello, it seems i have the same issue with SCCM 2012 Sp1. Could you solve your Problem? Thanks Quote Share this post Link to post Share on other sites More sharing options...
platformmanager Posted March 11, 2013 Report post Posted March 11, 2013 I found a similar article who describes the same issue. http://support.microsoft.com/kb/939289/en-us In addtion I found more Detail Information about the general workflow of windows Setup, WinPE, Sysprep here http://technet.microsoft.com/en-gb/library/cc722130(v=ws.10).aspx After further discussion with some friends I get an article with a similar Problem with Driver Installation during the Setup phase http://social.technet.microsoft.com/Forums/en-US/configmanagerosd/thread/f379a544-46e1-4f98-a199-0e065e6fbca3/ Add the end I created a separate Powershell-Script as a Software package to enable or disable my Windows Features. Quote Share this post Link to post Share on other sites More sharing options...