- 2
- 0
- 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:///CCM_Proxy_MutualAuth/72057594792452452 /regtoken: CCMHOSTNAME="/CCM_Proxy_MutualAuth/72057594792452452" SMSSiteCode=
In the task sequence we are trying:
SMSMP=HTTPS:// /regtoken: CCMHOSTNAME="/CCM_Proxy_MutualAuth/72057594792452452"
Any suggestions on what the parameters should be for that install?
ccmsetup.exe /mp:HTTPS://
In the task sequence we are trying:
SMSMP=HTTPS://
Any suggestions on what the parameters should be for that install?