Command line to install Configuration Manager client

MVP

In this Article https://docs.microsoft.com/en-us/sccm/core/get-started/capabilities-in-technical-preview-1709, it said Command line to install Configuration Manager client:

ccmsetup.msi CCMSETUPCMD="/mp:<URL of cloud management gateway mutual auth endpoint>/ CCMHOSTNAME=<URL of cloud management gateway mutual auth endpoint> SMSSiteCode=<Sitecode> SMSMP=https://<FQDN of MP> AADTENANTID=<AAD tenant ID> AADTENANTNAME=<Tenant name> AADCLIENTAPPID=<Server AppID for AAD Integration> AADRESOURCEURI=https://<Resource ID>”

 

Shouldn't AADCLIENTAPPID=<Native Client AppID for AAD Intergration> ?

2 Replies

Refer to the current branch topic here: https://docs.microsoft.com/en-us/sccm/core/clients/deploy/deploy-clients-cmg-azure

it has more detail on the parameters

Thanks a lot, this is way better details.