Get Config Refresh Events from the Event Log
# Define the event log name
$logName = "Microsoft-Windows-DeviceManagement-Enterprise-Diagnostics-Provider/Operational"
# Define the event IDs you want to retrieve
$eventIDs = @(4200, 4201, 4202) + (4203..4214)