Sunday, 18 July 2021

Script to install SCCM Client

Just copy this to notepad and rename .cmd  ... Then just launch it from the server you want the client installed on.

YourSccmServerrName = The name of your SCCM server

YoursiteCodeName = Whatever you named your site code

@echo off

"\\YourSCCMServerName\C$\Program Files (x86)\Microsoft Configuration Manager\Client\ccmsetup.exe" /mp:YourSccmServerName SMSSITECODE=YoursiteCodeName SMSSLP=YourSccmServerName SMSMP=YourSccmServerName DISABLECACHEOPT=TRUE DISABLESITEOPT=TRUE

Share:

0 $type={blogger}:

Post a Comment