How are you managing clients over Internet? Do have a CMG instance?
About internet-based agent installation
Using Configuration manager 2107
I am testing internet based client management.
The client is a Windows 10 client in a workgroup.
The following command is entered for agent installation.
ccmsetup.exe / usePKICert / NoCRLCheck SMSSITECODE = XXX CCMHOSTNAME = "ServerName" CCMALWAYSINF = 1
I don't see any errors in ccmsetup.log,
It is not output to the device list of the Configuration manger console.
When you launch the Configuration manger from the client control panel,
PKI is "None". Is this the cause?
How to display in the Configuration manger console,
I want some advice.
After introducing the agent,
I'm planning to distribute scripts and applications, so
If you have any information, I would be grateful if you could provide it.
5 answers
Sort by: Most helpful
-
-
ryosk25 546 Reputation points
2021-10-12T08:22:42.047+00:00 -
Rahul Jindal [MVP] 10,196 Reputation points MVP
2021-10-12T11:13:11.547+00:00 Ok, then is the PKI cert enrolled for client authentication?
-
AllenLiu-MSFT 45,381 Reputation points Microsoft Vendor
2021-10-13T08:43:08.363+00:00 Hi, @ryosk25
Thank you for posting in Microsoft Q&A forum.For IBCM, we need to set CCMHOSTNAME to specify an internet accessible/facing MP.
You may try the command:
ccmsetup.exe /usePKICert /NoCRLCheck CCMHOSTNAME=inetdpmp.xxxxxx.com DNSSUFFIX=xxxxxx.com SMSSITECODE=XXX CCMALWAYSINF=1 SMSMP=https://inetdpmp.xxxxxx.com CCMFIRSTCERT=1
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread. -
Rahul Jindal [MVP] 10,196 Reputation points MVP
2021-10-13T14:18:16.663+00:00 "No Location Reply received from ibcm.japaneast.cloudapp.azure.com" - This doesn't seem right. If you are using IBCM and not CMG, then this should reflect FQDN of your on-prem internet facing MP. Are you sure you have configured your internet facing on-prem MP correctly?
On a side note, I will suggest against using IBCM and setup CMG instead.