-
Notifications
You must be signed in to change notification settings - Fork 0
/
CIJAZMYNEJMARRU-20240403-1735.log
172 lines (165 loc) · 38.5 KB
/
CIJAZMYNEJMARRU-20240403-1735.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
# PackageMultipass - this module defines two macros
#
# FIND_PACKAGE_MULTIPASS (Name CURRENT
# STATES VAR0 VAR1 ...
# DEPENDENTS DEP0 DEP1 ...)
#
# This function creates a cache entry <UPPERCASED-Name>_CURRENT which
# the user can set to "NO" to trigger a reconfiguration of the package.
# The first time this function is called, the values of
# <UPPERCASED-Name>_VAR0, ... are saved. If <UPPERCASED-Name>_CURRENT
# is false or if any STATE has changed since the last time
# FIND_PACKAGE_MULTIPASS() was called, then CURRENT will be set to "NO",
# otherwise CURRENT will be "YES". IF not CURRENT, then
# <UPPERCASED-Name>_DEP0, ... will be FORCED to NOTFOUND.
# Example:
# find_path (FOO_DIR include/foo.h)
# FIND_PACKAGE_MULTIPASS (Foo foo_current
# STATES DIR
# DEPENDENTS INCLUDES LIBRARIES)
# if (NOT foo_current)
# # Make temporary files, run programs, etc, to determine FOO_INCLUDES and FOO_LIBRARIES
# endif (NOT foo_current)
#
# MULTIPASS_SOURCE_RUNS (Name INCLUDES LIBRARIES SOURCE RUNS LANGUAGE)
# Always runs the given test, use this when you need to re-run tests
# because parent variables have made old cache entries stale. The LANGUAGE
# variable is either C or CXX indicating which compiler the test should
# use.
# MULTIPASS_C_SOURCE_RUNS (Name INCLUDES LIBRARIES SOURCE RUNS)
# DEPRECATED! This is only included for backwards compatability. Use
# the more general MULTIPASS_SOURCE_RUNS instead.
# Always runs the given test, use this when you need to re-run tests
# because parent variables have made old cache entries stale.
macro (FIND_PACKAGE_MULTIPASS _name _current)
string (TOUPPER ${_name} _NAME)
set (_args ${ARGV})
list (REMOVE_AT _args 0 1)
set (_states_current "YES")
list (GET _args 0 _cmd)
if (_cmd STREQUAL "STATES")
list (REMOVE_AT _args 0)
list (GET _args 0 _state)
while (_state AND NOT _state STREQUAL "DEPENDENTS")
# The name of the stored value for the given state
set (_stored_var PACKAGE_MULTIPASS_${_NAME}_${_state})
if (NOT "${${_stored_var}}" STREQUAL "${${_NAME}_${_state}}")
set (_states_current "NO")
endif (NOT "${${_stored_var}}" STREQUAL "${${_NAME}_${_state}}")
set (${_stored_var} "${${_NAME}_${_state}}" CACHE INTERNAL "Stored state for ${_name}." FORCE)
list (REMOVE_AT _args 0)
list (GET _args 0 _state)
endwhile (_state AND NOT _state STREQUAL "DEPENDENTS")
endif (_cmd STREQUAL "STATES")
set (_stored ${_NAME}_CURRENT)
if (NOT ${_stored})
set (${_stored} "YES" CACHE BOOL "Is the configuration for ${_name} current? Set to \"NO\" to reconfigure." FORCE)
set (_states_current "NO")
endif (NOT ${_stored})
set (${_current} ${_states_current})
if (NOT ${_current} AND PACKAGE_MULTIPASS_${_name}_CALLED)
message (STATUS "Clearing ${_name} dependent variables")
# Clear all the dependent variables so that the module can reset them
list (GET _args 0 _cmd)
if (_cmd STREQUAL "DEPENDENTS")
list (REMOVE_AT _args 0)
foreach (dep ${_args})
set (${_NAME}_${dep} "NOTFOUND" CACHE INTERNAL "Cleared" FORCE)
endforeach (dep)
endif (_cmd STREQUAL "DEPENDENTS")
set (${_NAME}_FOUND "NOTFOUND" CACHE INTERNAL "Cleared" FORCE)
endif ()
set (PACKAGE_MULTIPASS_${name}_CALLED YES CACHE INTERNAL "Private" FORCE)
endmacro (FIND_PACKAGE_MULTIPASS)
macro (MULTIPASS_SOURCE_RUNS includes libraries source runs language)
include (Check${language}SourceRuns)
# This is a ridiculous hack. CHECK_${language}_SOURCE_* thinks that if the
# *name* of the return variable doesn't change, then the test does
# not need to be re-run. We keep an internal count which we
# increment to guarantee that every test name is unique. If we've
# gotten here, then the configuration has changed enough that the
# test *needs* to be rerun.
if (NOT MULTIPASS_TEST_COUNT)
set (MULTIPASS_TEST_COUNT 00)
endif (NOT MULTIPASS_TEST_COUNT)
math (EXPR _tmp "${MULTIPASS_TEST_COUNT} + 1") # Why can't I add to a cache variable?
set (MULTIPASS_TEST_COUNT ${_tmp} CACHE INTERNAL "Unique test ID")
set (testname MULTIPASS_TEST_${MULTIPASS_TEST_COUNT}_${runs})
set (CMAKE_REQUIRED_INCLUDES ${includes})
set (CMAKE_REQUIRED_LIBRARIES ${libraries})
if(${language} STREQUAL "C")
check_c_source_runs ("${source}" ${testname})
elseif(${language} STREQUAL "CXX")
check_cxx_source_runs ("${source}" ${testname})
endif()
set (${runs} "${${testname}}")
endmacro (MULTIPASS_SOURCE_RUNS)
macro (MULTIPASS_C_SOURCE_RUNS includes libraries source runs)
multipass_source_runs("${includes}" "${libraries}" "${source}" ${runs} "C")
endmacro (MULTIPASS_C_SOURCE_RUNS)
Timestamp Process TID Area Category EventID Level Message Correlation
04/03/2024 17:35:36.833 OFFICEC2 (0x3704) 0x3e28 Click-To-Run General Telemetry aqkhc Medium InitLogging {"MachineId": "997a434aea26e0448da0e3a55e231037", "SessionID": "0435d6e2-21a9-457a-9c93-1da38461d40c", "GeoID": 244, "Ver": "0.0.0.0", "C2RClientVer": "16.0.17328.20184", "ContextData": "{\"AppVVersion\":\"10.0.22000.2116\",\"Bitness\":\"64\",\"CommandLine\":\"/frequentupdate SCHEDULEDTASK displaylevel=False\",\"ExeVer\":\"16.0.17328.20184\",\"IntegrityLevel\":\"0x4000\",\"Locale\":\"1033\",\"ModulePath\":\"C:\\\\Program Files\\\\Common Files\\\\Microsoft Shared\\\\ClickToRun\\\\OfficeC2RClient.exe\",\"OSVersion\":\"10.0\",\"ProcessType\":\"OfficeC2RClient\",\"ProcessorArch\":\"9\",\"ProductType\":\"1\",\"SecuritySessionId\":\"0\"}"}
04/03/2024 17:35:37.434 OFFICEC2 (0x3704) 0x3e28 Activity bjtct Medium ActivityStarted {"Name": "Office.ClickToRun.C2RClient", "CV": "UhL8OhcMMESROkykXHVFqg.9", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:35:37.905 OFFICEC2 (0x3704) 0x3e28 Click-To-Run 8f5y1 Medium WaitForFlightInfo {"MachineId": "997a434aea26e0448da0e3a55e231037", "SessionID": "0435d6e2-21a9-457a-9c93-1da38461d40c", "GeoID": 244, "Ver": "0.0.0.0", "C2RClientVer": "16.0.17328.20184", "ContextData": "{\"message\":\"Wait complete\",\"timeSlept\":\"0\",\"gotFlights\":\"True\"}"}
04/03/2024 17:35:37.980 OFFICEC2 (0x3704) 0x3e28 Click-To-Run bhltg Medium Core::GetFlightData {"MachineId": "997a434aea26e0448da0e3a55e231037", "SessionID": "0435d6e2-21a9-457a-9c93-1da38461d40c", "GeoID": 244, "Ver": "0.0.0.0", "C2RClientVer": "16.0.17328.20184", "ContextData": "{'flightIdentifier':'Microsoft.Office.Click2Run.UseOfficeHelperAddon','overrideValue':'','flightData':'','returnValue':'unknown'}"}
04/03/2024 17:35:37.980 OFFICEC2 (0x3704) 0x3e28 Click-To-Run bhltg Medium Core::GetFlightData {"MachineId": "997a434aea26e0448da0e3a55e231037", "SessionID": "0435d6e2-21a9-457a-9c93-1da38461d40c", "GeoID": 244, "Ver": "0.0.0.0", "C2RClientVer": "16.0.17328.20184", "ContextData": "{'flightIdentifier':'Microsoft.Office.Click2Run.UseOutlookShareAddon','overrideValue':'','flightData':'','returnValue':'unknown'}"}
04/03/2024 17:35:37.980 OFFICEC2 (0x3704) 0x3e28 Click-To-Run bhltg Medium Core::GetFlightData {"MachineId": "997a434aea26e0448da0e3a55e231037", "SessionID": "0435d6e2-21a9-457a-9c93-1da38461d40c", "GeoID": 244, "Ver": "0.0.0.0", "C2RClientVer": "16.0.17328.20184", "ContextData": "{'flightIdentifier':'Microsoft.Office.Click2Run.UseTeamsOnInstallConsumer','overrideValue':'','flightData':'','returnValue':'unknown'}"}
04/03/2024 17:35:37.980 OFFICEC2 (0x3704) 0x3e28 Click-To-Run bhltg Medium Core::GetFlightData {"MachineId": "997a434aea26e0448da0e3a55e231037", "SessionID": "0435d6e2-21a9-457a-9c93-1da38461d40c", "GeoID": 244, "Ver": "0.0.0.0", "C2RClientVer": "16.0.17328.20184", "ContextData": "{'flightIdentifier':'Microsoft.Office.Click2Run.UseTeamsOnUpdateConsumer','overrideValue':'','flightData':'','returnValue':'unknown'}"}
04/03/2024 17:36:03.228 OFFICEC2 (0x3704) 0x3e28 Click-To-Run cfbm2 Medium DoFrequentUpdates {"MachineId": "997a434aea26e0448da0e3a55e231037", "SessionID": "0435d6e2-21a9-457a-9c93-1da38461d40c", "GeoID": 244, "Ver": "16.0.17328.20184", "C2RClientVer": "16.0.17328.20184", "ContextData": "{\"message\":\"Running frequent updates\",\"hours\":\"24\"}"}
04/03/2024 17:36:03.679 OFFICEC2 (0x3704) 0x3e28 Click-To-Run b5k1x Medium DoFrequentUpdates {"MachineId": "997a434aea26e0448da0e3a55e231037", "SessionID": "0435d6e2-21a9-457a-9c93-1da38461d40c", "GeoID": 244, "Ver": "16.0.17328.20184", "C2RClientVer": "16.0.17328.20184", "ContextData": "{\"message\":\"Less than a day since last update run, just trying to apply!\",\"time\":\"899471\"}"}
04/03/2024 17:36:03.761 OFFICEC2 (0x3704) 0x3e28 Click-To-Run azfea Medium ::wWinMain {"MachineId": "997a434aea26e0448da0e3a55e231037", "SessionID": "0435d6e2-21a9-457a-9c93-1da38461d40c", "GeoID": 244, "Ver": "16.0.17328.20184", "C2RClientVer": "16.0.17328.20184", "ContextData": "ClientExe complete. {'Action':'19','Result':'0'}"}
04/03/2024 17:36:03.873 OFFICEC2 (0x3704) 0x3e28 Activity bjtcw Medium ActivityEnded {"Name": "Office.ClickToRun.C2RClient", "CV": "UhL8OhcMMESROkykXHVFqg.9", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:05.889 OFFICEC2 (0x3704) 0x42a8 Activity bjtct Medium ActivityStarted {"Name": "Office.Identity.ConfigEnvironment", "CV": "UhL8OhcMMESROkykXHVFqg.10.1", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:05.889 OFFICEC2 (0x3704) 0x42a8 Activity bjtcw Medium ActivityEnded {"Name": "Office.Identity.ConfigEnvironment", "CV": "UhL8OhcMMESROkykXHVFqg.10.1", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:06.249 OFFICEC2 (0x3704) 0x334c Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Identity.ConfigService", "CV": "UhL8OhcMMESROkykXHVFqg.5.1.1", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:08.728 OFFICEC2 (0x3704) 0x334c Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Identity.ConfigService", "CV": "UhL8OhcMMESROkykXHVFqg.5.1.2", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:08.728 OFFICEC2 (0x3704) 0x334c Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Identity.ConfigService", "CV": "UhL8OhcMMESROkykXHVFqg.5.1.3", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:08.842 OFFICEC2 (0x3704) 0x334c Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Identity.ConfigService", "CV": "UhL8OhcMMESROkykXHVFqg.5.1.4", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:08.842 OFFICEC2 (0x3704) 0x334c Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Identity.ConfigService", "CV": "UhL8OhcMMESROkykXHVFqg.5.1.5", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:08.842 OFFICEC2 (0x3704) 0x334c Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Identity.ConfigService", "CV": "UhL8OhcMMESROkykXHVFqg.5.1.6", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:08.731 OFFICEC2 (0x3704) 0x42a8 Telemetry Event biyhq Medium SendEvent {"EventName": "Office.Identity.ConfigEnvironment", "Flags": 30962256044949761, "InternalSequenceNumber": 9, "Time": "2024-04-04T00:36:05Z", "AriaTenantToken": "5c65bbc4edbf480d9637ace04d62bd98-12844893-8ab9-4dde-b850-5612cb12e0f2-7822", "Contract": "Office.System.Activity", "Activity.CV": "UhL8OhcMMESROkykXHVFqg.10.1", "Activity.Duration": 334, "Activity.Count": 1, "Activity.AggMode": 0, "Activity.Success": true, "Data.FederationTenantId": "00000000-0000-0000-0000-000000000000", "Data.FederationProviderId": "00000000-0000-0000-0000-000000000000", "Data.IdP": 0, "Data.FederationProviderCode": 1, "Data.TelemetryRegionCode": 1, "Data.CachedFileName": "F103759B-E99A-4E8D-9610-F3200BC8EDEF", "Data.CachedFileBaseHost": "Worldwide.Host", "Data.CachedFileTelemetryUrl": "Default.Host"}
04/03/2024 17:36:08.859 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Identity.ConfigService", "CV": "UhL8OhcMMESROkykXHVFqg.10", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:08.859 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Identity.ConfigService", "CV": "UhL8OhcMMESROkykXHVFqg.11", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:16.336 OFFICEC2 (0x3704) 0x334c Activity bjtcw Medium ActivityEnded {"Name": "Office.Telemetry.LoadXmlRules", "CV": "UhL8OhcMMESROkykXHVFqg.5.1", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:16.336 OFFICEC2 (0x3704) 0x334c Telemetry Event biyhq Medium SendEvent {"EventName": "Office.Telemetry.LoadXmlRules", "Flags": 33777014401990913, "InternalSequenceNumber": 10, "Time": "2024-04-04T00:36:16Z", "AriaTenantToken": "f998cc5ba4d448d6a1e8e913ff18be94-dd122e0a-fcf8-4dc5-9dbb-6afac5325183-7405", "Contract": "Office.System.Activity", "Activity.CV": "UhL8OhcMMESROkykXHVFqg.5.1", "Activity.Duration": 50754714, "Activity.Count": 1, "Activity.AggMode": 0, "Activity.Success": true, "Activity.Result.Code": 0, "Activity.Result.Type": "HRESULT"}
04/03/2024 17:36:17.244 OFFICEC2 (0x3704) 0x42a8 Activity bjtct Medium ActivityStarted {"Name": "Office.Telemetry.DynamicConfig.FetchConfigs", "CV": "UhL8OhcMMESROkykXHVFqg.12", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.627 OFFICEC2 (0x3704) 0x334c Activity bjtcw Medium ActivityEnded {"Name": "Office.Telemetry.ProcessIdleQueueJob", "CV": "UhL8OhcMMESROkykXHVFqg.5", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.627 OFFICEC2 (0x3704) 0x334c Telemetry Event biyhq Medium SendEvent {"EventName": "Office.Telemetry.ProcessIdleQueueJob", "Flags": 33777014401990913, "InternalSequenceNumber": 12, "Time": "2024-04-04T00:36:17Z", "AriaTenantToken": "f998cc5ba4d448d6a1e8e913ff18be94-dd122e0a-fcf8-4dc5-9dbb-6afac5325183-7405", "Contract": "Office.System.Activity", "Activity.CV": "UhL8OhcMMESROkykXHVFqg.5", "Activity.Duration": 52209852, "Activity.Count": 1, "Activity.AggMode": 0, "Activity.Success": true}
04/03/2024 17:36:17.627 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.1", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.627 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.2", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.627 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.3", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.627 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.4", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.627 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.5", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.627 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.6", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.627 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.7", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.648 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.8", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.648 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.9", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.648 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.10", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.648 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.11", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.648 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.12", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.648 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.13", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.648 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.14", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.648 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.15", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.648 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.16", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.648 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.17", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.648 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.18", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.648 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.19", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.654 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.20", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.654 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.21", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.654 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.22", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.654 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.23", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.654 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.24", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.655 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.25", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.655 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.26", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.655 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.27", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.655 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.28", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.655 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.29", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.655 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.30", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.657 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.31", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.657 OFFICEC2 (0x3704) 0x42a8 Activity bjtco Medium DroppedAggregatedActivity {"Name": "Office.Telemetry.DynamicConfig.ParseJsonConfig", "CV": "UhL8OhcMMESROkykXHVFqg.12.32", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.657 OFFICEC2 (0x3704) 0x42a8 Activity bjtcw Medium ActivityEnded {"Name": "Office.Telemetry.DynamicConfig.FetchConfigs", "CV": "UhL8OhcMMESROkykXHVFqg.12", "ProcessIdentifier": "OfficeC2RClient.exe_16.0.17328.20184_X86_{3AFC1252-0C17-4430-913A-4CA45C7545AA}"}
04/03/2024 17:36:17.660 OFFICEC2 (0x3704) 0x42a8 Telemetry Event biyhq Medium SendEvent {"EventName": "Office.Telemetry.DynamicConfig.FetchConfigs", "Flags": 33777014401990913, "InternalSequenceNumber": 13, "Time": "2024-04-04T00:36:17Z", "AriaTenantToken": "f998cc5ba4d448d6a1e8e913ff18be94-dd122e0a-fcf8-4dc5-9dbb-6afac5325183-7405", "Contract": "Office.System.Activity", "Activity.CV": "UhL8OhcMMESROkykXHVFqg.12", "Activity.Duration": 556151, "Activity.Count": 1, "Activity.AggMode": 0, "Activity.Success": true, "Data.RejectedConfigsList": "", "Data.ParsedConfigCount": 32, "Data.RejectedConfigCount": 0}
04/03/2024 17:36:17.798 OFFICEC2 (0x3704) 0x42a8 Telemetry Event bsq69 Monitorable Deactivated event detected. {"EventName": "Office.Experimentation.LoadingFirstSessionCache", "IsFromRule": false}
04/03/2024 17:36:17.798 OFFICEC2 (0x3704) 0x42a8 Telemetry Event bsq69 Monitorable Deactivated event detected. {"EventName": "Office.Licensing.Tenant.InitTenantId", "IsFromRule": false}
04/03/2024 17:36:18.027 OFFICEC2 (0x3704) 0x42a8 Telemetry Event biyhq Medium SendEvent {"EventName": "Office.Telemetry.FlushEventBuffer", "Flags": 33777014401991169, "InternalSequenceNumber": 14, "Time": "2024-04-04T00:36:18Z", "AriaTenantToken": "f998cc5ba4d448d6a1e8e913ff18be94-dd122e0a-fcf8-4dc5-9dbb-6afac5325183-7405", "Data.FirstPassCount": 13, "Data.SecondPassCount": 0}
04/03/2024 17:36:21.092 OFFICEC2 (0x3704) 0x3e28 Telemetry Event biyhq Medium SendEvent {"EventName": "Office.Experimentation.FeatureQueryBatched", "Flags": 33777005812056321, "InternalSequenceNumber": 15, "Time": "2024-04-04T00:36:21Z", "AriaTenantToken": "e6e58d16cfb94942b795b4918258153a-765be17b-66ea-435e-8b55-5a128f3decd3-6873", "Data.Sequence": 0, "Data.Count": 57, "Data.Features": "[ { \"ID\" : 37, \"N\" : \"Microsoft.Office.Word.UAEOnSafeModeEnabled\", \"V\" : true, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:04.8230364Z\", \"C\" : \"\", \"Q\" : 61.0, \"M\" : 1, \"F\" : 5, \"G\" : \"Opt\" }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Telemetry.Diagnostic.UAE.SilentAppExitVerifyElseDump\", \"V\" : false, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:04.9640658Z\", \"C\" : \"\", \"Q\" : 6.0, \"M\" : 1, \"F\" : 5, \"G\" : \"Opt\" }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Telemetry.UAE.WERSessionFlags\", \"V\" : false, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:04.9640658Z\", \"C\" : \"\", \"Q\" : 4.0, \"M\" : 1, \"F\" : 5, \"G\" : \"Opt\" }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Telemetry.StopWriteAfterCrashHangEnabled\", \"V\" : true, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:04.9640658Z\", \"C\" : \"\", \"Q\" : 48.0, \"M\" : 1, \"F\" : 5, \"G\" : \"Opt\" }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Telemetry.TrackCPSWrites\", \"V\" : false, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:05.7730468Z\", \"C\" : \"33\", \"Q\" : 28189.0, \"M\" : 1, \"F\" : 5 }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Telemetry.CPSMaxWrites\", \"V\" : 2, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:05.7730468Z\", \"C\" : \"33\", \"Q\" : 0.0, \"M\" : 1, \"F\" : 5 }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Telemetry.CrashPersistenceProcessList\", \"V\" : \"\", \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:06.1003509Z\", \"C\" : \"33\", \"Q\" : 0.0, \"M\" : 1, \"F\" : 5 }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Graphics.TestGate.EnableDirectXDebugLayer\", \"V\" : false, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:06.3585695Z\", \"C\" : \"33\", \"Q\" : 0.0, \"M\" : 1, \"F\" : 5 }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.AirSpace.EnableWinCompForSACUsers\", \"V\" : true, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:06.4730270Z\", \"C\" : \"\", \"Q\" : 9.0, \"M\" : 1, \"F\" : 5, \"G\" : \"Opt\" }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.AirSpace.EnableWinCompForSACSecondSet\", \"V\" : true, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:06.4897905Z\", \"C\" : \"\", \"Q\" : 8.0, \"M\" : 1, \"F\" : 5, \"G\" : \"Opt\" }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.AirSpace.EnableWinCompForSACThirdSet\", \"V\" : true, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:06.5054487Z\", \"C\" : \"\", \"Q\" : 10.0, \"M\" : 1, \"F\" : 5, \"G\" : \"Opt\" }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.AirSpace.UseWincompInWin32\", \"V\" : false, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:06.5054487Z\", \"C\" : \"33\", \"Q\" : 0.0, \"M\" : 1, \"F\" : 5 }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.AirSpace.TestGate.UseWincompInAutomation\", \"V\" : false, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:06.5371515Z\", \"C\" : \"33\", \"Q\" : 0.0, \"M\" : 1, \"F\" : 5 }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.AirSpace.SendWinCompEnabledData\", \"V\" : true, \"S\" : 0, \"P\" : 0, \"T\" : \"2024-04-04T00:35:06.5371515Z\", \"C\" : \"\", \"Q\" : 2.0, \"M\" : 1, \"F\" : 5, \"G\" : \"Opt\" }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.AirSpace.TestGate.UseHardwareDeviceInAutomation\", \"V\" : false, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:06.5684141Z\", \"C\" : \"\", \"Q\" : 13111.0, \"M\" : 1, \"F\" : 5, \"G\" : \"Opt\" }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Graphics.EnableWin32HardwareAcceleration\", \"V\" : true, \"S\" : 11, \"P\" : 0, \"T\" : \"2024-04-04T00:35:06.5684141Z\", \"C\" : \"39\", \"Q\" : 0.0, \"M\" : 1, \"F\" : 5 }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Graphics.DrawGlyphPerfFixEnabled\", \"V\" : true, \"S\" : 11, \"P\" : 0, \"T\" : \"2024-04-04T00:35:06.8685787Z\", \"C\" : \"1\", \"Q\" : 0.0, \"M\" : 1, \"F\" : 5 }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Graphics.CompositionOnlyAdapterSupportEnabled\", \"V\" : true, \"S\" : 11, \"P\" : 0, \"T\" : \"2024-04-04T00:35:08.3001602Z\", \"C\" : \"1\", \"Q\" : 0.0, \"M\" : 1, \"F\" : 5 }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.AirSpace.BlockedGraphicsAdapterCount\", \"V\" : 5, \"S\" : 0, \"P\" : 0, \"T\" : \"2024-04-04T00:35:12.5671776Z\", \"C\" : \"33\", \"Q\" : 0.0, \"M\" : 1, \"F\" : 5 }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.AirSpace.BlockedGraphicsAdapter1\", \"V\" : \"32902;0;0;0;8444249307883202;2;0;0;0;0;0\", \"S\" : 0, \"P\" : 0, \"T\" : \"2024-04-04T00:35:12.5671776Z\", \"C\" : \"33\", \"Q\" : 0.0, \"M\" : 1, \"F\" : 5 }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.AirSpace.BlockedGraphicsAdapter2\", \"V\" : \"32902;0;0;0;8444249307882967;2;0;0;0;0;0\", \"S\" : 0, \"P\" : 0, \"T\" : \"2024-04-04T00:35:12.5681748Z\", \"C\" : \"33\", \"Q\" : 0.0, \"M\" : 1, \"F\" : 5 }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.AirSpace.BlockedGraphicsAdapter3\", \"V\" : \"32902;0;0;0;8444249307883211;2;0;0;0;0;0\", \"S\" : 0, \"P\" : 0, \"T\" : \"2024-04-04T00:35:12.5681748Z\", \"C\" : \"33\", \"Q\" : 0.0, \"M\" : 1, \"F\" : 5 }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.AirSpace.BlockedGraphicsAdapter4\", \"V\" : \"32902;0;0;0;8444249307941927;2;0;0;0;0;0\", \"S\" : 0, \"P\" : 0, \"T\" : \"2024-04-04T00:35:12.5681748Z\", \"C\" : \"33\", \"Q\" : 0.0, \"M\" : 1, \"F\" : 5 }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.AirSpace.BlockedGraphicsAdapter5\", \"V\" : \"32902;0;0;0;8725724284654296;2;0;0;0;0;0\", \"S\" : 0, \"P\" : 0, \"T\" : \"2024-04-04T00:35:12.5681748Z\", \"C\" : \"33\", \"Q\" : 0.0, \"M\" : 1, \"F\" : 5 }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Graphics.SupportGDIPlusFactory\", \"V\" : true, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:13.4975919Z\", \"C\" : \"\", \"Q\" : 6.0, \"M\" : 1, \"F\" : 5, \"G\" : \"Opt\" }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Telemetry.Resiliency.CrashViaSpecialUserModeAPC.CG\", \"V\" : true, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:14.2145914Z\", \"C\" : \"\", \"Q\" : 8.0, \"M\" : 1, \"F\" : 5, \"G\" : \"Opt\" }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Telemetry.DisableTelemetry\", \"V\" : false, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:14.2724528Z\", \"C\" : \"33\", \"Q\" : 0.0, \"M\" : 1, \"F\" : 5 }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Telemetry.AriaAdditionalProcessExclusionList\", \"V\" : \"\", \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:14.2835536Z\", \"C\" : \"33\", \"Q\" : 0.0, \"M\" : 1, \"F\" : 5 }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Telemetry.RulesRetrievalTimeInMins\", \"V\" : 30, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:23.5978424Z\", \"C\" : \"\", \"Q\" : 7.0, \"M\" : 1, \"F\" : 5, \"G\" : \"Opt\" }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Telemetry.ULSQueueSizeInKilobytes\", \"V\" : 5120, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:25.3656010Z\", \"C\" : \"33\", \"Q\" : 0.0, \"M\" : 1, \"F\" : 5 }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Experimentation.TriggerEventBatchSize\", \"V\" : 128, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:25.6762795Z\", \"C\" : \"\", \"Q\" : 6.0, \"M\" : 1, \"F\" : 5, \"G\" : \"Opt\" }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Experimentation.TriggerEventFlushDelay\", \"V\" : 86400, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:25.7704761Z\", \"C\" : \"\", \"Q\" : 6.0, \"M\" : 1, \"F\" : 5, \"G\" : \"Opt\" }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Experimentation.FeatureQueryLogger.EnableStaticLogging\", \"V\" : true, \"S\" : 0, \"P\" : 0, \"T\" : \"2024-04-04T00:35:26.8651533Z\", \"C\" : \"\", \"Q\" : 6.0, \"M\" : 1, \"F\" : 52, \"G\" : \"Opt\" }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Telemetry.Sampling.NumberlinePosition\", \"V\" : 200, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:27.3251519Z\", \"C\" : \"33\", \"Q\" : 1008.0, \"M\" : 1, \"F\" : 52 }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Telemetry.Sampling.SamplingRatePerTenThousand\", \"V\" : 200, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:27.3499121Z\", \"C\" : \"33\", \"Q\" : 0.0, \"M\" : 1, \"F\" : 52 }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Floodgate.EnrichCollectionEnabled\", \"V\" : false, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:27.3499121Z\", \"C\" : \"\", \"Q\" : 4.0, \"M\" : 1, \"F\" : 52, \"G\" : \"Opt\" }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Telemetry.ExcludeFromSampling\", \"V\" : false, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:27.4754088Z\", \"C\" : \"1\", \"Q\" : 125496.0, \"M\" : 1, \"F\" : 52 }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Telemetry.ExcludeSessionFromSampling\", \"V\" : false, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:27.4754088Z\", \"C\" : \"\", \"Q\" : 5.0, \"M\" : 1, \"F\" : 52, \"G\" : \"Opt\" }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Telemetry.PrivacyGuardVerbose\", \"V\" : false, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:27.5143948Z\", \"C\" : \"\", \"Q\" : 6.0, \"M\" : 1, \"F\" : 52, \"G\" : \"Opt\" }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Telemetry.PrivacyGuard\", \"V\" : false, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:27.5143948Z\", \"C\" : \"\", \"Q\" : 6.0, \"M\" : 1, \"F\" : 52, \"G\" : \"Opt\" }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Accessibility.Telemetry.SurfaceRegistration\", \"V\" : true, \"S\" : 11, \"P\" : 0, \"T\" : \"2024-04-04T00:35:27.5303384Z\", \"C\" : \"39\", \"Q\" : 0.0, \"M\" : 1, \"F\" : 52 }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.SharedText.CustomCloudFonts\", \"V\" : false, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:27.6456130Z\", \"C\" : \"33\", \"Q\" : 0.0, \"M\" : 1, \"F\" : 52 }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Security.OVF.FG.EnableVulnerabilityFilterLiblet\", \"V\" : false, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:27.7016211Z\", \"C\" : \"\", \"Q\" : 8.0, \"M\" : 1, \"F\" : 52, \"G\" : \"Opt\" }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Identity.OWSA.UseDeferredCacheUpdateStrategy\", \"V\" : false, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:37.6347334Z\", \"C\" : \"\", \"Q\" : 6.0, \"M\" : 1, \"F\" : 52, \"G\" : \"Opt\" }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Click2Run.UseOfficeHelperAddon\", \"V\" : \"\", \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:37.9350171Z\", \"C\" : \"33\", \"Q\" : 0.0, \"M\" : 1, \"F\" : 52 }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Click2Run.UseOutlookShareAddon\", \"V\" : \"\", \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:37.9803121Z\", \"C\" : \"33\", \"Q\" : 0.0, \"M\" : 1, \"F\" : 52 }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Click2Run.UseTeamsOnInstallConsumer\", \"V\" : \"\", \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:37.9803121Z\", \"C\" : \"33\", \"Q\" : 0.0, \"M\" : 1, \"F\" : 52 }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Click2Run.UseTeamsOnUpdateConsumer\", \"V\" : \"\", \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:35:37.9803121Z\", \"C\" : \"33\", \"Q\" : 0.0, \"M\" : 1, \"F\" : 52 }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Identity.CG.SaveUrlInServiceTicketInfo\", \"V\" : true, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:36:04.8622621Z\", \"C\" : \"\", \"Q\" : 27.0, \"M\" : 1, \"F\" : 52, \"G\" : \"Opt\" }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Identity.ServiceRequestTelemetry\", \"V\" : false, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:36:05.1671115Z\", \"C\" : \"\", \"Q\" : 9.0, \"M\" : 1, \"F\" : 52, \"G\" : \"Opt\" }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Identity.ConfigServiceTelemetry\", \"V\" : true, \"S\" : 0, \"P\" : 0, \"T\" : \"2024-04-04T00:36:05.3823930Z\", \"C\" : \"\", \"Q\" : 5040.0, \"M\" : 1, \"F\" : 52, \"G\" : \"Opt\" }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Identity.NoAggregationForConfigService\", \"V\" : false, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:36:05.3823930Z\", \"C\" : \"\", \"Q\" : 14.0, \"M\" : 1, \"F\" : 52, \"G\" : \"Opt\" }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Identity.LogConfigEnvironmentChange\", \"V\" : true, \"S\" : 0, \"P\" : 0, \"T\" : \"2024-04-04T00:36:05.7952651Z\", \"C\" : \"\", \"Q\" : 11.0, \"M\" : 1, \"F\" : 52, \"G\" : \"Opt\" }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Telemetry.Sampling.AdaptiveSamplingEnabled\", \"V\" : true, \"S\" : 0, \"P\" : 0, \"T\" : \"2024-04-04T00:36:16.3822607Z\", \"C\" : \"\", \"Q\" : 5.0, \"M\" : 1, \"F\" : 52, \"G\" : \"Opt\" }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Telemetry.AdaptiveSampling\", \"V\" : \"ofccermbulfb1p0\", \"S\" : 0, \"P\" : 0, \"T\" : \"2024-04-04T00:36:16.8442081Z\", \"C\" : \"\", \"Q\" : 2182.0, \"M\" : 1, \"F\" : 52, \"G\" : \"Opt\" }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Telemetry.IsSamplingLogicV2EnabledChangeGate\", \"V\" : true, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:36:17.8968407Z\", \"C\" : \"\", \"Q\" : 10.0, \"M\" : 1, \"F\" : 52, \"G\" : \"Opt\" }, { \"ID\" : 37, \"N\" : \"Microsoft.Office.Telemetry.Sampling.InsidersSampling\", \"V\" : false, \"S\" : 1, \"P\" : 0, \"T\" : \"2024-04-04T00:36:18.0223905Z\", \"C\" : \"\", \"Q\" : 124037.0, \"M\" : 1, \"F\" : 52, \"G\" : \"Opt\" } ]"}