I connected them with IP address. The key is create an local user on AD server with WMI read only options. Let me atach here the steps that I followed:
1. Create and account in AD enrolled in Domain Users and Account Operator domain groups. In this case account is: usrmeraki (this an example name)
2. Setup AD CS as follow: https://dinika-15.medium.com/installing-active-directory-certificate-services-ad-cs-4db7d0950289
3. Create a certificate for Domain Server to permit Client Authentication and Server Authentication opening manage Computer Certificates: certlm (run comand in CLI as administrator)
4. Expand Personal and over Certificates, right clic and request a new certificate, follow the wizard and check
Domain Controller Authentication and then click on Enroll.
5. Validate new certiifcate is created in: certlm (run comand in CLI as administrator)
6. Grant WMI acces under root\cimv2 usrmeraki account in AD Server as follow
WMI Control --> Security (tab) --> CIMV2 (tehn click on security button)
Add user usrmeraki and enable: Enable Account and remote Enable
7. Grand Permission over DCOM components AD Server as follow: dcomcnfg (run comand in CLI as administrator)
Right Click on My Computer (Left Panel) selct propertties. Go to COM Security (tab)
In Access permision: add usrmeraki with Local Access and Remote Access
In Launch and Activation Permissions: add usrmeraki with Local Access and Remote Access
8. Go to Open Meraki web console and test credentials under active directory menu and test conectity and read groups/users you want to include in MX device. Fill boxes as follow:
Short domain: yourdomain.com
Server IP: IP Address for AD Server
Domain admin: YOURDOMAIN\usrmeraki
Password: Your Password
9. With this conifugration you will see green check on status and integration is working as expected.
Hope this helps you 🙂