Hi, @Bobby Noubiap
Thank you for posting in Microsoft Q&A forum.
The "Generic failure" message indicates a potential problem with WMI (Windows Management Instrumentation) connectivity or permissions.
Here are some troubleshooting steps you can consider:
- Ensure that the SCCM Service Account has the necessary permissions to access the WMI namespace. You can verify this by running wmimgmt.msc, right-clicking on WMI Control, and checking the Security settings for the SMS namespace.
- Since the console uses DCOM, ensure that DCOM is properly configured. You can check the DCOM settings by running dcomcnfg, navigating to Component Services -> Computers -> My Computer -> DCOM Config, and ensuring that the appropriate permissions are set for the SCCM Service Account.
- Even though you've disabled the firewall, ensure there are no other network configurations or security policies that might be affecting DCOM or WMI access.
- Make sure that all necessary SCCM services are running. You can check the status of services like SMS Executive and SMS Site Component Manager.
- Check the Windows Event Logs for any additional error messages that might provide more context about the failure.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Add comment".