Hello
I've successfully manually install the SCCM Client to a Workgroup device using the following command from the command line within Windows 10.
ccmsetup.exe /mp:SCCMSERVER.domain.co.uk SMSSITECODE=123 SMSMP=SCCMSERVER.domain.co.u DNSSUFFIX=domain.co.uk
I can see the device hostname appear and I can approve it on my Management Server under devices without any issues.
I want to automate this as part of a Task Sequence, therefore within my Task Sequence I've edited the "Setup Windows and Configuration Manager" step and added the following Installation Properties:
ccmsetup.exe /mp:SCCMSERVER.domain.co.uk SMSMP=SCCMSERVER.domain.co.u DNSSUFFIX=domain.co.uk
However the devices are appearing as UNKNOWN in the under Assets and Compliance\Devices. I can tell it's the new machine as the MAC Address is listed under the summary.
I've also tried just adding
SMSMP=SCCMSERVER.domain.co.u DNSSUFFIX=domain.co.uk
I cannot use theSMSSITECODEoption within the installation propertiesas it's not allowed.
Any advice is greatly appreciated.
Thanks
Adam
I've successfully manually install the SCCM Client to a Workgroup device using the following command from the command line within Windows 10.
ccmsetup.exe /mp:SCCMSERVER.domain.co.uk SMSSITECODE=123 SMSMP=SCCMSERVER.domain.co.u DNSSUFFIX=domain.co.uk
I can see the device hostname appear and I can approve it on my Management Server under devices without any issues.
I want to automate this as part of a Task Sequence, therefore within my Task Sequence I've edited the "Setup Windows and Configuration Manager" step and added the following Installation Properties:
ccmsetup.exe /mp:SCCMSERVER.domain.co.uk SMSMP=SCCMSERVER.domain.co.u DNSSUFFIX=domain.co.uk
However the devices are appearing as UNKNOWN in the under Assets and Compliance\Devices. I can tell it's the new machine as the MAC Address is listed under the summary.
I've also tried just adding
SMSMP=SCCMSERVER.domain.co.u DNSSUFFIX=domain.co.uk
I cannot use theSMSSITECODEoption within the installation propertiesas it's not allowed.
Any advice is greatly appreciated.
Thanks
Adam