- Check Logs:
- Review
ClientLocation.log
,LocationServices.log
, andClientIDStartupManager.log
inC:\Windows\CCM\Logs
.
- Review
- Verify Boundaries:
- Ensure the client is in the correct boundary and boundary group.
- Client Certificate:
- Check the client certificate status in Configuration Manager Properties > General Tab.
- Reinstall Client:
- Right-click the device in MECM console > Install Client > Select Uninstall existing client and reinstall.
- Restart Services:
- Restart the SMS Agent Host service:
net stop ccmexec net start ccmexec
- Restart the SMS Agent Host service:
- Check Management Point:
- Ensure the Management Point is accessible:
http://<MPServerName>/SMS_MP/.sms_aut?mpcert http://<MPServerName>/SMS_MP/.sms_aut?mplist
- Ensure the Management Point is accessible:
MECM client only has two actions
We have deployed Windows 11 to our client computers. Everything seems ok. But when I open MECM agent, it only has two actions: Machine Policy Retrieval & Evaluation Cycle and User Policy Retrieval & Evaluation Cycle. The rest of the actions are missing. What's the next step should I do?
-
Ki-lianK-7341 345 Reputation points
2024-11-18T13:42:08.82+00:00
3 additional answers
Sort by: Most helpful
-
Simon Ren-MSFT 35,851 Reputation points Microsoft Vendor
2024-11-19T01:26:38.18+00:00 Hi,
Thank you for posting in Microsoft Q&A forum.
1,You need to check the ccmsetup.log, clientlocation.log, locationservices.log, clientidstartupmanager.log for errors. Before you do that, make sure that you have the correct boundaries and boundary group specified.
2,Check if there are conflicting records in the SCCM server. Check if there are two entries with same hostname or SMBIOS GUID.
3,Delete the client from console, delete SCCM file from client inside windows folder and again try to install client.
4,Also check the following registry key to verify if the client is in Provisioning Mode after OSD:
[HKLM\Software\Microsoft\CCM\CCMExec\ProvisioningMode] = True
If yes, you can set the ProvisioningMode value to be "False" and clear out the "SystemTaskExcludes" string. Then restart the CCMExec service to have a try.
Similar thread for your reference: SCCM Agent missing actions – what's happening!?
Hope above information helps. Thanks for your time.
Best regards,
Simon
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.
-
Pavel yannara Mirochnitchenko 12,621 Reputation points MVP
2024-11-19T07:31:46.1066667+00:00 Typical situation back then few years ago I've worked with CM was, that the communication to MP fails or site bounderies / IP range are not set correctly.
-
Zane BC 245 Reputation points
2024-11-20T16:13:47.1866667+00:00 Thanks for all your help!