cmtrace-open 1.5.0

Free, open-source CMTrace replacement: Windows log viewer with ConfigMgr/SCCM, Intune, and Autopilot ESP diagnostics, DSRegCmd triage, and real-time tailing.
1
2
3
4
5
6
7
8
9
10
11
12
/// Default evidence bundle primary entry point directories.
///
/// When a bundle manifest does not specify entry points, these directories
/// are checked for evidence artifacts.
pub const DEFAULT_BUNDLE_PRIMARY_ENTRY_POINTS: &[&str] = &[
    "evidence/logs",
    "evidence/registry",
    "evidence/event-logs",
    "evidence/exports",
    "evidence/screenshots",
    "evidence/command-output",
];