Jan 26 2024 01:00 AM
Currently setting up a new SCCM environment alongside an existing SCCM environment which already existed. As such no AD settings and changes were applied on the AD for the new setup to prevent conflict (e.g Configure sites to publish to AD DS is not set)
The SCCM is able to push and install the client from SCCM servers on other target servers, however when trying to install the client manually on the respective servers, issues were encountered where the site is not applied to the client.
Steps performed to install SCCM client manually:
1) The files are copied to the local drives on the server (client installation files copied from \\SCCM_Server\SMS_<site>\Client)
2) install the client using parameter below:
CCMSetup.exe /Source:“directory” SMSSITECODE=XXX DNSSUFFIX=Domain SMSMP=https://<SCCMServer>
Installation of the client is completed with error code 0 however the no site is assigned to the client with some of the errors and screenshot captured as below:
Failed to send status 100. Error (87D00215)
Failed to get site version from AD with error 0x87d00215
Screenshot of the error is as below:
CCMsetup logs
Client location services logs
Have tried to update the site manually on the client configuration manger manually too and receive site cannot be found error. Are there any fix or work around where the sites can be configured directly without going through AD?
Many thanks
Jan 26 2024 03:09 AM
@YYX92 what boundaries do you have assigned to the site?
Jan 27 2024 05:37 AM
Jan 30 2024 05:58 AM
Jan 30 2024 09:24 AM - edited Jan 30 2024 09:30 AM
@Garth-MVP many thanks for taking the time to reply.
Have tried with the /mp included too as part of the parameters (using the server FQDN).
CCMSetup.exe /Source:“directory” /mp:<SCCMserver FQDN> SMSSITECODE=XXX DNSSUFFIX=Domain SMSMP=https://<SCCMServer>
The same error was still observed and additional error 101 was also observed after including the /mp as below logs.
Have done a quick check on the logs and the certificate for the client seems to be ok
Also quick check as to why /mp is still required? As the client installation files have been download onto the local server folder before running it.
Thank you
Jan 31 2024 07:29 AM
Jan 31 2024 10:17 PM
@Garth-MVP thanks for the suggestion. Have double checked the MP status and its healthy without errors. Also when pushing client installation from the SCCM console such errors are not observed.
Feb 01 2024 03:10 AM