Background:
SCCM Server in my datacenter is corrupt.
Migrating my clients to a new SCCM Management Server.
These servers are in a WORKGROUP domain. There is no trust between this WORKGROUP domain and the SCCM server/domain.
Pre-Reqs:
Firewall Ports open between clients and Management Point.
| Protocol | Port |
| TCP | 80, 443, 3268, 10123, 8530, 8531, 2701, 3389 |
| UDP | 67, 68, 69, 4011 |
- Copy the SCCM Client package from the Management Point to each server.
- Open a Command Prompt as an Administrator and run the following command:
ccmsetup.exe /mp:<management FQDN> /SMSSITECODE:<SiteCode> SMSMP:<ManagementPoint> DNSSUFFIX:<FQDN>
Eg:
ccmsetup.exe /mp:sccmmp.dev.1giantnerd /SMSSITECODE:DEV SMSMP:sccmmp.dev.1giantnerd DNSSUFFIX:dev.1giantnerd