Hi,
I'm experiencing something weird. my MDT 2010 U1 TS doesn't join HP Compaq 6200 & ProBook 6460b to the domain when I deploy Win 7 x64. It works for x86.
I'm using drivers packages and my WinPE have all drivers (same version x86 and x64). I didn't enter my domain informations in the CS.ini, I only use the "Apply Network Settings step for the domain. It's configured correctly with the SCCM account to use to join
the domain. My computers account are created manually in a OU before do the OSD (not a container). I did F8 during the TS and the computer have an IP and I'm able to ping it all the time during
Here is the log in advertisement status in SCCM:
Severity Type Site code Date / Time System Component Message ID Description
Information Milestone CTX 07/06/2012 9:30:05 AM COMPVALERIE Task Sequence Engine 11134 The task sequence execution engine successfully
completed the action (Apply Network Settings) in the group (PostInstall) with exit code 0 Action output: ==============================[ OSDNetSettings.exe ]=========================== Command line: "osdnetsettings.exe" configure Setting %SystemRoot%
to "D:\Windows" Loading existing answer file "D:\Windows\panther\unattend\unattend.xml" Configuring global network settings Join type: 0 Joining domain: sa.domain.com Getting namespace "Microsoft-Windows-UnattendedJoin" for architecture "amd64" DNS domain:
DNS domain search order: IP filter sec enabled: false No adapters found in environment. Performing global configuration only. Writing configuration information to D:\Windows\panther\unattend\unattend.xml Successfully saved configuration information
to D:\Windows\panther\unattend\unattend.xml Configuring "OSDNetSettings.exe finalize" to run on first boot OSDNetSettings finished: 0x00000000.
For some others computers able to join the domain, I have the same results in the advertisment status log file.
Here is some log from the BDD.log:
Loaded D:\Windows\panther\unattend\unattend.xml zticonfigure 07/06/2012 9:30:06 AM 0 (0x0000)
Merge specified, but D:\_SMSTaskSequence\WDPackage\Control\\Unattend.xml wasn't found, unable to merge zticonfigure 07/06/2012 9:30:06 AM 0 (0x0000)
Property UPGRADE is now = false zticonfigure 07/06/2012 9:30:06 AM 0 (0x0000)
Property ComputerName is now = COMPVALERIE zticonfigure 07/06/2012 9:30:06 AM 0 (0x0000)
No value found for FullName zticonfigure 07/06/2012 9:30:06 AM 0 (0x0000)
No value found for OrgName zticonfigure 07/06/2012 9:30:06 AM 0 (0x0000)
No value found for ProductKey zticonfigure 07/06/2012 9:30:06 AM 0 (0x0000)
No value found for JoinDomain zticonfigure 07/06/2012 9:30:06 AM 0 (0x0000)
No value found for MachineObjectOU zticonfigure 07/06/2012 9:30:06 AM 0 (0x0000)
No value found for JoinWorkgroup zticonfigure 07/06/2012 9:30:06 AM 0 (0x0000)
No value found for DomainAdmin zticonfigure 07/06/2012 9:30:06 AM 0 (0x0000)
Here is the netsetup.log file:
06/01/2012 09:53:29:714 -----------------------------------------------------------------
06/01/2012 09:53:29:714 NetpDoDomainJoin
06/01/2012 09:53:29:714 NetpMachineValidToJoin: 'COMPVALERIE'
06/01/2012 09:53:29:714 OS Version: 6.1
06/01/2012 09:53:29:714 Build number: 7601 (7601.win7sp1_gdr.110622-1506)
06/01/2012 09:53:29:714 ServicePack: Service Pack 1
06/01/2012 09:53:29:807 SKU: Windows 7 Enterprise
06/01/2012 09:53:29:807 NetpGetLsaPrimaryDomain: status: 0x0
06/01/2012 09:53:29:807 NetpMachineValidToJoin: status: 0x0
06/01/2012 09:53:29:807 NetpJoinWorkgroup: joining computer 'COMPVALERIE' to workgroup 'WORKGROUP'
06/01/2012 09:53:29:807 NetpValidateName: checking to see if 'WORKGROUP' is valid as type 2 name
06/01/2012 09:53:29:838 NetpCheckNetBiosNameNotInUse for 'WORKGROUP' [ Workgroup as MACHINE] returned 0x0
06/01/2012 09:53:29:838 NetpValidateName: name 'WORKGROUP' is valid for type 2
06/01/2012 09:53:29:979 NetpSetLsaPrimaryDomain: for 'WORKGROUP' status: 0x0
06/01/2012 09:53:30:057 NetpJoinWorkgroup: status: 0x0
06/01/2012 09:53:30:057 NetpDoDomainJoin: status: 0x0
Now the thing weird is the smsts.log file:
Found network adapter "Bluetooth Device (Personal Area Network)" with IP Address 0.0.0.0. TSMBootstrap 07/06/2012 9:45:23 AM 2292 (0x08F4)
Found network adapter "Intel(R) Centrino(R) Advanced-N 6205" with IP Address 0.0.0.0. TSMBootstrap 07/06/2012 9:45:23 AM 2292 (0x08F4)
Found network adapter "Intel(R) 82579LM Gigabit Network Connection" with IP Address 0.0.0.0. TSMBootstrap 07/06/2012 9:45:23 AM 2292 (0x08F4)
During the TS a I did F8 and it get a IP address and I'm able to ping the servers but why in the log I don't see an IP ? What do I need to fix this ?
And Why the netsetup.log file see WORKGROUP instead of the domain ?