Hey guys,
I've got a situation here, where I've got a ConfigMgr 2012 SP1 CU3 stand-alone Primary Site (no MDT integration) running atop Windows Server 2012 R2 and SQL Server Standard Edition 2012 Service Pack 1, and I'm trying to run a Windows 7 Enterprise SP1 Build & Capture task sequence on Lenovo ThinkPad T430 (don't have a VMware virtual machine readily available, unfortunately). It's pretty basic stuff. The Management Point is hosted on the Primary Site server, and the PXE-enabled Distribution Point (Server 2008 R2 SP1) is sitting in the local office, where the client is (but on a different subnet). An IP helper is being used to point the client subnet to the PXE server, which also hosts DHCP (requires DHCP option 60 to be configured to "PXEClient"). Here's what the Build & Capture task sequence looks like (based on the template): * Set a couple TS Variables * Format Disk * Apply OS Image (imported install.wim, not using OS installer) * Apply Windows Settings * Apply Network Settings * Apply Drivers (used Driver category to limit only wired NIC and SATA driver) * Setup Windows & ConfigMgr (includes CU3 patch via PATCH MSI property) * Install Application o <ERROR> At the <ERROR> point, I'm seeing that the client is not getting assigned to a Primary Site correctly, however the SMSSLP registry value is being set correctly. The client is most certainly inside an IP range Boundary that is a member of two different Boundary Groups: one for site assignment and one for content location. Check out the relevant log snippets below. Any thoughts on what's causing this? CertificateMaintenance.log Failed to verify signature of message received from MP using name <MP's FQDN> ClientAuth.log Error signing client message (0x80004005). LocationServices.log Sending Fallback Status Point message, STATEID='500'. Processing pending site assignment. Assigning to site 'abc' LSIsSiteCompatible : Verifying Site Compatibility for <abc> Retrieved lookup MP [sccm01.domain.COM] from Registry Attempting to retrieve lookup MP(s) from DNS DNS Suffix not specified No lookup MP(s) from DNS Retrieved lookup MP [sccm01.domain.COM] from Registry Attempting to retrieve lookup MP(s) from DNS DNS Suffix not specified No lookup MP(s) from DNS Attempting to retrieve site information from lookup MP(s) via HTTP Refreshing the Management Point List for site abc Policy disallows failing over to WINS. Refreshing trusted key information Persisting the management point authentication information in WMI Persisted Management Point Authentication Information locally Failed to verify message. Sending MP [sccm01.domain.com] not in cached MPLIST. MPLIST requests are throttled for 00:59:59 Failed to verify message. Sending MP [sccm01] not in cached MPLIST. MPLIST requests are throttled for 00:59:59 Failed to send site information Location Request Message to sccm01.domain.COM LSIsSiteCompatible : Failed to get Site Version from all directories Sending Fallback Status Point message, STATEID='608'. Client is not assigned to a site. Cannot get security settings. No security settings update detected. Client is not assigned to a site. Cannot get site signing cert. Client is not assigned to a site. Cannot refresh Local MP. Client is not assigned to a site. Cannot get portal info. Cheers, Trevor Sullivan

