Skip to content

V1 Interface Guide

Gil Burns edited this page Dec 8, 2025 · 1 revision

Interface Guide (version 1.x)

Understanding the IntuneLogWatch three-pane interface and navigation


Overview

IntuneLogWatch uses a three-pane interface designed to provide a logical flow from high-level sync events down to detailed log analysis.

Three Pane Interface


Left Pane: Sync Events

The left pane displays chronological events with key information at a glance.

IntuneLogWatch reads the log file and can show you Sync Events and Recurring Events, or both in a combined timeline.

Click the picker or use the keyboard to filter the events view. (Your selection is remembered in user defaults and used the next time you launch IntuneLogWatch)

Command Key Filtering:

  • Command + 1 = All Events
  • Command + 2 = Sync Events
  • Command + 3 = Recurring Events

You can also choose to sort the event list in ascending or descending evert order.

Also available is information about the Enrollment Status and the Network Connectivity.

Sync Events List

Event Information

Each sync event shows:

  • Status Icon: Visual indicator for success ✅, failure ❌, warning ⚠️, or in-progress 🔄
  • Timestamp: When the sync occurred
  • Policy Count: Total number of policies processed in this sync
  • Duration: How long the sync took to complete
  • Error Indicators: Number of failed or warning policies (if any)

Event Types

  • Successful Syncs: All policies completed without issues
  • Failed Syncs: One or more policies encountered errors
  • Warning Syncs: Policies completed with warnings or minor issues
  • In-Progress: Syncs currently running (live monitoring)

Center Pane: Policy List

The center pane shows all policies that were processed during the selected sync event.

Policy List View

Policy Information

App Icons

  • Actual Icons: Real application icons for installed apps
  • System Icons: Generic icons for system policies and scripts
  • Fallback Icons: Default icons when app icons aren't available

App Icons Display

Policy Details

  • Policy Names: Application names or script descriptions
  • Status Badges: Individual policy completion status
  • Type Indicators: Visual bubbles showing policy characteristics

Policy Bubbles

Visual indicators for quick identification:

Policy Bubbles

  • App Type: PKG or DMG installations
  • Script Type: SCRIPT or ATTR (attribute scripts)
  • Intent: Required, Available, or Uninstall
  • Context: Root or User execution context for scripts

Policy Status

  • ✅ Success: Policy completed successfully
  • ❌ Failed: Policy encountered an error
  • ⚠️ Warning: Policy completed with warnings
  • 🔄 Running: Policy currently executing

Right Pane: Log Details

The right pane provides detailed information about the selected policy, with two viewing modes.

Log Details Views

Timeline View (Default)

  • Chronological Entries: Log entries in time order
  • Visual Timeline: Left sidebar showing time progression
  • Event Correlation: Related log entries grouped visually
  • Status Highlights: Important events highlighted with colors

Raw Logs View

  • Original Format: Logs exactly as written by Intune
  • Technical Details: Full log messages with timestamps
  • Search Capability: Find specific text within log entries
  • Copy Function: Select and copy specific log lines

Policy ID Management

  • Copy Icon: Click to copy Policy ID (GUID) to clipboard
  • Option+Click: Copy Graph Explorer URL for API access
  • Control+Click: Copy Intune Portal URL for direct editing

Copy Policy ID


Error Information

When errors are detected in policies, they are highlighted with additional context.

Log Details Views

Error Highlighting

  • Red Text: Error messages and failure indicators
  • Warning Highlights: Warnings and potential issues
  • Info Symbols: Clickable icons for additional details

Error Details

  • Root Cause: Why the policy failed
  • Recommendations: Suggested solutions or next steps
  • Related Logs: Connected log entries that provide context

Navigation Tips

Keyboard Shortcuts

  • ⌘O: Open log file
  • ⌘R: Reload local logs
  • ⌘F: Search within current view
  • Arrow Keys: Navigate between policies and events

Mouse Interactions

  • Click: Select sync events or policies
  • Double-Click: Open detailed view for log entries
  • Right-Click: Context menu with copy and export options
  • Scroll: Navigate through long lists and detailed logs

Tab Management

  • Multiple Tabs: Open different log files in separate tabs
  • Tab Labels: Show source (filename or "Local Intune Logs")
  • Tab Switching: ⌘1, ⌘2, etc. to switch between tabs

Log Entry Details

Double-click any log entry to view complete details in a modal window.

Log Entry Details Modal

Detail View Features

  • Full Message: Complete multi-line log messages
  • Timestamp: Exact time of log entry
  • Log Level: Error, Warning, Info, Debug levels
  • Copy Function: Copy specific entries for support tickets
  • Context: Related log entries before and after

Navigation


Need help understanding a specific interface element? Check our Troubleshooting guide or ask on GitHub Issues.

Clone this wiki locally