Saturday, November 14, 2015

SCCM site code location in registry

Below are the registry key locations where the site code is hard-coded.

x86 Computers
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\Mobile Client]
     "GPRequestedSiteAssignmentCode"="SITECODE"
     "GPSiteAssignmentRetryInterval(Min)"=dword:0000003c
     "GPSiteAssignmentRetryDuration(Hour)"=dword:0000000c

x64 Computers
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\SMS\Mobile Client]
     "GPRequestedSiteAssignmentCode"="SITECODE"
     "GPSiteAssignmentRetryInterval(Min)"=dword:0000003c
     "GPSiteAssignmentRetryDuration(Hour)"=dword:0000000c

1 comment: