Introduction
The SCCM (System Center Configuration Manager) client can be installed using command line parameters to specify the management point and site code. This method is efficient for bulk deployments and can be used in various environments, including secure HTTPS connections.
Command Line for SCCM Client Installation
Here are the command lines you can use to install the SCCM client:
For HTTP Installation
Use the following command to install the SCCM client via HTTP:
\\sccm.labosd.lan\SMS_LAB\Client\ccmsetup.exe /mp:sccm.labosd.lan SMSSITECODE=LAB
For HTTPS Installation
Use the following command to install the SCCM client via HTTPS:
\\sccm.labosd.lan\SMS_LAB\Client\ccmsetup.exe /mp:https://sccm.labosd.lan SMSSITECODE=LAB
Explanation of Parameters
- /mp: Specifies the management point for the SCCM client to communicate with. This can be an HTTP or HTTPS URL.
- SMSSITECODE=LAB: Sets the site code for the SCCM client, allowing it to connect to the appropriate SCCM site.
0 Comments