There are various ways to retrieve and review MDM logs for your JumpCloud device.
Create an MDM Diagnostics Log Report
- On your managed Windows device, go to Settings > Accounts > Access work or school.
- Select your Managed by JumpCloud account you want to review, then click Info.
- To create an advanced diagnostic report, click Create report. A dialog box displays the destined file path for the exported log files.
- Click Export.
- Review the exported report in the saved file path location.
Retrieve MDM Logs Using Commands
Run a command in the JumpCloud Admin Console/Portal to manually retrieve MDM diagnostic logs.
- Log in to the JumpCloud Admin Portal.
- Go to Device Management > Commands.
- To add a new command, click the plus button (+) and then click Command. The New Command window displays.
- In the Name field, enter a name for the command.
- In the Type field, click Windows and select Windows Powershell.
- In the Command* field, enter the command:
"mdmdiagnosticstool.exe -area
"DeviceEnrollment;DeviceProvisioning" -zip
"c:\users\public\documents\MDMDiagReport.zip"
- Complete additional fields as needed.
- Click Save.
- Run the command.
Review MDM Logs in Windows Event Viewer
The Event Viewer is a tool that shows detailed information about significant events on a Windows device. To view MDM logs from the Event Viewer:
- Open the Event Viewer.
- Go to Applicationsand Services Logs.
- In the file directory, go to Microsoft > Windows > DeviceManagement-Enterprise-Diagnostic-Provider > Admin.
Note:
The Admin events channel logs events by default. If you need more detailed logs, right-click Admin and go to View > Show Analytic and Debug Logs.
Back to Top