Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

NEW CM Client install through OSD Task Sequence parameters.

craigegross

Member
Messages
9
Reaction score
0
Points
1
We are looking to create an offline OSD build that will install the CM client and have it set to communicate to our CMG instance as the default connection. If we manually install the client, we can use the following and it installs, updates and works, but we are not had the same luck with the install through the task sequence.

ccmsetup.exe /mp:HTTPS://<CMGFQDN>/CCM_Proxy_MutualAuth/72057594792452452 /regtoken:<NewlyCreatedToken> CCMHOSTNAME="<CMGFQDN>/CCM_Proxy_MutualAuth/72057594792452452" SMSSiteCode=<SiteCode>

In the task sequence we are trying:
SMSMP=HTTPS://<CMGFQDN> /regtoken:<NewlyCreatedToken> CCMHOSTNAME="<CMGFQDN>/CCM_Proxy_MutualAuth/72057594792452452"

Any suggestions on what the parameters should be for that install?
 
Back
Top