I have System Center Configuration manager 2012 (SCCM2012) as a single Site Server (SS) hosting most other services & roles especially being the only Management Point (MP)
i have clients being managed via AD, but wish to manage clients through "Internet" Only method. as a large number of clients are not in the Domain and are at alternative locations in workgroups.
i have installed a PKI and set the certificate on the client as well as on the SS/MP. The install command line is
ccmsetup.exe /mp:https://<FDQN> /usePKICert /NOCRLCheck SMSSITECODE=<SiteCode> CCMHOSTNAME=<FDQN> CCMENABLELOGGING=TRUE CCMALWAYSINF=1 CCMCERTSEL="Subject:<Subject Header>" SMSDIRECTORYLOOKUP=NOWINS FSP=<FDQN>
The client will connect to the MP and download the client installation files, install the client and that is it.. Will not connect to the MP to receive policies or send Heartbeat information
to the SS/MP. The SCCM Console sees the client, but includes NO data, and is unable to manage accordingly. Have read most documentation online but am finally stuck.