MIGRATION OF SCCM CLIENT TO DIFFERENT SCCM SITE CODE
Question
Hi Team
Current, we are using two SCCM Environment (SCCM 2012 and SCCM 2006). Now, I have a requirement to move the sccm SCCM 2012 client to SCCM 2006. So, can anyone please assist/help me the process to migrate sccm 2012 client to different SCCM CB 2006 with new site code.
Answers ( 2 )
If you are saying you have two parallel environments of SCCM so is the computer discovery on for both environments?
If yes then are you able to see computers in SCCM 2006 environment?
I don’t think it’s a site code change you have to install complete SCCM client for it for which you can use client push directly from console.
Hi Fasih Uddin Ahmad,
you can create a package in SCCM and enable deployments to clients or else you run a script to all machines by using remote execution to migrate client one SCCM to another client.
On Error Resume Next
set oSMSClient = CreateObject (“Microsoft.SMS.Client”)
‘if Err.Number 0 then
‘wscript.echo “Could not create SMS Client Object – quitting”
‘end if
‘Assign client to Servername
oSMSClient.SetAssignedSite “XXX”,0
set oSMSClient=nothing