- 21 Nov 2024
- 2 Minutes to read
- Print
- DarkLight
- PDF
Microsoft Endpoint Configuration Manager (MECM) for Data Warehouse
- Updated on 21 Nov 2024
- 2 Minutes to read
- Print
- DarkLight
- PDF
Microsoft Endpoint Configuration Manager (MECM) (formerly SCCM) is a comprehensive management solution for Microsoft Windows operating systems along with some capabilities for Linux, Mac OS, and mobile devices.
This adapter connects directly to the MECM data warehouse to pull additional device information such as installed software, patches, and collection.
Use cases the adapter solves
MECM is a powerful endpoint management solution that provides a robust inventory of our managed devices in Axonius. Even more importantly, by combining MECM with network/infrastructure data coming from additional adapters, we can identify unmanaged or even rogue devices on the network.
Data retrieved by MECM
Axonius collects common device information such as the hostname, IPs, MAC address, and serial number. The adapter connects directly to the MECM MSSQL database to pull additional device information such as installed software, patches, and collection data.
Enforcements
Axonius can add assets to MECM collections directly in the Enforcement Center.
Related enforcement actions: Microsoft System Center Configuration Manager (SCCM) - Add or Remove Assets to Collection.
Types of Assets Fetched
This adapter fetches the following types of assets:
- Devices
Parameters
Host Name or IP Address (required) - The hostname or IP address of the MECM for Data Warehouse server.
Port (optional) - The port of the SQL server instance where MECM for Data Warehouse is running.
Database Name (optional) - The name of the database inside the SQL Server (Usually starts with "CM_").
User Name (required) - A user name with read-only permissions .
Important Notes:- The best practice is to create a dedicated SQL local user for Axonius usage. For details, see Creating a Local Read-Only User for Microsoft SQL Server.
- If you are using a domain user, specify the domain and the user name in the following format: domain\username.
Password (required) - The user's password. The password must not include ";".
Verify SSL - Select whether to verify the SSL certificate of the server against the CA database inside of Axonius. For more details, see SSL Trust & CA Settings.
HTTPS Proxy (optional) - Connect the adapter to a proxy instead of directly connecting it to the domain.
HTTPS Proxy User Name (optional) - The user name to use when connecting to the value supplied in Host Name or IP Address via the value supplied in HTTPS Proxy.
HTTPS Proxy Password (optional) - The password to use when connecting to the server using the HTTPS Proxy.
To learn more about common adapter connection parameters and buttons, see Adding a New Adapter Connection.
Required Ports
Axonius must be able to communicate with the MSSQL Server via one of the following ports:
- Microsoft SQL Server discovery port - 1433 (default for non SA users) 1434 (default for SA - SuperAdmin - users).
- The specific port for the supplied named instance, if relevant.
- Note that the port appended into the adapter configuration needs to match the global listening port of the SCCM database.
The ports listed above are the standard default SCCM ports. However, these ports might be different if SCCM is deployed and configured with custom ports specified by the customer.
Troubleshooting
- "Login failed" - If you are using a domain user, in the User Name field, specify the domain and the user name in the following format: domain\username.