diff --git a/windows/manage/basic-level-windows-telemetry-events-and-fields.md b/windows/manage/basic-level-windows-telemetry-events-and-fields.md
index 304cdb5faf..41f967f619 100644
--- a/windows/manage/basic-level-windows-telemetry-events-and-fields.md
+++ b/windows/manage/basic-level-windows-telemetry-events-and-fields.md
@@ -1,6 +1,6 @@
---
-description: Use this article to make informed decisions about how you can configure telemetry in your organization.
-title: Basic level Windows telemetry events and fields (Windows 10)
+description: Use this article to learn more about what Windows telemetry is gathered at the basic level.
+title: Windows 10, version 1703 basic telemetry events and fields (Windows 10)
keywords: privacy, telemetry
ms.prod: w10
ms.mktglfcycl: manage
@@ -8,1493 +8,4310 @@ ms.sitesec: library
ms.pagetype: security
localizationpriority: high
author: brianlic-msft
+ms.author: brianlic
---
-# Basic level Windows telemetry events and fields
+
+# Windows 10, version 1703 basic telemetry events and fields
+
**Applies to**
-- Windows 10, version 1703
+- Windows 10
+- Windows 10 Mobile
+- Windows Server 2016
-Add preface and cover page here (Steve May to provide)
-## Common data events
+The Basic level gathers a limited set of information that is critical for understanding the device and its configuration including: basic device information, quality-related information, app compatibility, and Windows Store. When the telemetry level is set to Basic, it also includes the Security level information.
-The fields in this section contain common device data that is added to every event.
+The Basic level helps to identify problems that can occur on a particular device hardware or software configuration. For example, it can help determine if crashes are more frequent on devices with a specific amount of memory or that are running a particular driver version. This helps Microsoft fix OS or Application problems.
-**Common data - Device extension**
+Use this article to learn about telemetry events, grouped by Event Area, and the fields within each event. A brief description is provided for each Field. Note that every event generated includes Common Data, which collects system data.
-| Field | Description |
-| - | - |
-| localId | Represents a locally defined unique ID for the device, not the human readable device name. Most likely equal to the value stored at HKLM\Software\Microsoft\SQMClient\MachineId |
-| deviceClass | Represents the classification of the device, the device “family”. For example, Desktop, Server, or Mobile.|
+You can learn more about Windows functional and telemetry through these articles:
-**Common data - Envelope extension**
-| Field | Description |
-| - | - |
-| Ver | Represents the major and minor version of the envelope.|
-| name | Represents the uniquely qualified name for the event.|
-| time | Represents the event date time in Coordinated Universal Time (UTC) when the event was generated on the client. This should be in ISO 8601 format.|
-| popSample | Represents the effective sample rate for this event at the time it was generated by a client.|
-| epoch | Represents the epoch and seqNum fields, which help track how many events were fired and how many events were uploaded, and enables identification of data lost during upload and de-duplication of events on the ingress server.|
-| seqNum | Represents the sequence field used to track absolute order of uploaded events. It is an incrementing identifier for each event added to the upload queue. The Sequence helps track how many events were fired and how many events were uploaded and enables identification of data lost during upload and de-duplication of events on the ingress server.|
-| iKey | Represents an ID for applications or other logical groupings of events. |
-| flags | Represents a collection of bits that describe how the event should be processed by the Connected User Experience and Telemetry component pipeline. The lowest-order byte is the event persistence. The next byte is the event latency.|
-| os | Represents the operating system name.|
-| osVer | Represents the OS version, and its format is OS dependent.|
-| appId | Represents a unique identifier of the client application currently loaded in the process producing the event; and is used to group events together and understand usage pattern, errors by application.|
-| appVer | Represents the version number of the application. Used to understand errors by Version, Usage by Version across an App.|
-| cV | Represents the Correlation Vector: A single field for tracking partial order of related telemetry events across component boundaries.|
-| tags | Represents the pre-release build "flight ID" |
+- [Manage connections from Windows operating system components to Microsoft services](manage-connections-from-windows-operating-system-components-to-microsoft-services.md)
+- [Configure Windows telemetry in your organization](configure-windows-telemetry-in-your-organization.md)
-**Common data - OS extension**
-| Field | Description |
-| - | - |
-| expId | Represents the “experiment ID”. The standard for associating a flight, such as an OS flight (pre-release build), or an experiment, such as a web site UX experiment, with an event is to record the flight / experiment IDs in Part A of the common schema.|
-**Common data - Telemetry extension**
-| Field | Description |
-| - | - |
-| stId | Represents the Scenario Entry Point ID. This is a unique GUID for each event in a diagnostic scenario. This used to be Scenario Trigger ID. |
-| aId | Represents the ETW ActivityId. Logged via TraceLogging or directly via ETW. |
-| raId | Represents the ETW Related ActivityId. Logged via TraceLogging or directly via ETW.|
-| Op | Represents the ETW Op Code.|
-| cat | Represents a bitmask of the ETW Keywords associated with the event.|
-| flags | Represents the bitmap that captures various Windows specific flags.|
-
-**Common data - User extension**
-
-| Field | Description |
-| - | - |
-| localId | Represents a unique user identity that is created locally and added by the client. This is not the user's account ID.|
-
-## Consent UI
-
-This User Account Control (UAC) event collects information on elevations that originate from low integrity levels. This occurs when a process running at low integrity level (IL) requires higher (administrator) privileges, and therefore requests for elevation via UAC (consent.exe). By better understanding the processes requesting these elevations, Microsoft can in turn improve the detection and handling of potentially malicious behavior in this path.
-
-| Field | Description |
-| - | - |
-| eventType | Represents the type of elevation: If it succeeded, was cancelled, or was auto-approved. |
-| splitToken | Represents the flag used to distinguish between Admin and Standard Users. |
-| friendlyName | Represents the name of the file requesting elevation from low IL. |
-| elevationReason | Represents the distinction between various elevation requests sources (appcompat, installer, COM, MSI and so on). |
-| exeName | Represents the name of the file requesting elevation from low IL. |
-| signatureState | Represents the state of the signature, if it signed, unsigned, OS signed and so on. |
-| publisherName | Represents the name of the publisher of the file requesting elevation from low IL. |
-| cmdLine | Represents the full command line arguments being used to elevate. |
-| Hash.Length | Represents the length of the hash of the file requesting elevation from low IL. |
-| Hash | Represents the hash of the file requesting elevation from low IL. |
-| HashAlgId | Represents the algorithm ID of the hash of the file requesting elevation from low IL. |
-| telemetryFlags | Represents the details about the elevation prompt for CEIP data. |
-| timeStamp | Represents the time stamp on the file requesting elevation |
-| fileVersionMS | Represents the major version of the file requesting elevation |
-| fileVersionLS | Represents the minor version of the file requesting elevation |
-
-## Appraiser events
-
-Appraiser Core Data events provide an inventory of what is on the device for the purposes of understanding compatibility and upgrade issues. This device inventory gathers information such as all the applications on the device, IE Add-ons, drivers on the device, and peripherals attached to the device. Appraiser reviews the device inventory to see if it is compatible/ready for upgrade, and for problems that might need to be addressed by the upgrade.
-
-**Microsoft.Windows.Appraiser.General.InventoryApplicationAdd**
-
-This event represents the basic metadata about an application installed on the system.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | ProgramId (a hash of Name, Version, Publisher, and Language of an application used to identify it). Example: 00000144865763f3de24c2ae5a289fde6db300000904 |
-| HiddenArp | Indicates whether a program hides itself from showing up in ARP. Example: TRUE |
-| InstallDate | The date the application was installed (a best guess based on folder creation date heuristics) Example: 4/12/2015 01:27:52 |
-| InstallDateArpLastModified | The date of the registry ARP key for a given application. Hints at install date but not always accurate. Passed as an array. Example: 4/11/2015 00:00:00 |
-| InstallDateFromLinkFile | The estimated date of install based on the links to the files. Passed as an array. Example: 4/8/2015 01:06:11 |
-| InstallDateMsi | The install date if the application was installed via MSI. Passed as an array. Example: 4/11/2015 00:00:00 |
-| Language | The language code of the program. Language codes can be found at http://support.microsoft.com/kb/221435 Example: 1033 |
-| MsiPackageCode | A GUID that describes the MSI Package. Multiple 'Products' (apps) can make up an MsiPackage. Example: {1BCC5142-D98C-430B-B74A-484A0328A7CE} |
-| MsiProductCode | A GUID that describe the MSI Product. Example: {365812a8-44d6-422e-b737-d540451e5f4e} |
-| Name | The name of the application. Location pulled from depends on 'Source' field. Example: |
-| OSVersionAtInstallTime | The four octets from the OS version at the time of the application's install. Example: |
-| PackageFullName | The package full name for a Store application. Example: Microsoft.Hexic_1.2.0.36_x86__8wekyb3d8bbwe |
-| ProgramInstanceId | A hash of the file IDs in a program. Used to identify application install footprint. Example: 00002a54cb9c5bc6946b99d4180fec12d6c1103ad849 |
-| Publisher | The Publisher of the application. Location pulled from depends on the 'Source' field. Example: Neudesic |
-| RootDirPath | The path to the root directory where the program was installed. Example: %ProgramFiles% (x86)\Neudesic\Azure Storage Explorer 6 |
-| Source | Where the data for the application was found, such as Add/Remove Programs (ARP), MSI, AppxPackage, etc. Example: Msi |
-| Type | One of ("Application", "Hotfix", "BOE", "Service", "Unknown"). Application indicates Win32 or Appx app, Hotfix indicates app updates (KBs), BOE indicates it's an app with no ARP or MSI entry, Service indicates that it is a service. Application and BOE are the ones most likely seen. Example: Application|
-| Version | The version number of the program. Example: 6.00.000 3|
-
-**Microsoft.Windows.Appraiser.General.InventoryApplicationFileAdd**
-
-This event represents the basic metadata about a file on the system. The file must be part of an app and either have a block in the compatibility database or are part of an anti-virus program.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | LongPathHash: A hash of the full file path including the file name. Example: 00002e017145d5fedc3dd5dd4027b1da51d17ca2a0a3 |
-| BinFileVersion | An attempt to clean up FileVersion at the client that tries to place the version into 4 octets. Example: 12.0.31101.0 |
-| BinProductVersion | An attempt to clean up ProductVersion at the client that tries to place the version into 4 octets. Example: 12.0.31101.0 |
-| BinaryType | One of ("UNINITIALIZED", "ZERO_BYTE", "DATA_ONLY", "DOS_MODULE", "NE16_MODULE", "PE32_UNKNOWN", "PE32_I386", "PE32_ARM", "PE64_UNKNOWN", "PE64_AMD64", "PE64_ARM64", "PE64_IA64", "PE32_CLR_32", "PE32_CLR_IL", "PE32_CLR_IL_PREFER32", "PE64_CLR_64"). Example: PE32_I386 |
-| BoeProgramId | The ProgramId generated from the file metadata if the file is an orphan file (no ARP, MSI, etc. entry). BOE means Bag of Evidence. |
-| CompanyName | The company name of the vendor who developed this file. Example: Microsoft Corporation |
-| FileId | A hash that uniquely identifies a file. Example: 0000eef5472f6619824665a9c118cffea67b3727f0e1 |
-| FileVersion | The File version field from the file metadata under Properties -> Details. Example: 12.0.31101.0 built by: REL |
-| LinkDate | The DateTime this file was linked on. Example: 11/1/2014 7:09:24 AM |
-| LowerCaseLongPath | The full file path of the executable on the machine this was file was inventoried on. Example: %ProgramFiles% (x86)\microsoft visual studio 12.0\common7\ide\devenv.exe |
-| Name | The name of the file that was inventoried. For example, excel.exe |
-| ProductName | The Product name field from the file metadata under Properties -> Details. Example: Microsoft® Visual Studio® 2013 |
-| ProductVersion | The Product version field from the file metadata under Properties -> Details. Example: 12.0.31101.0 |
-| ProgramId | A hash of Name, Version, Publisher, and Language of an application used to identify it. Example: 00004a73716911b8bb891ec1f536f2bf500b00000904 |
-
-**Microsoft.Windows.Appraiser.General.DecisionApplicationFileAdd**
-
-This event sends true/false compatibility decision data about a file to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | LongPathHash: A hash of the full file path including the file name. Example: 000062da165862855691751758b333cc4b4d2b3adc60
-| BlockAlreadyInbox | Indicates that the uplevel runtime block on the file already existed on the current OS and is therefore not a regression. Example: FALSE
-| BlockingApplication | Indicates if there are any application issues that interfere with upgrade due to the file in question. Example: FALSE
-| DisplayGenericMessage | Indicates if there will be a generic message shown for this file. Example: FALSE
-| HardBlock | The file is hardblocked in the SDB and can't run uplevel. Example: FALSE
-| HasUxBlockOverride | The file has a block that is overridden by a tag in the SDB to have it not show up in reports or to the user (e.g. Intel CPL). Example: FALSE
-| MigApplication | The file has a MigXML from the SDB associated with it that applies to the current upgrade mode. Example: FALSE
-| MigRemoval | The file has a MigXML from the SDB that will cause the app to be removed on upgrade. Example: FALSE
-| NeedsDismissAction | Indicates the file will be bubbled up to setup as a dismissible action. Example: FALSE
-| NeedsInstallPostUpgradeData | Indicates that after upgrade, this file will have a post-upgrade notification to install a replacement for the application (requires a situation that the file must be uninstalled to upgrade). Example: FALSE
-| NeedsNotifyPostUpgradeData | Indicates the file has a notification mig that should be surfaced in post-upgrade. Example: FALSE
-| NeedsReinstallPostUpgradeData | Indicates that after upgrade, this file will have a post-upgrade notification to reinstall the app. Example: FALSE
-| NeedsUninstallAction | The file must be uninstalled to upgrade. Example: FALSE
-| SdbBlockUpgrade | The file is tagged as blocking upgrade in the SDB. Example: FALSE
-| SdbBlockUpgradeCanReinstall | The file is tagged as blocking upgrade in the SDB but can be reinstalled after upgrade. Example: FALSE
-| SdbBlockUpgradeUntilUpdate | The file is tagged as blocking upgrade in the SDB but if the app is updated the upgrade can proceed. Example: FALSE
-| SdbReinstallUpgrade | The file is tagged as needing to be reinstalled after upgrade in the SDB (but not blocking upgrade). Example: FALSE
-| SdbReinstallUpgradeWarn | The file is tagged as needing to be reinstalled after upgrade with a warning in the SDB (but not blocking upgrade). Example: FALSE
-| SoftBlock | The file is softblocked in the SDB and has a warning uplevel. Example: FALSE
-
-**Microsoft.Windows.Appraiser.General.DatasourceApplicationFileAdd**
-
-This event represents the compatibility information (database entries, registered as anti-virus, predicted to be compatible) for a file.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | LongPathHash: A hash of the full file path including the file name. Example: 0000eb6aa77318dd7af6737658f6045a9ddd80339602 |
-| AvDisplayName | The display name for the app if it is an AV. Example: System Center Endpoint Protection |
-| CompatModelIndex | The compatibility prediction for this file. Will always be an empty string. |
-| HasCitData | Whether or not the file is present in CIT data. Example: FALSE |
-| HasUpgradeExe | Whether or not the AV has an upgrade.exe. Example: TRUE |
-| IsAv | Whether or not the file is an AV reporting EXE. Example: TRUE |
-| ResolveAttempted | Will always be an empty string when sending telemetry. |
-| SdbEntries | An array of fields indicating the SDB entries that apply to this file. |
-| SdbEntries_item_MigShimCommand | The command line to be passed to the MigShim if one is applicable. |
-| SdbEntries_item_MigShimName | Example: DevenvDotnetCacheRebuildShim |
-| SdbEntries_item_MigXmlName | Example: MicrosoftForefrontEndpointProtection__4_6__PART |
-| SdbEntries_item_MigXmlType | Example: MIG_XML_TYPE_REMOVED |
-| SdbEntries_item_ReinstallUpgradeMessage | Example: Resource: 10022 |
-| SdbEntries_item_SdbAppGuid | Example: {551f8360-14dd-4ea5-bd29-74b0c21abfde} |
-| SdbEntries_item_SdbAppName | Example: Visual Studio |
-| SdbEntries_item_SdbAppVendor | Example: Microsoft |
-| SdbEntries_item_SdbBlockType | Example: ReinstallAfterUpgradeInfo |
-| SdbEntries_item_SdbEntryGuid | Example: {84e92468-a463-4c02-93a6-20171694b8a8} |
-| SdbEntries_item_SdbUpgradeMode | Example: Swap |
-| SdbEntries_item_SdbUxBlocktypeOverride | Example: SDB_UX_BLOCKTYPE_OVERRIDE_MIG_FIXED |
-
-**Microsoft.Windows.Appraiser.General.DataSourceMatchingInfoBlockAdd**
-
-This event sends blocking data about any compatibility blocking entries hit on the system that are not directly related to specific applications or devices, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | Will always be "BlockingMatchingInfo." |
-| SdbEntries | An array of fields indicating the SDB entries that apply to this file. |
-| SdbEntries_item_SdbAppGuid | Example: {4cca1f6c-74f8-4bfd-9fb4-3d4b65f23f98} |
-| SdbEntries_item_SdbAppName | Example: Intel(R)DynamicPowerPerformanceManagement |
-| SdbEntries_item_SdbAppVendor | Example: Intel |
-| SdbEntries_item_SdbBlockType | Example: BlockUpgradeUntilUpdate |
-| SdbEntries_item_SdbEntryGuid | Example: {4be49993-88ec-4003-b9a6-9f8812e94c50} |
-| SdbEntries_item_SdbUpgradeMode | Example: Swap |
-| SdbEntries_item_SdbUxBlocktypeOverride | Example: SDB_UX_BLOCKTYPE_OVERRIDE_UPGRADE_UNTIL_UPDATE_BLOCK |
-
-**Microsoft.Windows.Appraiser.General.DecisionMatchingInfoBlockAdd**
-
-This event sends true/false compatibility decision data about blocking entries on the system that are not keyed by either applications or devices, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | Will always be "BlockingMatchingInfo" |
-| BlockingApplication | Indicates if there are any application issues that interfere with upgrade due to matching info blocks. Example: FALSE |
-| DisplayGenericMessage | Indicates if there will be a generic message shown for this block. Example: FALSE |
-| NeedsUninstallAction | Does the user need to take an action in setup due to a matching info block? Example: FALSE |
-| SdbBlockUpgrade | Indicates if a matching info block blocks upgrade. Example: FALSE |
-| SdbBlockUpgradeCanReinstall | Indicates if a matching info block blocks upgrade but has the can reinstall tag. Example: FALSE |
-| SdbBlockUpgradeUntilUpdate | Indicates if a matching info block blocks upgrade but has the until update tag. Example: FALSE |
-
-**Microsoft.Windows.Appraiser.General.DataSourceMatchingInfoPassiveAdd**
-
-This event sends compatibility database information about non-blocking compatibility entries on the system that are not keyed by either applications or devices, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | Will always be "PassiveMatchingInfo." |
-| SdbEntries | An array of fields indicating the SDB entries that apply to this file. |
-| SdbEntries_item_MigShimCommand | The command line to be passed to the MigShim if one is applicable. |
-| SdbEntries_item_MigShimName | Example: MigrateVCRuntimeShim |
-| SdbEntries_item_MigXmlName | Example: Intel_Rapid_Storage_Technolgy_Enterprise_Filter_Driver__3__PART |
-| SdbEntries_item_MigXmlType | Example: MIG_XML_TYPE_FIXED |
-| SdbEntries_item_SdbAppGuid | Example: {03760bce-35d7-47a3-b83b-de673fdb6ab4} |
-| SdbEntries_item_SdbAppName | Example: VC Runtime |
-| SdbEntries_item_SdbAppVendor | Example: Microsoft |
-| SdbEntries_item_SdbBlockType | Example: BlockUpgradeUntilUpdate |
-| SdbEntries_item_SdbEntryGuid | Example: {00b0c9b2-3f04-4795-a8ac-5b7bd5ea2ea8} |
-| SdbEntries_item_SdbUpgradeMode | Example: Swap |
-| SdbEntries_item_SdbUxBlocktypeOverride | Example: SDB_UX_BLOCKTYPE_OVERRIDE_MIG_FIXED |
-
-**Microsoft.Windows.Appraiser.General.DataSourceMatchingInfoPostUpgradeAdd**
-
-This event sends compatibility database information about entries requiring reinstallation after an upgrade on the system that are not keyed by either applications or devices, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | Will always be "PostUpgradeMatchingInfo" |
-| SdbEntries | An array of fields indicating the SDB entries that apply to this file. |
-| SdbEntries_item_ReinstallUpgradeMessage | Example: Resource: 10022 |
-| SdbEntries_item_SdbAppGuid | Example: {0ba2f09d-5288-45fa-be32-001857cc020f} |
-| SdbEntries_item_SdbAppName | Example: Virtual Machine Manager Self-Service Client |
-| SdbEntries_item_SdbAppVendor | Example: Microsoft Corporation |
-| SdbEntries_item_SdbBlockType | Example: ReinstallAfterUpgrade |
-| SdbEntries_item_SdbEntryGuid | Example: {2a1cc617-9ee0-4dff-b3c0-a09cfc13543a} |
-| SdbEntries_item_SdbUpgradeMode | Example: Swap |
-| SdbEntries_item_SdbUxBlocktypeOverride | Example: SDB_UX_BLOCKTYPE_OVERRIDE_REINSTALL_BLOCK |
-
-**Microsoft.Windows.Appraiser.General.DecisionMatchingInfoPostUpgradeAdd**
-
-This event sends results of compatibility decisions (true/false) about entries requiring reinstallation after upgrade that are not keyed by applications or devices, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | Will always be "PostUpgradeMatchingInfo" |
-| NeedsInstallPostUpgradeData | Example: FALSE |
-| NeedsNotifyPostUpgradeData | Example: FALSE |
-| NeedsReinstallPostUpgradeData | Example: FALSE |
-| SdbReinstallUpgrade | Example: TRUE |
-
-**Microsoft.Windows.Appraiser.General.InventoryApplicationIeAddonAdd**
-
-This event sends basic metadata about an Internet Explorer add-on installed on the system, to help resolve issues in deployment and OS upgrades.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | Example: {BDEADEF5-C265-11D0-BCED-00A0C90AB50F} |
-| BinFileVersion | Example: 15.0.4625.1000 |
-| FileBinProductVersion | Example: 15.0.4625.0 |
-| FileBinaryType | Example: PE32_I386 |
-| FileCompanyName | Example: Microsoft Corporation |
-| FileDescription | Example: Microsoft Office Just-In-Time Virtualization Interceptor |
-| FileId | Example: 0000c633db3fd3733674d7ffc16c69ef81f0e4969978 |
-| FileLinkDate | Example: 5/20/2014 8:29:19 AM |
-| FileLowerCaseLongPath | Example: c:\\program files\\microsoft office 15\\root\\office15\\interceptor.dll |
-| FileName | Example: Interceptor.dll |
-| FileOsComponent | If the file is an OS component |
-| FilePeChecksum | Example: 0x1f699 |
-| FilePeHeaderHash | Example: 010111e422259d3e46ad4c56fc9c2424f9de617e40a0 |
-| FileProductName | Example: Microsoft Office |
-| FileProductVersion | Example: 15.0.4625.1000 |
-| FileSize | Example: 0x1eaf8 |
-| FileSizeOfImage | Example: 0x22000 |
-| FileSwitchBackContext | Example: 0x0100000000000601 |
-| FileVerLanguage | Example: 1033 |
-| FileVersion | Example: 15.0.4625.1000 |
-| Name | Example: Microsoft Silverlight |
-| Publisher | Example: Microsoft Corporation |
-| Type | Example: ActiveX |
-
-**Microsoft.Windows.Appraiser.General.Device.InventoryDeviceContainerAdd**
-
-This event sends basic metadata about a device container (such as a monitor or printer as opposed to a PNP device) to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | ContainerId. Example: {552dd320-0dae-2794-2b41-df42fee22488} |
-| Categories | A list of functional categories that the container belongs to. Comma separated. Example: communication.phone,storage |
-| DeviceDataId | It is a hash from DeviceModelId, manufacturer, model name, primary category, and categories. Example: {f80f0f7f-d602-5b93-f740-a3e30a9a7840} |
-| DeviceModelId | It is a hash of all of the child devices' hwid. Example: {697805c1-6c6f-306e-4393-78cc9430d314} |
-| DiscoveryMethod | No value most of time. Example: "" |
-| FriendlyName | The name of container. Example: "Windows Phone" |
-| Icon | Path and/or index to icon file. Example: C:\\windows\\system32\\config\\systemprofile\\appdata\\local\\microsoft\\device metadata\\dmrccache\\en-us\\99f54e5c-a243-4854-a5a5-8a35b2a843cf\\DeviceInformation\\CX300.ico |
-| IsActive | IsConnected OR the device is last-seen less than 14 days. Example: 1 |
-| IsConnected | More than IsPresent. For physically attached device, IsConnected is the same as IsPresent. For wireless device, IsConnected has communication link while IsPresent may not. Example: 1 |
-| IsMachineContainer | Whether the container is the root machine itself. Example: 0 |
-| IsNetworked | Networked device, e.g., a network printer. Example: 0 |
-| IsPaired | This is for AEP (Association End Point) device, which is a type of devices that needs association(pairing) and authentication before use. Example: 0 |
-| Manufacturer | Manufacturer name. Example: Polycom, Inc. |
-| ModelId | GUID for model. Example: "{da09b4cb-2391-a76e-4bb3-5f0fdc02c278}" |
-| ModelName | Name for model. Example: Polycom CX300 |
-| ModelNumber | Not common, but is the model number for the device if set. Example: CX300 |
-| PrimaryCategory | Primary category. Example: communication.phone |
-
-**Microsoft.Windows.Appraiser.General.Device.InventoryDevicePnpAdd**
-
-This event sends basic metadata about a PNP device and its associated driver to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | The Device Instance ID of the device (uniquely identifies a device in the system). | Example: pci\ven_8086&dev_0085&subsys_13118086&rev_34\4&2dded11c&0&00e1 |
-| COMPID | A JSON array the provides the value and order of the compatible ID tree for the device. Orders are integers, COMPIDs look like "usb\class_03&subclass_01&prot_01" |
-| ContainerId | System-supplied GUID that uniquely groups the functional devices associated with a single-function or multifunction device installed in the computer. Example: {27db0821-3bf9-f71a-f96f-a53403857690} |
-| Excluded | Excluded from the inventory report. Example: Never |
-| HWID | A JSON array that provides the value and order of the HWID tree for the device. Orders are integers, HWIDs look like "hid\vid_049f&pid_000e&rev_0102&mi_01&col04" |
-| STACKID_item_Value | A JSON array that provides the value and order of the STACKID tree for the device. Orders are integers, STACKIDs look like "\driver\hidusb" |
-| audioCaptureDriver | A value indicates that the device loaded an Audio capture driver: wdma_bt.inf:997b70458bdb4031:BthHfAud:6.3.9600.17397:bthhfenum\\bthhfpaudio |
-| audioRenderDriver | A value indicates that the device loaded an Audio render driver. Example: wdma_bt.inf:997b70458bdb4031:BthHfAud:6.3.9600.17397:bthhfenum\\bthhfpaudio |
-| class | The device setup class of the driver loaded for the device. Example: net |
-| classGuid | The GUID for the device setup class. Example: {4d36e972-e325-11ce-bfc1-08002be10318} |
-| description | The device description from the driver INF. Example: Marvell AVASTAR Wireless-AC Network Controller |
-| deviceState | DeviceState is a bitmask of the following: DEVICE_IS_CONNECTED 0x0001 (currently only for container). DEVICE_IS_NETWORK_DEVICE 0x0002 (currently only for container). DEVICE_IS_PAIRED 0x0004 (currently only for container). DEVICE_IS_ACTIVE 0x0008 (currently never set). DEVICE_IS_MACHINE 0x0010 (currently only for container). DEVICE_IS_PRESENT 0x0020 (currently always set). DEVICE_IS_HIDDEN 0x0040. DEVICE_IS_PRINTER 0x0080 (currently only for container). DEVICE_IS_WIRELESS 0x0100. DEVICE_IS_WIRELESS_FAT 0x0200. The most common values are therefore: 32 (0x20)= device is present. 96 (0x60)= device is present but hidden. 288 (0x120)= device is a wireless device that is present. |
-| displayDxLevel | The supported d3d feature level. One of the values in https://msdn.microsoft.com/en-us/library/windows/desktop/ff476329(v=vs.85).aspx. Example: 45312 |
-| displayHybridSupport | Whether the GPU is integrated or discrete in the hybrid system. Example: Integrated |
-| displayWddmVersion | Windows Display Driver Model version. Example: 1300 |
-| driverId | Used to join with InventoryDriverBinary (on its key). Example: 0000f768ad5256cc5ef4b070bb5b99d1742028ca2bd3 |
-| driverInBox | Is the driver an inbox driver? Example: 1 |
-| driverIsKernelMode | Is it kernel mode driver? Example: 1 |
-| driverPackageId | Used to join with InventoryDriverPackage (on its key). Example: 0000128aa9f80512fef91fd1bd7f8c2ab8fee9a07689 |
-| driverPackageStrongName | The immediate parent directory name in the Directory field of InventoryDriverPackage. Example: wmiacpi.inf_amd64_de775fdac0374d06 |
-| driverSigned | Signing. Example: 1 |
-| driverVerDate | The DriverTimestamp (from InventoryDriverBinary) converted to a Date format, not the date from DriverVer in the driver INF. Example: 12/13/2014 |
-| driverVerVersion | The DriverVersion (from InventoryDriverBinary), not the version from DriverVer in the driver INF. Example: 6.3.9600.17617 |
-| enumerator | The bus that enumerated the device. Example: pci |
-| fileName | Driver file name. Example: wificlass.sys |
-| infPath | INF file name (the name could be renamed by OS, such as oemXX.inf) |
-| installState | Device installation state. One of these values: https://msdn.microsoft.com/en-us/library/windows/hardware/ff543130(v=vs.85).aspx. Example: 0 |
-| lowerClassFilters | Lower class filter drivers' IDs, comma separated. Example: 00001deece9fa1408e84e5e6a54bf95869cb9e721172,0000f7c911352df091e37b4fd5f9864a558053bf325e |
-| lowerFilters | Lower filter drivers' IDs, comma separated. Example: 00006f14b11f10d09b4c67f7a7189375cefece51c54a |
-| manufacturer | Manufacturer name. Example: Marvell Semiconductor. Inc. |
-| matchingID | Represents the hardware ID or compatible ID that Windows uses to install a device instance. Example: pci\\ven_11ab&dev_2b38&subsys_045e0001 |
-| model | Model name. Example: Marvell AVASTAR Wireless-AC Network Controller |
-| originalInf | Original inf name from driver store. Example: mrvlpcie8897.inf |
-| parentId | Device instance id of the parent of the device. Example: pci\\ven_8086&dev_9c14&subsys_9c141414&rev_e4\\3&11583659&1&e0 |
-| printerDriver | Example: Xerox Office XPS Color Class Driver V1.2 |
-| printerIeee1284DeviceId | Example: MFG:Xerox;CMD:PCL, PJL, PostScript;MDL:WorkCentre 7855;CLS:Printer;DES:Xerox WorkCentre 7855;CID:XR_PS_Office_Color |
-| problemCode | One of the CM_PROB_Xxx problem codes that are defined in \public\shared\inc\Cfg.h. Example: 0 |
-| provider | Driver provider company. Example: Microsoft Corporation |
-| service | The name of the service that is installed for the device. Example: wificlass |
-| subClass | The subclass of the device, currently this is only set for devices that load a native WLAN or Mobile Broadband driver. Example: net.wlan.native |
-| upperClassFilters | Upper class filter drivers' IDs, comma separated. Example: 0000044ebee0e8bdf295fd4cd4e9f98962a7254b6e8d |
-| upperFilters | Upper filter drivers' IDs, comma separated. Example: 000011bd6e7f93660e7046714c8d025e28e5cb540984 |
-
-
-**Microsoft.Windows.Appraiser.General.Device.DatasourceDevicePnpAdd**
-
-This event sends compatibility data (database entries, is boot critical, has a driver up-level) for a PNP device, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | The Device Instance ID of the device (uniquely identifies a device in the system). Example: pci\ven_8086&dev_0085&subsys_13118086&rev_34\4&2dded11c&0&00e1 |
-| ActiveNetworkConnection | Is the device an active network device? Example: TRUE |
-| CosDeviceRating | Enumeration indicating if there is a driver on the target operating system. Example: 80 |
-| CosDeviceSolution | Enumeration indicating how a driver on the target operating system is available. Example: 12 |
-| CosDeviceSolutionUrl | Empty string |
-| CosPopulatedFromId | The expected uplevel driver matching ID based on driver coverage data. Example: hid_device_upr:ff00-ffff |
-| IsBootCritical | Is the device boot critical? Example: TRUE |
-| SdbEntries | An array of fields indicating the SDB entries that apply to this device. |
-| SdbEntries_item_SdbAppGuid | Example: {0ba2f09d-5288-45fa-be32-001857cc020f} |
-| SdbEntries_item_SdbAppName | Example: Virtual Machine Manager Self-Service Client |
-| SdbEntries_item_SdbAppVendor | Example: Microsoft Corporation |
-| SdbEntries_item_SdbBlockType | Example: ReinstallAfterUpgrade |
-| SdbEntries_item_SdbEntryGuid | Example: {2a1cc617-9ee0-4dff-b3c0-a09cfc13543a} |
-| SdbEntries_item_SdbUpgradeMode | Example: Swap |
-| SdbEntries_item_SdbUxBlocktypeOverride | Example: SDB_UX_BLOCKTYPE_OVERRIDE_REINSTALL_BLOCK |
-| UplevelInboxDriver | Is there a driver uplevel for this device? Example: TRUE |
-| WuDriverCoverage | Is there a driver uplevel for this device according to Windows Update? Example: TRUE |
-
-**Microsoft.Windows.Appraiser.General.Device.DecisionDevicePnpAdd**
-
-This event sends true/false compatibility decision data about a PNP device to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | The Device Instance ID of the device (uniquely identifies a device in the system). Example: pci\ven_8086&dev_0085&subsys_13118086&rev_34\4&2dded11c&0&00e1 |
-| AssociatedDriverIsBlocked | Indicates if the driver associated with this PNP device is blocked. Example: FALSE |
-| BlockAssociatedDriver | Indicates if the driver associated with this PNP device should be blocked based on a driver block authored against this PNP device. Example: FALSE |
-| BlockUpgradeIfDriverBlocked | Indicates if the PNP device is both boot critical and does not have an uplevel driver inbox. Example: FALSE |
-| BlockUpgradeIfDriverBlockedAndOnlyActiveNetwork | If this PNP device's driver is found to be blocked, this device will cause an upgrade block if there are no other unblocked active network devices on the system. Example: FALSE |
-| BlockingDevice | Indicates if the PNP device is blocking upgrade. Example: FALSE |
-| DisplayGenericMessage | Indicates if a generic message would be presented during setup for this PNP device. Example: FALSE |
-| DriverAvailableInbox | Is there an inbox driver available uplevel for this PNP device? Example: FALSE |
-| DriverAvailableOnline | Is there a WU driver available uplevel for this PNP device? Example: FALSE |
-| DriverAvailableUplevel | Is there an uplevel driver on WU or inbox for this PNP device? Example: FALSE |
-| DriverBlockOverridden | Indicates if there is a driver block on the device that has been overrided. Example: FALSE |
-| NeedsDismissAction | Indicates if the user would need to dismiss something during setup for this device. Example: FALSE |
-| NotRegressed | Indicates if the device has a problem code on the source OS that is no better than the one it would have on the target OS. Example: FALSE |
-| SdbDeviceBlockUpgrade | Indicates if the PNP device has an SDB block that blocks upgrade for the current upgrade mode. Example: FALSE |
-| SdbDriverBlockOverridden | Indicates if the PNP device has an SDB block that blocks upgrade for the current upgrade mode, but that block has been overridden. Example: FALSE |
-
-**Microsoft.Windows.Appraiser.General.Driver.DatasourceDriverPackageAdd**
-
-These events send data about driver usage on the system in order determine whether apps and devices will work after an OS upgrade, and then to make improvements to ensure that upgrades are successful.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | DriverPackageId, used for uniquely identifying a driver package on a system. Example: 0000ce5aae60f3a60a9b9a715a6cee2053e305e7869c |
-| SdbEntries | An array of fields indicating the SDB entries that apply to this driver package. |
-| SdbEntries_item_SdbAppGuid | Example: {5f29791d-ad69-40a4-9783-6edbdf66bd4b} |
-| SdbEntries_item_SdbAppName | Example: Microsoft PDF/XPS Printer |
-| SdbEntries_item_SdbAppVendor | Example: Microsoft |
-| SdbEntries_item_SdbBlockType | Example: BlockDriver |
-| SdbEntries_item_SdbEntryGuid | Example: {380213ca-97c8-4fdc-b194-b4f714006796} |
-| SdbEntries_item_SdbUpgradeMode | Example: Service |
-| SdbEntries_item_SdbUxBlocktypeOverride | Example: SDB_UX_BLOCKTYPE_OVERRIDE_NO_BLOCK |
-
-**Microsoft.Windows.Appraiser.General.Driver.DecisionDriverPackageAdd**
-
-This event sends true/false decision data about driver package compatibility to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | DriverPackageId, used for uniquely identifying a driver package on a system. Example: 0000ce5aae60f3a60a9b9a715a6cee2053e305e7869c |
-| DriverBlockOverridden | Indicates if the driver package has an SDB block that blocks it from migrating, but that block has been overridden. Example: FALSE |
-| DriverIsDeviceBlocked | Indicates if the driver package was blocked because of a device block. Example: FALSE |
-| DriverIsDriverBlocked | Indicates that the driver package has a driver block from the SDB (or is class blocked) Example: FALSE |
-| DriverShouldNotMigrate | Indicates if the driver package should not be migrated during upgrade. Example: FALSE |
-| SdbDriverBlockOverridden | Indicates if the driver package has an SDB block that blocks it from migrating, but that block has been overridden. Example: FALSE |
-
-**Microsoft.Windows.Appraiser.General.Driver.InventoryDriverBinaryAdd**
-
-This event sends basic metadata about driver binaries running on the system to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | Can be used to join with InventoryDevicePnp (on driverId, upperFilters, etc.). Example: 000038dbe54a022b6c73edbdb8bf5cba32a882d2df2a |
-| DriverCheckSum | Driver file checksum. Example: 242561 |
-| DriverCompany | Company name. Example: Advanced Micro Devices, Inc. |
-| DriverName | Driver file name. Example: 1394ohci.sys |
-| DriverPackageId | Package id. Example: 0000ac7d4445e02036880297d09945b84b0e203af804 |
-| DriverPackageStrongName | Driver package StrongName. Example: acpi.inf_amd64_b82068c7a43a101f |
-| DriverTimeStamp | The low 32 bits of the time stamp of the image. This represents the date and time the image was created by the linker. The value is represented in the number of seconds elapsed since midnight (00:00:00), January 1, 1970, Universal Coordinated Time, according to the system clock. Example: 1429917363 |
-| DriverType | Bitfield of driver attributes: 1. define DRIVER_MAP_DRIVER_TYPE_PRINTER 0x0001 2. define DRIVER_MAP_DRIVER_TYPE_KERNEL 0x0002 3. define DRIVER_MAP_DRIVER_TYPE_USER 0x0004 4. define DRIVER_MAP_DRIVER_IS_SIGNED 0x0008 5. define DRIVER_MAP_DRIVER_IS_INBOX 0x0010 6. define RIVER_MAP_DRIVER_IS_WINQUAL 0x0040 7. define DRIVER_MAP_DRIVER_IS_SELF_SIGNED 0x0020 8. define DRIVER_MAP_DRIVER_IS_CI_SIGNED 0x0080 9. define DRIVER_MAP_DRIVER_HAS_BOOT_SERVICE 0x0100 10. define DRIVER_MAP_DRIVER_TYPE_I386 0x10000 11. define DRIVER_MAP_DRIVER_TYPE_IA64 0x20000 12. define RIVER_MAP_DRIVER_TYPE_AMD64 0x40000 13. define DRIVER_MAP_DRIVER_TYPE_ARM 0x10000014. define DRIVER_MAP_DRIVER_TYPE_THUMB 0x200000 15. define DRIVER_MAP_DRIVER_TYPE_ARMNT 0x400000 16. define DRIVER_MAP_DRIVER_IS_TIME_STAMPED 0x800000 Example: 8650778"|
-| DriverVersion | Version. Example: 10.0.10074.0 |
-| ImageSize | File size. Example: 602112 |
-| NdisVersion | Network Driver Interface Specification (NDIS) framework version. Example: 6.3 |
-| Product | Product name that is obtained from file info. Example: QLogic 10 GigE |
-| ProductVersion | Driver version that is obtained from file info. Usually the same as DriverVersion. Example: 7.12.2.3 |
-| WdfVersion | Windows Driver Framework (WDF) version. Example: 1.15 |
-
-**Microsoft.Windows.Appraiser.General.Driver.InventoryDriverPackageAdd**
-
-This event sends basic metadata about drive packages installed on the system to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | Used to join with InventoryDevicePnp (on driverPackageId). Example: 0000ce5aae60f3a60a9b9a715a6cee2053e305e7869c |
-| Class | Same as in InventoryDevicePnp. Example: printer |
-| ClassGuid | Same as in InventoryDevicePnp. Example: {4d36e979-e325-11ce-bfc1-08002be10318} |
-| Date | The manufacturer's build date of the driver. Note this could be earlier than DriverTimeStamp in the InventoryDriverBinary. Example: 5/28/2012 |
-| Directory | Package directory full path. Example: C:\Windows\System32\DriverStore\FileRepository\hdxmb3hd.inf_amd64_cabd3ee20f1ff1b9 |
-| Inf | Same as InfPath in InventoryDevicePnp. Example: oem9.inf |
-| InfSections_item_InfCharacteristics | Network component characteristics. Values see: https://msdn.microsoft.com/en-us/library/windows/hardware/ff547832(v=vs.85).aspx. Example: 40 |
-| InfSections_item_InfClass | Network component class. Example: nettrans |
-| InfSections_item_InfDisplayName | Name of a network component that displays in the property sheet dialog box for a network connection. Example: Internet Protocol Version 6 (TCP/IPv6) |
-| InfSections_item_InfDriverId | The driver id in InventoryDriverBinary. Example: 0000b7c8a1a4c6576910a14963528689c598f0dc4183 |
-| InfSections_item_InfInterfaceId | Instance GUID of a network component. Example: {65060815-3298-4178-9575-582f793f2e1c} |
-| InfSections_item_InfName | String ID for the network component. Example: ms_tcpip6 |
-| InfSections_item_InfService | Service name for the network component. Example: NdisCap |
-| OriginalInf | Same as OriginalInf in InventoryDevicePnp. Example: abc.inf |
-| Provider | Provider for the package. Example: Microsoft |
-| SubmissionId | Driver package submission ID. Example: 1633333 |
-| Version | Version of the package. Example: 6.0.7503.1 |
-
-**Microsoft.Windows.Appraiser.General.System.InventorySystemMachineAdd**
-
-This event sends basic metadata about the operating system to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | Will always be "Machine" |
-| osArchitecture | Architecture for currently running OS from GetSystemInfo. 0 = x86 9 = AMD64 Example: 9 |
-| osBuild | Build number from RtlGetVersion. Example: 7601 |
-| osLangId | Return from GetSystemDefaultLangID. Example: 1033 |
-| osMajor | OS major version from RtlGetVersion. Example: 6 |
-| osMinor | OS minor version from RtlGetVersion. Example: 1 |
-| osSpMajor | Service pack major version from RtlGetVersion. Example: 1 |
-| osSpMinor | Service pack minor version from RtlGetVersion. Example: 0 |
-
-**Microsoft.Windows.Appraiser.General.System.SystemMemoryAdd**
-
-This event sends data on the amount of memory on the system and whether it meets requirements, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | Will always be "Memory" |
-| Blocking | Is the machine blocked from upgrade due to memory restrictions? Example: FALSE |
-| MemoryRequirementViolated | Indicates if a memory requirement was violated. Example: FALSE |
-| pageFile | The current committed memory limit for the system or the current process, whichever is smaller, in bytes. Example: 19650113536 |
-| ram | Amount of RAM on the system. Example: 17099976704 |
-| ramKB | ram/1024. Example: 16777216 |
-| virtual | The size of the user-mode portion of the virtual address space of the calling process, in bytes. Example: 140737488224256 |
-| virtualKB | virtual/1024. Example: 137438953344 |
-
-**Microsoft.Windows.Appraiser.General.System.InventorySystemProcessorAdd**
-
-This event sends basic metadata about the processor in the system to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | Will always be "Processor" |
-| architecture | Processor architecture. Example: x64 |
-| caption | Processor caption. Example: Intel64 Family 6 Model 30 Stepping 5 |
-| family | Processor family. Example: 198 |
-| level | Number of cache levels. Example: 6 |
-| level2CacheSize | Processor L2 cache size. Example: 1024 |
-| level2CacheSpeed | Processor L2 cache speed. Example: 3647205776 |
-| mhz | Processor speed in MHz. Example: 2799 |
-| name | Processor name. Example: Intel(R) Core(TM) i5 CPU 750 @ 2.67GHz |
-| processorId | Processor ID. Example: BFEBFBFF000106E5 |
-| stepping | Chip revision. Example: 4 |
-| type | Processor type. Example: 3 |
-| vendor | Processor vendor. Example: GenuineIntel |
-
-**Microsoft.Windows.Appraiser.General.System.InventorySystemBiosAdd**
-
-This event sends basic metadata about the BIOS to determine whether it has a compatibility block.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | Will always be "Bios" |
-| biosDate | Release date of the Windows BIOS in the Coordinated Universal Time (UTC) format of YYYYMMDDHHMMSS.MMMMMM(+-)OOO from Win32_BIOS. Example: 20100607000000.000000+000 |
-| biosName | Name field from Win32_BIOS. Example: Ver 1.00PARTTBLx |
-| manufacturer | Manufacturer field from Win32_ComputerSystem. Example: LENOVO |
-| model | Model field from Win32_ComputerSystem. Example: 2537J35 |
-
-**Microsoft.Windows.Appraiser.General.System.DatasourceSystemBiosAdd**
-
-This event sends compatibility database information about the BIOS to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | Will always be "Bios" |
-| SdbEntries| An array of fields indicating the SDB entries that apply to this BIOS. |
-| SdbEntries_item_SdbBlockType| Example: BiosBlock |
-| SdbEntries_item_SdbEntryGuid| Example: {b77118fd-0d87-4f63-a836-d5c6bd8eed4c} |
-| SdbEntries_item_SdbUpgradeMode| Example: Swap |
-
-**Microsoft.Windows.Appraiser.General.System.DecisionSystemBiosAdd**
-
-This event sends true/false compatibility decision data about the BIOS to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | Will always be "Bios" |
-| Blocking| Indicates if the device is blocked from upgrade due to a BIOS block. Example: FALSE |
-| HasBiosBlock| Does the device have a BIOS block? Example: FALSE |
-
-**Microsoft.Windows.Appraiser.General.System.DecisionSystemBiosAdd**
-
-This event sends defunct data. It always reads false.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | Will always be "Processor" |
-| Blocking | Will always be FALSE |
-| ProcessorRequirementViolated | Will always be FALSE |
-
-**Microsoft.Windows.Appraiser.General.System.DecisionSystemProcessorCompareExchangeAdd**
-
-This event sends data indicating whether the system supports the CompareExchange128 CPU requirement, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | Will always be "CompareExchange128" |
-| Blocking | Indicates if upgrade is blocked due to this CPU check. Example: FALSE |
-| CompareExchange128Support | Indicates if the CPU supports CompareExchange128. Example: TRUE |
-
-**Microsoft.Windows.Appraiser.General.System.SystemProcessorLahfSahfAdd**
-
-This event sends data indicating whether the system supports the LahfSahf CPU requirement, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | Will always be "LahfSahf" |
-| Blocking | Indicates if upgrade is blocked due to this CPU check. Example: FALSE |
-| LahfSahfSupport | Indicates if the CPU supports LAHF/SAHF. Example: TRUE |
-
-**Microsoft.Windows.Appraiser.General.System.SystemProcessorNxAdd**
-
-This event sends data indicating whether the system supports the NX CPU requirement, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | Will always be "NX" |
-| Blocking | Indicates if upgrade is blocked due to this CPU check. Example: FALSE |
-| NXDriverResult | Provides the result of the driver used to check for NX support when not deterministic. Example: NotApplicable |
-| NXProcessorSupport | Indicates if the CPU supports NX. Example: TRUE |
-
-**Microsoft.Windows.Appraiser.General.System.SystemProcessorPrefetchWAdd**
-
-This event sends data indicating whether the system supports the PrefetchW CPU requirement, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | Will always be "PrefetchW" |
-| Blocking | Indicates if upgrade is blocked due to this CPU check. Example: FALSE |
-| PrefetchWSupport | Indicates if the CPU supports PrefetchW. Example: TRUE |
-
-**Microsoft.Windows.Appraiser.General.System.SystemProcessorSse2Add**
-
-This event sends data indicating whether the system supports the SSE2 CPU requirement, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | Will always be "SSE2" |
-| Blocking | Indicates if upgrade is blocked due to this CPU check. Example: FALSE |
-| SSE2ProcessorSupport | Indicates if the CPU supports SSE2. Example: TRUE |
-
-**Microsoft.Windows.Appraiser.General.System.SystemTouchAdd**
-
-This event sends data indicating whether the system supports touch, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | Will always be "Touch" |
-| IntegratedTouchDigitizerPresent | Indicates if there is an integrated touch digitizer present. Example: FALSE |
-| MaximumTouches | Maximum number of touch points supported by the device hardware. Example: 1 |
-
-**Microsoft.Windows.Appraiser.General.System.SystemWimAdd**
-
-This event sends data indicating whether the operating system is running from a compressed Window Imaging Format (WIM) file, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | Will always be "Wim" |
-| IsWimBoot | Indicates if the current operating system is running from a compressed Windows Imaging Format (WIM) file. Example: FALSE |
-| RegistryWimBootValue | Raw value from registry used to indicate if system is running from a WIM. Example: 0 |
-
-**Microsoft.Windows.Appraiser.General.System.SystemWindowsActivationStatusAdd**
-
-This event sends data indicating whether the current operating system is activated, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | Will always be "WindowsActivationStatus" |
-| WindowsIsLicensedApiValue | Result from API used to indicate if operating system is activated. Example: TRUE |
-| WindowsNotActivatedDecision | Indicates if the current operating system is activated. Example: FALSE |
-
-**Microsoft.Windows.Appraiser.General.System.SystemWlanAdd**
-
-This event sends data indicating whether the system has WLAN, and if so, whether it uses an emulated driver that could block an upgrade, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | Will always be "Wlan" |
-| Blocking | Indicates if upgrade is blocked due to an emulated WLAN driver. Example: FALSE |
-| HasWlanBlock | Indicates if upgrade is blocked due to an emulated WLAN driver. Example: FALSE |
-| WlanEmulatedDriver | Indicates if the system has an emulated WLAN driver. Example: FALSE |
-| WlanExists | Indicates if the device supports WLAN at all. Example: TRUE |
-| WlanModulePresent | Indicates if any WLAN modules are present. Example: TRUE |
-| WlanNativeDriver | Indicates if the system has a non-emulated WLAN driver. Example: TRUE |
-
-**Microsoft.Windows.Appraiser.General.System.InventoryMiscellaneousUexIndicator**
-
-This event sends value data about the markers on custom devices, to help keep Windows up to date. The formal name for markers is UEX Indicators. See marker list for definitions.
-
-| Field | Description |
-| - | - |
-| Key | Name of the marker/indicator |
-| IndicatorValue | Value of the marker/indicator |
-
-**Microsoft.Windows.Appraiser.General.System.InventoryLanguagePackAdd**
-
-This event sends data about the number of language packs installed on the system, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | Will always be "LanguagePack" |
-| HasLanguagePack | Is LanguagePackCount >=2? Indicates the presence of a language pack. Example: FALSE |
-| LanguagePackCount | The count of language packs. Calculated by calling EnumUILanguages with MUI_ALL_INSTALLED_LANGUAGES. Example: 1 |
-
-**Microsoft.Windows.Appraiser.General.System.InventoryMediaCenterAdd**
-
-This event sends true/false data about decision points used to understand whether Windows Media Center is used on the system, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | Will always be "MediaCenter" |
-| EverLaunched | Has Media Center ever been launched? Example: FALSE |
-| HasConfiguredTv | Has the user configured a TV tuner through Media Center? Example: FALSE |
-| HasExtendedUserAccounts | Are any Media Center Extender user accounts set up? Example: FALSE |
-| HasWatchedFolders | Are any folders configured for Media Center to watch? Example: FALSE |
-| IsDefaultLauncher | Is Media Center the default app for opening music or video files? Example: FALSE |
-| IsPaid | Is the user running a Media Center SKU that implies they paid for Media Center? Example: FALSE |
-| IsSupported | Does the running OS even support MediaCenter? Example: FALSE |
-
-**Microsoft.Windows.Appraiser.General.System.DecisionMediaCenterAdd**
-
-This event sends true/false result data about all compatibility decisions about the presence of Windows Media Center, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| objectInstanceId | Will always be "MediaCenter" |
-| BlockingApplication | Indicates if there are any application issues that interfere with upgrade due to MediaCenter. Will equal MediaCenterInUse. Example: FALSE |
-| MediaCenterActivelyUsed | Indicates if MediaCenter is supported on the SKU, has been run at least once, and has the MediaCenterIndicators as true. Example: FALSE |
-| MediaCenterInUse | Indicates if MediaCenter being used should be bubbled up. This is the top-level indicator and is equal to MediaCenterPaidOrActivelyUsed. Example: FALSE |
-| MediaCenterIndicators | True if any of the signals indicating media center use are true (default launcher, watched folders, extender accounts, tv tuner). Example: FALSE |
-| MediaCenterPaidOrActivelyUsed | Equals IsPaid (running on a media center SKU) OR MediaCenterActivelyUsed. Example: FALSE |
-| NeedsDismissAction | Indicates if there are any dismissible actions coming from MediaCenter. Will equal MediaCenterInUse. Example: FALSE |
-
-**Microsoft.Windows.Appraiser.General.GatedDownloadSuccess**
-
-This event sends data indicating that the download of a set of instructions for quick-blocking has succeeded, to help keep Windows up to date. The download has run a check to see if there are any issues on this device that would make the device ineligible for upgrade. At a future date the scan could be successful if the blocking issue has been fixed.
-
-| Field | Description |
-| - | - |
-| Time | The client time of the event. |
-| CensusId | An ID for the system calculated from the Sqm ID, WER ID, and RAC IDs. Example: {654e6838-9772-4f41-aafc-01642afb4081}. |
-| Target | The URL of the CAB that was downloaded to run the scan. |
-
-**Microsoft.Windows.Appraiser.General.GatedNewTarget**
-
-This event sends data indicating that a new set of instructions for quick-blocking is available, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| Time | The client time of the event. |
-| CensusId | An ID for the system calculated from the Sqm ID, WER ID, and RAC IDs. Example: {654e6838-9772-4f41-aafc-01642afb4081}. |
-| Target | The URL of the CAB that will be downloaded to run the scan. |
-
-**Microsoft.Windows.Appraiser.General.GatedRegChange**
-
-This event sends data about the results of running a set of quick-blocking instructions, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| Time | The client time of the event. |
-| CensusId | An ID for the system calculated from the Sqm ID, WER ID, and RAC IDs. Example: {654e6838-9772-4f41-aafc-01642afb4081}. |
-| RegKey | The registry key name for which a result is being sent. |
-| RegValue | The registry value for which a result is being sent. |
-| OldData | The previous data in the registry value before the scan ran. |
-| NewData | The data in the registry value after the scan completed. |
-
-**Microsoft.Windows.Appraiser.General.GatedRunEnd**
-
-This event sends data indicating that a quick-blocking run has completed, and also provides the result, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| Time | The client time of the event. |
-| CensusId | An ID for the system calculated from the Sqm ID, WER ID, and RAC IDs. Example: {654e6838-9772-4f41-aafc-01642afb4081}. |
-| Target | The URL that provided the CAB that will be used to run the scan. |
-| Success | Whether or not the scan was successful. Example: 1. |
-| Result | The hresult from the scan. Example: 0. |
-
-**Microsoft.Windows.Appraiser.General.GatedRunStart**
-
-This event sends data indicating that a quick-blocking run has started, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| Time | The client time of the event. |
-| CensusId | An ID for the system calculated from the Sqm ID, WER ID, and RAC IDs. Example: {654e6838-9772-4f41-aafc-01642afb4081}. |
-| Target | The URL that provided the CAB that will be used to run the scan. |
-
-## Census events
-
-These events send high level census data about the apps, hardware, batteries, display, and other attributes of the device, to help keep Windows up to date.
-
-**Census.App**
+## Census.App events
This event sends version data about the Apps running on this device, to help keep Windows up to date.
-| Field | Description |
-| - | - |
-| CensusVersion | The version of Census that generated the current data for this device. |
-| IE Version | Retrieves which version of Internet Explorer is running on this device. |
-**Census.Battery**
+The following fields are available in this event:
-This event sends type and capacity data about the battery on the device, as well as the number of connected standby devices in use, type to help keep Windows up to date.
+- **IEVersion** Retrieves which version of Internet Explorer is running on this device.
+- **CensusVersion** The version of Census that generated the current data for this device.
-| Field | Description |
-| - | - |
-| InternalBatteryCapablities | Represents information about what the battery is capable of doing. |
-| InternalBatteryCapacityCurrent | Represents the battery's current fully charged capacity in mWh (or relative). Compare this value to DesignedCapacity to estimate the battery's wear. |
-| InternalBatteryCapacityDesign | Represents the theoretical capacity of the battery when new, in mWh. |
-| IsAlwaysOnAlwaysConnectedCapable | Represents whether the battery enables the device to be AlwaysOnAlwaysConnected . Boolean value. |
-**Census.Camera**
+## Census.Battery events
+
+This event sends type and capacity data about the battery on the device, as well as the number of connected standby devices in use, type to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **InternalBatteryCapablities** Represents information about what the battery is capable of doing.
+- **InternalBatteryCapacityCurrent** Represents the battery's current fully charged capacity in mWh (or relative). Compare this value to DesignedCapacity to estimate the battery's wear.
+- **InternalBatteryCapacityDesign** Represents the theoretical capacity of the battery when new, in mWh.
+- **IsAlwaysOnAlwaysConnectedCapable** Represents whether the battery enables the device to be AlwaysOnAlwaysConnected . Boolean value.
+- **InternalBatteryNumberOfCharges** Provides the number of battery charges. This is used when creating new products and validating that existing products meets targeted functionality performance.
+
+
+## Census.Camera events
This event sends data about the resolution of cameras on the device, to help keep Windows up to date.
-| Field | Description |
-| - | - |
-| FrontFacingCameraResolution | Represents the resolution of the front facing camera in megapixels. If a front facing camera does not exist, then the value is 0. |
-| RearFacingCameraResolution | Represents the resolution of the rear facing camera in megapixels. If a rear facing camera does not exist, then the value is 0. |
-**Census.Enterprise**
+The following fields are available in this event:
-This event sends data about Azure presence, type, and cloud domain use in order to provide an understanding of the use and integration of devices in an enterprise, cloud, and server environment.
+- **FrontFacingCameraResolution** Represents the resolution of the front facing camera in megapixels. If a front facing camera does not exist, then the value is 0.
+- **RearFacingCameraResolution** Represents the resolution of the rear facing camera in megapixels. If a rear facing camera does not exist, then the value is 0.
-| Field | Description |
-| - | - |
-| AzureOSIDPresent | Represents the field used to identify an Azure machine. |
-| AzureVMType | Represents whether the instance is Azure VM PAAS, Azure VM IAAS or any other VMs. |
-| CommercialId | Represents the GUID for the commercial entity which the device is a member of. Will be used to reflect insights back to customers. |
-| HashedDomain | The hashed representation of the user domain used for login. |
-| IsCloudDomainJoined | Is this device joined to an Azure Active Directory (AAD) tenant? true/false |
-| IsDERequirementMet | Represents if the device can do device encryption. |
-| IsDeviceProtected | Represents if Device protected by BitLocker/Device Encryption |
-| IsDomainJoined | Indicates whether a machine is joined to a domain. |
-| IsEDPEnabled | Represents if Enterprise data protected on the device. |
-| IsMDMEnrolled | Whether the device has been MDM Enrolled or not. |
-| MPNId | Returns the Partner ID/MPN ID from Regkey. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\DeployID |
-| SCCMClientId | This ID correlate systems that send data to Compat Analytics (OMS) and other OMS based systems with systems in an Enterprise SCCM environment. |
-| ServerFeatures | Represents the features installed on a Windows Server. This can be used by developers and administrators who need to automate the process of determining the features installed on a set of server computers. |
-| SystemCenterID | The SCCM ID is an anonymized one-way hash of the Active Directory Organization identifier. |
-| CDJType | Represents the type of cloud domain joined for the machine. |
-**Census.Firmware**
+## Census.Enterprise events
+
+This event sends data about Azure presence, type, and cloud domain use in order to provide an understanding of the use and integration of devices in an enterprise, cloud, and server environment.
+
+
+The following fields are available in this event:
+
+- **IsCloudDomainJoined** Is this device joined to an Azure Active Directory (AAD) tenant? true/false
+- **IsMDMEnrolled** Whether the device has been MDM Enrolled or not.
+- **ServerFeatures** Represents the features installed on a Windows Server. This can be used by developers and administrators who need to automate the process of determining the features installed on a set of server computers.
+- **CommercialId** Represents the GUID for the commercial entity which the device is a member of. Will be used to reflect insights back to customers.
+- **AzureVMType** Represents whether the instance is Azure VM PAAS, Azure VM IAAS or any other VMs.
+- **AzureOSIDPresent** Represents the field used to identify an Azure machine.
+- **IsDomainJoined** Indicates whether a machine is joined to a domain.
+- **HashedDomain** The hashed representation of the user domain used for login.
+- **SystemCenterID** The SCCM ID is an anonymized one-way hash of the Active Directory Organization identifier. 
+- **MPNId** Returns the Partner ID/MPN ID from Regkey. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\DeployID
+- **SCCMClientId** This ID correlate systems that send data to Compat Analytics (OMS) and other OMS based systems with systems in an Enterprise SCCM environment.
+- **CDJType** Represents the type of cloud domain joined for the machine.
+- **IsDeviceProtected** Represents if Device protected by BitLocker/Device Encryption
+- **IsDERequirementMet** Represents if the device can do device encryption.
+- **IsEDPEnabled** Represents if Enterprise data protected on the device.
+- **ContainerType** The type of container, such as process or virtual machine hosted.
+
+
+## Census.Firmware events
This event sends data about the BIOS and startup embedded in the device, to help keep Windows up to date.
-| Field | Description |
-| - | - |
-| FirmwareManufacturer | Represents the manufacturer of the device’s firmware (BIOS). |
-| FirmwareReleaseDate | Represents the date the current firmware was released. |
-| FirmwareType | Represents the firmware type. The various types can be unknown, BIOS, UEFI. |
-| FirmwareVersion | Represents the version of the current firmware. |
-**Census.Flighting**
+The following fields are available in this event:
-This event sends Windows Insider build data from customers participating in improvement testing and feedback programs, to help keep Windows up to date.
+- **FirmwareManufacturer** Represents the manufacturer of the device's firmware (BIOS).
+- **FirmwareReleaseDate** Represents the date the current firmware was released.
+- **FirmwareType** Represents the firmware type. The various types can be unknown, BIOS, UEFI.
+- **FirmwareVersion** Represents the version of the current firmware.
-| Field | Description |
-| - | - |
-| DeviceSampleRate | Represents the telemetry sample rate assigned to the machine |
-| EnablePreviewBuilds | Represents the field is used to enable flighting (pre-release build) of preview builds on a machine. |
-| FlightIds | Represents the list of the different flights (pre-release builds) on this device. |
-| FlightingBranchName | Represents the name of the branch that the device is flighting (pre-release builds). |
-| IsFlightsDisabled | Represents if the device is participating in flighting (pre-release builds). |
-| SSRK | Retieves the mobile targetting settings. |
-| MSA_Accounts | Represents a list of hashed IDs of the Microsoft Accounts that are flighting (pre-release builds) on this device. |
-**Census.Hardware**
+## Census.Flighting events
+
+This event sends flighting (pre-release build) data from customers participating in improvement testing and feedback programs, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **FlightIds** Represents the list of the different flights (pre-release builds) on this device.
+- **MSA_Accounts** Represents a list of hashed IDs of the Microsoft Accounts that are flighting (pre-release builds) on this device.
+- **IsFlightsDisabled** Represents if the device is participating in flighting (pre-release builds).
+- **FlightingBranchName** Represents the name of the branch that the device is flighting (pre-release builds).
+- **DeviceSampleRate** Represents the telemetry sample rate assigned to the machine
+- **EnablePreviewBuilds** Represents the field is used to enable flighting (pre-release build) of preview builds on a machine.
+- **SSRK** Retieves the mobile targetting settings.
+
+
+## Census.Hardware events
This event sends data about the device, including hardware type, OEM brand, model line, model, telemetry level setting, and TPM support, to help keep Windows up to date.
-| Field | Description |
-| - | - |
-| SoCName | Firmware manufacturer of phone. |
-| DeviceForm | This indicates the form as per the Device classification. |
-| DigitizerSupport | Friendly name of Digitizer Support. If deviceFamily is of Windows Mobile type, we default digitizer support to be true. |
-| ChassisType | Retrieves a numeric representation of what type of chassis the machine has. A value of 0 means xx, 1 means yy, 2 means zz . |
-| ComputerHardwareID | Identifies a class of machines, as a hash of 9 different SMBIOS fields. |
-| DeviceColor | Indicates the color of the LUMIA phones |
-| VoiceSupported | Indicates if the device has a cell radio capable of making voice calls (in simple terms - a phone). |
-| PowerPlatformRole | Indicates the OEM preferred power management profile. This value helps identify the basic form factor of the device. |
-| TPMVersion | Retrieves the supported Trusted Platform Module (TPM), 0 if no TPM is present. |
-| OEMManufacturerName | Manufacturer Name of machine. The OEMName for an inactive machine is not reprocessed even if the clean OEM name is changed at a later date. |
-| OEMModelNumber | Model number of machine. |
-| OEMModelName | Model name of machine. |
-| OEMModelSKU | SKU of machine as defined by manufacturer. |
-| OEMOptionalIdentifier | Microsoft assigned value representing a specific OEM subsidiary. |
-| OEMSerialNumber | Serial number of machine as set by manufacturer. Sourced from SMBIOS. |
-| PhoneManufacturer | Friendly name of the phone OEM. This is useful when the ODM (Original Device Manufacturer such as Foxconn,LongCheer) is not the same as the OEM. |
-| DeviceName | Device Name of the machine as set by the user. |
-| OEMDigitalMarkerFileName | Retrieves the name of the file placed in the \Windows\system32\drivers directory that specifies the OEM and model name of the machine. |
-| DUID | Device Unique ID. This is the Microsoft issued unique IDs of phones. |
-| InventoryId | Device ID used for Compatibility testing. |
-| StudyID | Used to identify retail/non retail phones. |
-| TelemetryLevel | The telemetry level the user has opted into, such as Basic or Enhanced. |
-| TelemetrySettingAuthority | Determines who set the telemetry level (GPM, MDM, User) |
-| OEMModelBaseBoard | Indicates the baseboard model used by the OEM's |
-| OEMModelSystemFamily | Indicates the System family set on the machine by OEM's. |
-**Census.Memory**
+The following fields are available in this event:
+
+- **ChassisType** Retrieves a numeric representation of what type of chassis the machine has. A value of 0 means xx, 1 means yy, 2 means zz .
+- **ComputerHardwareID** Identifies a class of machines, as a hash of 9 different SMBIOS fields.
+- **DeviceColor** Indicates the color of the LUMIA phones
+- **DeviceName** Device Name of the machine as set by the user.
+- **OEMDigitalMarkerFileName** Retrieves the name of the file placed in the \Windows\system32\drivers directory that specifies the OEM and model name of the machine.
+- **OEMManufacturerName** Manufacturer Name of machine. The OEMName for an inactive machine is not reprocessed even if the clean OEM name is changed at a later date.
+- **OEMModelNumber** Model number of machine.
+- **OEMModelName** Model name of machine.
+- **OEMModelSKU** SKU of machine as defined by manufacturer.
+- **OEMOptionalIdentifier** Microsoft assigned value representing a specific OEM subsidiary.
+- **OEMSerialNumber** Serial number of machine as set by manufacturer. Sourced from SMBIOS.
+- **PhoneManufacturer** Friendly name of the phone OEM. This is useful when the ODM (Original Device Manufacturer such as Foxconn,LongCheer) is not the same as the OEM.
+- **SoCName** Firmware manufacturer of phone.
+- **DUID** Device Unique ID. This is the Microsoft issued unique IDs of phones.
+- **InventoryId** Device ID used for Compatibility testing.
+- **VoiceSupported** Indicates if the device has a cell radio capable of making voice calls (in simple terms - a phone).
+- **PowerPlatformRole** Indicates the OEM preferred power management profile. This value helps identify the basic form factor of the device.
+- **TPMVersion** Retrieves the supported Trusted Platform Module (TPM), 0 if no TPM is present.
+- **StudyID** Used to identify retail/non retail phones.
+- **TelemetryLevel** The telemetry level the user has opted into, such as Basic or Enhanced.
+- **TelemetrySettingAuthority** Determines who set the telemetry level (GPM, MDM, User)
+- **DeviceForm** This indicates the form as per the Device classification.
+- **DigitizerSupport** Friendly name of Digitizer Support. If deviceFamily is of Windows Mobile type, we default digitizer support to be true.
+- **OEMModelBaseBoard** Indicates the baseboard model used by the OEM's
+- **OEMModelSystemFamily** Indicates the System family set on the machine by OEM's.
+- **OEMModelBaseBoardVersion** This enables differentiation between developer and retail devices.
+- **ActiveMicCount** The number of active microphones attached to the device.
+- **OEMModelSystemVersion** The system model version set by the OEM.
+
+
+## Census.Memory events
This event sends data about the memory on the device, including ROM and RAM, to help keep Windows up to date.
-| Field | Description |
-| - | - |
-| TotalPhysicalRAM | Represents the physical RAM in MB. |
-| TotalVisibleMemory| Represents the visible memory -memory that is not reserved by the system. |
-**Census.Network**
+The following fields are available in this event:
+
+- **TotalPhysicalRAM** Represents the physical RAM in MB.
+- **TotalVisibleMemory** Represents the visible memory -memory that is not reserved by the system.
+
+
+## Census.Network events
This event sends data about the mobile and cellular network used by the device (mobile service provider, network, device ID, and service cost factors), to help keep Windows up to date.
-| Field | Description |
-| - | - |
-| IMEI0IMEI1 | Represents the International Mobile Station Equipment Identity. This number is usually unique and used by the mobile operator to distinguish different phone hardware. Microsoft does not have access to mobile operator billing data so collecting this data does not expose or identify the user. The two fields represent phone with dual sim coverage. |
-| MobileOperatorBilling | Represents the telephone company that provides services for mobile phone users. |
-| MobileOperatorCommercialized | Represents which reseller and geography the phone is commercialized for. This is the set of values on the phone for who and where it was intended to be used. For example, the commercialized mobile operator code AT&T in the US would be ATT-US. |
-| MobileOperatorNetwork0MobileOperatorNetwork1 | Represents the operator of the current mobile network that the device is used on. (AT&T, T-Mobile, Vodafone). The two fields represent phone with dual sim coverage. |
-| NetworkCost | Represents the network cost associated with a connection. |
-| MCC0MCC1 | Represents the Mobile Country Code (MCC). It used with the Mobile Network Code (MNC) to uniquely identify a mobile network operator. The two fields represent phone with dual sim coverage. |
-| MEID | Represents the Mobile Equipment Identity (MEID). MEID is a worldwide unique phone ID assigned to CDMA phones. MEID replaces electronic serial number (ESN), and is equivalent to IMEI for GSM and WCDMA phones. Microsoft does not have access to mobile operator billing data so collecting this data does not expose or identify the user. |
-| MNC0MNC1 | Retrieves the Mobile Network Code (MNC). It used with the Mobile Country Code (MCC) to uniquely identify a mobile network operator. The two fields represent phone with dual sim coverage. |
-| SPN0SPN1 | Retrieves the Service Provider Name (SPN). For example, these might be AT&T, Sprint, T-Mobile, or Verizon. The two fields represent phone with dual sim coverage. |
-**Census.OS**
+The following fields are available in this event:
+
+- **MobileOperatorBilling** Represents the telephone company that provides services for mobile phone users.
+- **MobileOperatorCommercialized** Represents which reseller and geography the phone is commercialized for. This is the set of values on the phone for who and where it was intended to be used. For example, the commercialized mobile operator code AT&T in the US would be ATT-US.
+- **NetworkCost** Represents the network cost associated with a connection.
+- **IMEI0** Represents the International Mobile Station Equipment Identity. This number is usually unique and used by the mobile operator to distinguish different phone hardware. Microsoft does not have access to mobile operator billing data so collecting this data does not expose or identify the user. The two fields represent phone with dual sim coverage.
+- **SPN0** Retrieves the Service Provider Name (SPN). For example, these might be AT&T, Sprint, T-Mobile, or Verizon. The two fields represent phone with dual sim coverage.
+- **MobileOperatorNetwork0** Represents the operator of the current mobile network that the device is used on. (AT&T, T-Mobile, Vodafone). The two fields represent phone with dual sim coverage.
+- **MCC0** Represents the Mobile Country Code (MCC). It used with the Mobile Network Code (MNC) to uniquely identify a mobile network operator. The two fields represent phone with dual sim coverage.
+- **MNC0** Retrieves the Mobile Network Code (MNC). It used with the Mobile Country Code (MCC) to uniquely identify a mobile network operator. The two fields represent phone with dual sim coverage.
+- **IMEI1** Represents the International Mobile Station Equipment Identity. This number is usually unique and used by the mobile operator to distinguish different phone hardware. Microsoft does not have access to mobile operator billing data so collecting this data does not expose or identify the user. The two fields represent phone with dual sim coverage.
+- **SPN1** Retrieves the Service Provider Name (SPN). For example, these might be AT&T, Sprint, T-Mobile, or Verizon. The two fields represent phone with dual sim coverage.
+- **MobileOperatorNetwork1** Represents the operator of the current mobile network that the device is used on. (AT&T, T-Mobile, Vodafone). The two fields represent phone with dual sim coverage.
+- **MCC1** Represents the Mobile Country Code (MCC). It used with the Mobile Network Code (MNC) to uniquely identify a mobile network operator. The two fields represent phone with dual sim coverage.
+- **MNC1** Retrieves the Mobile Network Code (MNC). It used with the Mobile Country Code (MCC) to uniquely identify a mobile network operator. The two fields represent phone with dual sim coverage.
+- **MEID** Represents the Mobile Equipment Identity (MEID). MEID is a worldwide unique phone ID assigned to CDMA phones. MEID replaces electronic serial number (ESN), and is equivalent to IMEI for GSM and WCDMA phones. Microsoft does not have access to mobile operator billing data so collecting this data does not expose or identify the user.
+- **NetworkAdapterGUID** The GUID of the primary network adapter.
+
+
+## Census.OS events
This event sends data about the operating system such as the version, locale, update service configuration, when and how it was originally installed, and whether it is a virtual device, to help keep Windows up to date.
-| Field | Description |
-| - | - |
-| GenuineState | Retrieves the ID Value specifying the OS Genuine check. |
-| IsPortableOperatingSystem | Retrieves whether OS is running via "Windows-To-Go". |
-| IsSecureBootEnabled | Retrieves whether Boot chain is signed under UEFI. |
-| OSEdition | Retrieves the version of the current OS. |
-| InstallationType | Retrieves the type of OS installation. (Clean, Upgrade, Reset, Refresh, Update). |
-| OSInstallDateTime | Retrieves the date the OS was installed using ISO 8601 (Date part) == yyyy-mm-dd |
-| OSInstallType | Retrieves a numeric description of what install was used on the device i.e. clean, upgrade, refresh, reset, etc |
-| OSOOBEDateTime | Retrieves Out of Box Experience (OOBE) Date in Coordinated Universal Time (UTC). |
-| OSSKU | Retrieves the Friendly Name of OS Edition. |
-| OSTimeZoneBiasInMins | Retrieves the time zone set on machine. |
-| OSUILocale | Retrieves the locale of the UI that is currently used by the OS. |
-| RACw7Id | Retrieves the Microsoft Reliability Analysis Component (RAC) Win7 Identifier. RAC is used to monitor and analyze system usage and reliability. |
-| CompactOS | Indicates if the Compact OS feature from Win10 is enabled. |
-| Signature | Retrieves if it is a signature machine sold by Microsoft store. |
-| IsDeviceRetailDemo | Retrieves if the device is running in demo mode. |
-| OA3xOriginalProductKey | Retrieves the License key stamped by the OEM to the machine. |
-| ProductKeyID2 | Retrieves the License key if the machine is updated with a new license key. |
-| ServiceMachineIP | Retrieves the IP address of the KMS host used for anti-piracy. |
-| ActivationChannel | Retrieves the retail license key or Volume license key for a machine. |
-| LicenseStateReason | Retrieves why (or how) a system is licensed or unlicensed. The HRESULT may indicate an error code that indicates a key blocked error, or it may indicate that we are running an OS License granted by the MS store. |
-| LanguagePacks | The list of language packages installed on the device. |
-| InstallLanguage | The first language installed on the user machine. |
-| ServiceProductKeyID | Retrieves the License key of the KMS |
-| SharedPCMode | Returns Boolean for education devices used as shared cart |
-| IsEduData | Returns Boolean if the education data policy is enabled. |
-| SLICVersion | Returns OS type/version from SLIC table. |
-| ProductActivationTime | Returns the OS Activation time for tracking piracy issues. |
-| ProductActivationResult | Returns Boolean if the OS Activation was successful. |
-| OSSubscriptionTypeId | Returns boolean for enterprise subscription feature for selected PRO machines. |
-| OSSubscriptionStatus | Represents the existing status for enterprise subscription feature for PRO machines. |
-| SLICStatus | Whether a SLIC table exists on the device. |
-**Census.Processor**
+The following fields are available in this event:
+
+- **GenuineState** Retrieves the ID Value specifying the OS Genuine check.
+- **IsPortableOperatingSystem** Retrieves whether OS is running Windows-To-Go
+- **IsSecureBootEnabled** Retrieves whether Boot chain is signed under UEFI.
+- **InstallationType** Retrieves the type of OS installation. (Clean, Upgrade, Reset, Refresh, Update).
+- **OSInstallType** Retrieves a numeric description of what install was used on the device i.e. clean, upgrade, refresh, reset, etc
+- **OSOOBEDateTime** Retrieves Out of Box Experience (OOBE) Date in Coordinated Universal Time (UTC).
+- **OSSKU** Retrieves the Friendly Name of OS Edition.
+- **OSTimeZoneBiasInMins** Retrieves the time zone set on machine.
+- **OSUILocale** Retrieves the locale of the UI that is currently used by the OS.
+- **RACw7Id** Retrieves the Microsoft Reliability Analysis Component (RAC) Win7 Identifier. RAC is used to monitor and analyze system usage and reliability.
+- **CompactOS** Indicates if the Compact OS feature from Win10 is enabled.
+- **Signature** Retrieves if it is a signature machine sold by Microsoft store.
+- **IsDeviceRetailDemo** Retrieves if the device is running in demo mode.
+- **ActivationChannel** Retrieves the retail license key or Volume license key for a machine.
+- **LicenseStateReason** Retrieves why (or how) a system is licensed or unlicensed. The HRESULT may indicate an error code that indicates a key blocked error, or it may indicate that we are running an OS License granted by the MS store.
+- **OA3xOriginalProductKey** Retrieves the License key stamped by the OEM to the machine.
+- **ProductKeyID2** Retrieves the License key if the machine is updated with a new license key.
+- **ServiceMachineIP** Retrieves the IP address of the KMS host used for anti-piracy.
+- **ServiceProductKeyID** Retrieves the License key of the KMS
+- **LanguagePacks** The list of language packages installed on the device.
+- **InstallLanguage** The first language installed on the user machine.
+- **IsEduData** Returns Boolean if the education data policy is enabled.
+- **SharedPCMode** Returns Boolean for education devices used as shared cart
+- **SLICVersion** Returns OS type/version from SLIC table.
+- **SLICStatus** Whether a SLIC table exists on the device.
+- **OSEdition** Retrieves the version of the current OS.
+- **ProductActivationTime** Returns the OS Activation time for tracking piracy issues.
+- **ProductActivationResult** Returns Boolean if the OS Activation was successful.
+- **OSSubscriptionTypeId** Returns boolean for enterprise subscription feature for selected PRO machines.
+- **OSSubscriptionStatus** Represents the existing status for enterprise subscription feature for PRO machines.
+- **ServiceMachinePort** Retrieves the port of the KMS host used for anti-piracy.
+- **DeviceTimeZone** The time zone that is set on the device. Example: Pacific Standard Time
+- **DeveloperUnlockStatus** Represents if a device has been developer unlocked by the user or Group Policy.
+
+
+## Census.Processor events
This event sends data about the processor (architecture, speed, number of cores, manufacturer, and model number), to help keep Windows up to date.
-| Field | Description |
-| - | - |
-| ProcessorArchitecture | Retrieves the processor architecture of the installed operating system. The complete list of values can be found in DimProcessorArchitecture.|
-| ProcessorClockSpeed | Retrieves the clock speed of the processor in MHz.|
-| ProcessorCores | Retrieves the number of cores in the processor.|
-| ProcessorManufacturer | Retrieves the name of the processor's manufacturer.|
-| ProcessorModel | Retrieves the name of the processor model.|
-| SocketCount | Number of physical CPU sockets of the machine.|
-| ProcessorPhysicalCores | Number of physical cores in the processor. |
-**Census.Storage**
+The following fields are available in this event:
+
+- **ProcessorCores** Retrieves the number of cores in the processor.
+- **ProcessorPhysicalCores** Number of physical cores in the processor.
+- **ProcessorArchitecture** Retrieves the processor architecture of the installed operating system. The complete list of values can be found in DimProcessorArchitecture.
+- **ProcessorClockSpeed** Retrieves the clock speed of the processor in MHz.
+- **ProcessorManufacturer** Retrieves the name of the processor's manufacturer.
+- **ProcessorModel** Retrieves the name of the processor model.
+- **SocketCount** Number of physical CPU sockets of the machine.
+- **ProcessorIdentifier** The processor identifier of a manufacturer.
+
+
+## Census.Speech events
+
+This event is used to gather basic speech settings on the device.
+
+
+The following fields are available in this event:
+
+- **SpeechServicesEnabled** Windows setting that represents whether a user is opted-in for speech services on the device.
+- **KWSEnabled** Cortana setting that represents if a user has enabled the "Hey Cortana" keyword spotter (KWS).
+- **SpeakerIdEnabled** Cortana setting that represents if keyword detection has been trained to try to respond to a single user's voice.
+- **AboveLockEnabled** Cortana setting that represents if Cortana can be invoked when the device is locked.
+- **GPAllowInputPersonalization** Indicates if a Group Policy setting has enabled speech functionalities.
+- **HolographicSpeechInputDisabled** Holographic setting that represents if the attached HMD devices have speech functionality disabled by the user.
+- **HolographicSpeechInputDisabledRemote** Indicates if a remote policy has disabled speech functionalities for the HMD devices.
+- **MDMAllowInputPersonalization** Indicates if an MDM policy has enabled speech functionalities.
+- **RemotelyManaged** Indicates if the device is being controlled by a remote admininistrator (MDM or Group Policy) in the context of speech functionalities.
+
+
+## Census.Storage events
This event sends data about the total capacity of the system volume and primary disk, to help keep Windows up to date.
-| Field | Description |
-| - | - |
-| PrimaryDiskTotalCapacity | Retrieves the amount of disk space on the primary disk of the device in MB. |
-| PrimaryDiskType | Retrieves an enumerator value of type STORAGE_BUS_TYPE that indicates the type of bus to which the device is connected. This should be used to interpret the raw device properties at the end of this structure (if any). |
-| SystemVolumeTotalCapacity | Retrieves the size of the partition that the System volume is installed on in MB. |
-**Census.UserDefault**
+The following fields are available in this event:
-This event sends data about the current user’s default preferences for browser and several of the most popular extensions and protocols, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| DefaultBrowserProgId | The ProgramId of the current user's default browser |
-| DefaultApp | The current uer's default program selected for the following extension or protocol: .html,.htm,.jpg,.jpeg,.png,.mp3,.mp4, .mov,.pdf |
+- **PrimaryDiskTotalCapacity** Retrieves the amount of disk space on the primary disk of the device in MB.
+- **SystemVolumeTotalCapacity** Retrieves the size of the partition that the System volume is installed on in MB.
+- **PrimaryDiskType** Retrieves an enumerator value of type STORAGE_BUS_TYPE that indicates the type of bus to which the device is connected. This should be used to interpret the raw device properties at the end of this structure (if any).
-**Census.UserDisplay**
+## Census.Userdefault events
+
+This event sends data about the current user's default preferences for browser and several of the most popular extensions and protocols, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **DefaultBrowserProgId** The ProgramId of the current user's default browser
+- **DefaultApp** The current uer's default program selected for the following extension or protocol: .html,.htm,.jpg,.jpeg,.png,.mp3,.mp4, .mov,.pdf
+
+
+## Census.UserDisplay events
This event sends data about the logical/physical display size, resolution and number of internal/external displays, and VRAM on the system, to help keep Windows up to date.
-| Field | Description |
-| - | - |
-| VRAMDedicated | Represents the video RAM in MB.
-| VRAMDedicatedSystem | Represents the amount of memory on the dedicated video card. |
-| VRAMSharedSystem | Represents the amount of RAM memory that the video card can use. |
-| NumberofExternalDisplays | Retrieves the number of external displays connected to the machine. |
-| InternalPrimaryDisplayLogicalDPIX | Represents the logical DPI in the x-direction of the internal display. |
-| InternalPrimaryDisplayLogicalDPIY | Represents the logical DPI in the y-direction of the internal display. |
-| InternalPrimaryDisplayPhysicalDPIX | Represents the physical DPI in the x-direction of the internal display. |
-| InternalPrimaryDisplayPhysicalDPIY | Represents the physical DPI in the y-direction of the internal display. |
-| InternalPrimaryDisplayResolutionHorizontal | Represents the number of pixels in the horizontal direction of the internal display. |
-| InternalPrimaryDisplayResolutionVertical | Represents the number of pixels in the vertical direction of the internal display. |
-| InternalPrimaryDisplaySizePhysicalH | Represents the physical horizontal length of the display in mm. Used for calculating the diagonal length in inches. |
-| InternalPrimaryDisplaySizePhysicalY | Represents the physical vertical length of the display in mm. Used for calculating the diagonal length in inches |
-| InternalPrimaryDisplayType | Represents the type of technology used in the monitor, such as Plasma, LED, LCOS, etc. |
-| NumberofInternalDisplays | Represents the number of internal displays in a device. |
-**Census.UserNLS**
+The following fields are available in this event:
+
+- **InternalPrimaryDisplayLogicalDPIX** Retrieves the logical DPI in the x-direction of the internal display.
+- **InternalPrimaryDisplayLogicalDPIY** Retrieves the logical DPI in the y-direction of the internal display.
+- **InternalPrimaryDisplayPhysicalDPIX** Retrieves the physical DPI in the x-direction of the internal display.
+- **InternalPrimaryDisplayPhysicalDPIY** Retrieves the physical DPI in the y-direction of the internal display.
+- **InternalPrimaryDisplayResolutionHorizontal** Retrieves the number of pixels in the horizontal direction of the internal display.
+- **InternalPrimaryDisplayResolutionVertical** Retrieves the number of pixels in the vertical direction of the internal display.
+- **InternalPrimaryDisplaySizePhysicalH** Retrieves the physical horizontal length of the display in mm. Used for calculating the diagonal length in inches .
+- **InternalPrimaryDisplaySizePhysicalY** Retrieves the physical vertical length of the display in mm. Used for calculating the diagonal length in inches
+- **NumberofInternalDisplays** Retrieves the number of internal displays in a machine.
+- **NumberofExternalDisplays** Retrieves the number of external displays connected to the machine
+- **VRAMDedicated** Retrieves the video RAM in MB.
+- **VRAMDedicatedSystem** Retrieves the amount of memory on the dedicated video card.
+- **VRAMSharedSystem** Retrieves the amount of RAM memory that the video card can use.
+
+
+## Census.UserNLS events
This event sends data about the default app language, input, and display language preferences set by the user, to help keep Windows up to date.
-| Field | Description |
-| - | - |
-| DefaultAppLanguage | The current user Default App Language. |
-| DisplayLanguage | The current user preferred Windows Display Language. |
-| HomeLocation | The current user location, which is populated using GetUserGeoId() function. |
-| KeyboardInputLanguages | The Keyboard input languages installed on the device. |
-| SpeechInputLanguages | The Speech Input languages installed on the device. |
+
+The following fields are available in this event:
+
+- **DefaultAppLanguage** The current user Default App Language.
+- **HomeLocation** The current user location, which is populated using GetUserGeoId() function.
+- **DisplayLanguage** The current user preferred Windows Display Language.
+- **SpeechInputLanguages** The Speech Input languages installed on the device.
+- **KeyboardInputLanguages** The Keyboard input languages installed on the device.
-**Census.VM**
+## Census.VM events
This event sends data indicating whether virtualization is enabled on the device, and its various characteristics, to help keep Windows up to date.
-| Field | Description |
-| - | - |
-| IOMMUPresent | Represents if an input/output memory management unit (IOMMU) is present. |
-| SLATSupported | Represents whether Second Level Address Translation (SLAT) is supported by the hardware. |
-| VirtualizationFirmwareEnabled | Represents whether virtualization is enabled in the firmware. |
-| HyperVisor | Retrieves whether the current OS is running on top of a Hypervisor. |
-| IsVirtualDevice | Retrieves that when the Hypervisor is Microsoft's Hyper-V Hypervisor or other Hv#1 Hypervisor, this field will be set to FALSE for the Hyper-V host OS and TRUE for any guest OS's. This field should not be relied upon for non-Hv#1 Hypervisors. |
-**Census.WU**
+The following fields are available in this event:
+
+- **VirtualizationFirmwareEnabled** Represents whether virtualization is enabled in the firmware.
+- **SLATSupported** Represents whether Second Level Address Translation (SLAT) is supported by the hardware.
+- **IOMMUPresent** Represents if an input/output memory management unit (IOMMU) is present.
+- **IsVirtualDevice** Retrieves that when the Hypervisor is Microsoft's Hyper-V Hypervisor or other Hv#1 Hypervisor, this field will be set to FALSE for the Hyper-V host OS and TRUE for any guest OS's. This field should not be relied upon for non-Hv#1 Hypervisors.
+- **HyperVisor** Retrieves whether the current OS is running on top of a Hypervisor.
+
+
+## Census.WU events
This event sends data about the Windows update server and other App store policies, to help keep Windows up to date.
-| Field | Description |
-| - | - |
-| AppStoreAutoUpdate | Retrieves the Appstore settings for auto upgrade. (Enable/Disabled). |
-| AppStoreAutoUpdateMDM | Retrieves the App Auto Update value for MDM
0 - Disallowed
1 - Allowed
2 - Not configured
Default value: 2 |
-| AppStoreAutoUpdatePolicy | Retrieves the Windows Store App Auto Update group policy setting |
-| DelayUpgrade | Retrieves the Windows upgrade flag for delaying upgrades. |
-| OSWUAutoUpdateOptions | Retrieves the auto update settings on the device. |
-| UpdateServiceURLConfigured | Retrieves if the device is managed by Windows Server Update Services (WSUS). |
-| WUDeferUpdatePeriod | Retrieves if deferral is set for Updates |
-| WUDeferUpgradePeriod | Retrieves if deferral is set for Upgrades |
-| WUDODownloadMode | Retrieves whether DO is turned on and how to acquire/distribute updates Delivery Optimization (DO) allows users to deploy previously downloaded WU updates to other devices on the same network. |
-| WUMachineId | Retrieves the Windows Update (WU) Machine Identifier. |
-| WUPauseState | Retrieves WU setting to determine if updates are paused |
-| WUServer | Retrieves the HTTP(S) URL of the WSUS server that is used by Automatic Updates and API callers (by default). |
-**Census.XBOX**
+The following fields are available in this event:
+
+- **WUMachineId** Retrieves the Windows Update (WU) Machine Identifier.
+- **WUServer** Retrieves the HTTP(S) URL of the WSUS server that is used by Automatic Updates and API callers (by default).
+- **WUDODownloadMode** Retrieves whether DO is turned on and how to acquire/distribute updates Delivery Optimization (DO) allows users to deploy previously downloaded WU updates to other devices on the same network.
+- **OSWUAutoUpdateOptions** Retrieves the auto update settings on the device.
+- **AppStoreAutoUpdate** Retrieves the Appstore settings for auto upgrade. (Enable/Disabled).
+- **AppStoreAutoUpdatePolicy** Retrieves the Windows Store App Auto Update group policy setting
+- **AppStoreAutoUpdateMDM** Retrieves the App Auto Update value for MDM: 0 - Disallowed. 1 - Allowed. 2 - Not configured. Default: [2] Not configured
+- **DelayUpgrade** Retrieves the Windows upgrade flag for delaying upgrades.
+- **UpdateServiceURLConfigured** Retrieves if the device is managed by Windows Server Update Services (WSUS).
+- **WUDeferUpgradePeriod** Retrieves if deferral is set for Upgrades
+- **WUDeferUpdatePeriod** Retrieves if deferral is set for Updates
+- **WUPauseState** Retrieves WU setting to determine if updates are paused
+- **OSUninstalled** A flag that represents when a feature update is uninstalled on a device .
+- **OSRolledBack** A flag that represents when a feature update has rolled back during setup.
+- **OSRollbackCount** The number of times feature updates have rolled back on the device.
+- **UninstallActive** A flag that represents when a device has uninstalled a previous upgrade recently.
+- **AppraiserGatedStatus** Indicates whether a device has been gated for upgrading.
+
+
+## Census.Xbox events
This event sends data about the Xbox Console, such as Serial Number and DeviceId, to help keep Windows up to date.
-| Field | Description |
-| - | - |
-| XboxConsolePreferredLanguage | Retrieves the preferred language selected by the user on Xbox console. |
-| XboxConsoleSerialNumber | Retrieves the serial number of the Xbox console. |
-| XboxLiveDeviceId | Retrieves the unique device id of the console. |
-| XboxLiveSandboxId | Retrieves the developer sandbox id if the device is internal to Microsoft. |
-## Setup360telemetry events
+The following fields are available in this event:
-**Setup360telemetry.Downlevel**
-
-This event sends data indicating that the device has invoked the downlevel phase of the upgrade, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| ClientId | In the Windows Update scenario, this will be the Windows Update client ID that is passed to Setup. In Media setup, default value is Media360, but can be overwritten by the caller to a unique value. |
-| InstanceId | Unique GUID that identifies each instance of setuphost.exe |
-| ReportId | In the Windows Update scenario, this is the updateID that is passed to Setup. In media setup, this is the GUID for the install.wim. |
-| WuId | This is the Windows Update Client ID. In the Windows Update scenario, this is the same as the clientId. |
-| TestId | String to uniquely identify a group of events, such as all events for the upgrade fair. |
-| State | Exit state of given Setup360 run (succeeded, failed, blocked, cancelled) |
-| HostOsSkuName | OS SKU which is running Setup360 instance (downlevel OS) |
-| HostOsBuildNumber | Build number of downlevel OS |
-| Setup360Scenario | Setup360 flow type (Boot, Media, Update, MCT) |
-| Setup360Mode | Phase of Setup360 (Predownload, Install, Finalize, Rollback etc.) |
-| Setup360Result | Result of Setup360 (HRESULT used to diagnose errors) |
-| Setup360Extended | Extension of result - more granular information about phase/action when the potential failure happened |
-| SetupVersionBuildNumber | Build number of Setup360 (build number of target OS). |
+- **XboxLiveDeviceId** Retrieves the unique device id of the console.
+- **XboxConsoleSerialNumber** Retrieves the serial number of the Xbox console.
+- **XboxLiveSandboxId** Retrieves the developer sandbox id if the device is internal to MS.
+- **XboxConsolePreferredLanguage** Retrieves the preferred language selected by the user on Xbox console.
-**Setup360telemetry.Finalize**
+## Common Data Events.Consent UI Event events
-This event sends data indicating that the device has invoked the finalize phase of the upgrade, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| ClientId | In the Windows Update scenario, this will be the Windows Update client ID that is passed to Setup. In Media setup, default value is Media360, but can be overwritten by the caller to a unique value. |
-| InstanceId | Unique GUID that identifies each instance of setuphost.exe |
-| ReportId | In the Windows Update scenario, this is the updateID that is passed to Setup. In media setup, this is the GUID for the install.wim. |
-| WuId | This is the Windows Update Client ID. In the Windows Update scenario, this is the same as the clientId. |
-| TestId | String to uniquely identify a group of events, such as all events for the upgrade fair. |
-| State | Exit state of given Setup360 run (succeeded, failed, blocked, cancelled) |
-| HostOsSkuName | OS SKU which is running Setup360 instance (downlevel OS) |
-| HostOsBuildNumber | Build number of downlevel OS |
-| Setup360Scenario | Setup360 flow type (Boot, Media, Update, MCT) |
-| Setup360Mode | Phase of Setup360 (Predownload, Install, Finalize, Rollback etc.) |
-| Setup360Result | Result of Setup360 (HRESULT used to diagnose errors) |
-| Setup360Extended | Extension of result - more granular information about phase/action when the potential failure happened |
-| SetupVersionBuildNumber | Build number of Setup360 (build number of target OS). |
-
-**Setup360telemetry.PostRebootInstall**
-
-This event sends data indicating that the device has invoked the postrebootinstall phase of the upgrade, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| ClientId | In the Windows Update scenario, this will be the Windows Update client ID that is passed to Setup. In Media setup, default value is Media360, but can be overwritten by the caller to a unique value. |
-| InstanceId | Unique GUID that identifies each instance of setuphost.exe |
-| ReportId | In the Windows Update scenario, this is the updateID that is passed to Setup. In media setup, this is the GUID for the install.wim. |
-| WuId | This is the Windows Update Client ID. In the Windows Update scenario, this is the same as the clientId. |
-| TestId | String to uniquely identify a group of events, such as all events for the upgrade fair. |
-| State | Exit state of given Setup360 run (succeeded, failed, blocked, cancelled) |
-| HostOsSkuName | OS SKU which is running Setup360 instance (downlevel OS) |
-| HostOsBuildNumber | Build number of downlevel OS |
-| Setup360Scenario | Setup360 flow type (Boot, Media, Update, MCT) |
-| Setup360Mode | Phase of Setup360 (Predownload, Install, Finalize, Rollback etc.) |
-| Setup360Result | Result of Setup360 (HRESULT used to diagnose errors) |
-| Setup360Extended | Extension of result - more granular information about phase/action when the potential failure happened |
-| SetupVersionBuildNumber | Build number of Setup360 (build number of target OS). |
-
-**Setup360telemetry.PreDownloadQuiet**
-
-This event sends data indicating that the device has invoked the predownloadquiet phase of the upgrade, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| ClientId | In the Windows Update scenario, this will be the Windows Update client ID that is passed to Setup. In Media setup, default value is Media360, but can be overwritten by the caller to a unique value. |
-| InstanceId | Unique GUID that identifies each instance of setuphost.exe |
-| ReportId | In the Windows Update scenario, this is the updateID that is passed to Setup. In media setup, this is the GUID for the install.wim. |
-| WuId | This is the Windows Update Client ID. In the Windows Update scenario, this is the same as the clientId. |
-| TestId | String to uniquely identify a group of events, such as all events for the upgrade fair. |
-| State | Exit state of given Setup360 run (succeeded, failed, blocked, cancelled) |
-| HostOsSkuName | OS SKU which is running Setup360 instance (downlevel OS) |
-| HostOsBuildNumber | Build number of downlevel OS |
-| Setup360Scenario | Setup360 flow type (Boot, Media, Update, MCT) |
-| Setup360Mode | Phase of Setup360 (Predownload, Install, Finalize, Rollback etc.) |
-| Setup360Result | Result of Setup360 (HRESULT used to diagnose errors) |
-| Setup360Extended | Extension of result - more granular information about phase/action when the potential failure happened |
-| SetupVersionBuildNumber | Build number of Setup360 (build number of target OS). |
-
-**Setup360telemetry.PreInstallQuiet**
-
-This event sends data indicating that the device has invoked the preinstallquiet phase of the upgrade, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| ClientId | In the Windows Update scenario, this will be the Windows Update client ID that is passed to Setup. In Media setup, default value is Media360, but can be overwritten by the caller to a unique value. |
-| InstanceId | Unique GUID that identifies each instance of setuphost.exe |
-| ReportId | In the Windows Update scenario, this is the updateID that is passed to Setup. In media setup, this is the GUID for the install.wim. |
-| WuId | This is the Windows Update Client ID. In the Windows Update scenario, this is the same as the clientId. |
-| TestId | String to uniquely identify a group of events, such as all events for the upgrade fair. |
-| State | Exit state of given Setup360 run (succeeded, failed, blocked, cancelled) |
-| HostOsSkuName | OS SKU which is running Setup360 instance (downlevel OS) |
-| HostOsBuildNumber | Build number of downlevel OS |
-| Setup360Scenario | Setup360 flow type (Boot, Media, Update, MCT) |
-| Setup360Mode | Phase of Setup360 (Predownload, Install, Finalize, Rollback etc.) |
-| Setup360Result | Result of Setup360 (HRESULT used to diagnose errors) |
-| Setup360Extended | Extension of result - more granular information about phase/action when the potential failure happened |
-| SetupVersionBuildNumber | Build number of Setup360 (build number of target OS). |
-
-**Setup360telemetry.UnexpectedEvent**
-
-This event sends data indicating that the device has invoked the unexpectedevent phase of the upgrade, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| ClientId | In the Windows Update scenario, this will be the Windows Update client ID that is passed to Setup. In Media setup, default value is Media360, but can be overwritten by the caller to a unique value. |
-| InstanceId | Unique GUID that identifies each instance of setuphost.exe |
-| ReportId | In the Windows Update scenario, this is the updateID that is passed to Setup. In media setup, this is the GUID for the install.wim. |
-| WuId | This is the Windows Update Client ID. In the Windows Update scenario, this is the same as the clientId. |
-| TestId | String to uniquely identify a group of events, such as all events for the upgrade fair. |
-| State | Exit state of given Setup360 run (succeeded, failed, blocked, cancelled) |
-| HostOsSkuName | OS SKU which is running Setup360 instance (downlevel OS) |
-| HostOsBuildNumber | Build number of downlevel OS |
-| Setup360Scenario | Setup360 flow type (Boot, Media, Update, MCT) |
-| Setup360Mode | Phase of Setup360 (Predownload, Install, Finalize, Rollback etc.) |
-| Setup360Result | Result of Setup360 (HRESULT used to diagnose errors) |
-| Setup360Extended | Extension of result - more granular information about phase/action when the potential failure happened |
-| SetupVersionBuildNumber | Build number of Setup360 (build number of target OS). |
-
-**Setup360telemetry.Setup360**
-
-This event sends data indicating that the device has invoked the unexpectedevent phase of the upgrade, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| ClientId | Retrieves the upgrade ID:
Upgrades via WU - specifies the WU clientID
Upgrades via China Partners - specifies a unique string that classifies these events
All other deployment - static string. |
-| FieldName | Retrieves the event name/data point |
-| FlightData | Specifies a unique identifier for each group of flights (pre-release builds) |
-| InstanceId | Retrieves a unique identifier for each instance of a setup session |
-| ReportId | Retrieves the report ID: |
-| ScenarioId | Retrieves the deployment scenario |
-| Value | Retrieves the value associated with the corresponding FieldName |
-
-##SetupPlatform events
-
-**SetupPlatformTelEvent**
-
-This event sends data generated by SetupPlatform, the engine that drives the various deployment scenarios, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| FieldName | Retrieves the event name/data point. Examples: InstallStartTime, InstallEndtime, OverallResult etc . |
-| GroupName | Retrieves the groupname the event belongs to. Example: Install Information, DU Information, Disk Space Information etc. |
-| Value | Retrieves the value associated with the corresponding event name (Field Name). For example: For time related events this will include the system time. |
-| Name | Retrieves the activity name; for Dynamic Update operations events are categorized based on an activity name. |
-
-**SetupPlatformTelActivityEvent**
-
-This event sends a unique ID that can be used to bind Setup Platform events together, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| ActivityId | Provides a unique Id to correlate events that occur between a activity start event, and a stop event |
-| ActivityName | Provides a friendly name of the package type that belongs to the ActivityId (Setup, LanguagePack, GDR, Driver, etc.) |
-
-## TelClientSynthetic events
-
-**TelClientSynthetic.AbnormalShutdown_0**
-
-This event sends data about boot IDs for which a normal clean shutdown was not observed, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| AbnormalShutdownBootId | Retrieves the Boot ID for which the abnormal shutdown was observed. |
-| CurrentBootId | Retrieves the current boot ID. |
-| LastSuccessfullyShutdownBootId | Retrieves the last successfully/cleanly shutdown boot ID. |
-| PowerButtonLastPressBootId | BootId of the last time the Power Button was detected to have been pressed ("pressed" not to be confused with "released") |
-| PowerButtonLastPressTime | Date/time of the last time the Power Button was detected to have been pressed ("pressed" not to be confused with "released") |
-| PowerButtonLastReleaseTime | Date/time of the last time the Power Button was detected to have been released ("released" not to be confused with "pressed") |
-| PowerButtonCumulativePressCount | Number of times the Power Button was detected to have been pressed ("pressed" not to be confused with "released") for the BootId specified in PowerButtonLastPressBootId |
-| PowerButtonCumulativeReleaseCount | Number of times the Power Button was detected to have been released ("released" not to be confused with "pressed") for the BootId specified in PowerButtonLastReleaseBootId |
-| PowerButtonLastReleaseBootId | BootId of the last time the Power Button was detected to have been released ("released" not to be confused with "pressed") |
-| PowerButtonErrorCount | Indicates the number of times there was an error attempting to record Power Button metrics (e.g. due to a failure to lock/update the bootstat file) |
-| TransitionInfoBootId | BootId of the captured "Transition Info"; important to match AbnormalShutdownBootId for analysis or the Transition Info in the event does not correlate with the rest of the information |
-| TransitionInfoSystemRunning | At the time the last marker was saved,the system was running |
-| TransitionInfoSleepInProgress | At the time the last marker was saved,the system was in or entering Sleep mode |
-| TransitionInfoCSInProgress | At the time the last marker was saved,the system was in or entering Connected Standby mode |
-TransitionInfoCSCount | Total number of times the system transitioned from Connected Standby mode to "on" at the time the last marker was saved |
-| TransitionInfoSleepTranstionsToOn | Total number of times the system transitioned from Sleep mode to "on" at the time the last marker was saved |
-| TransitionInfoPowerButtonTimestamp | Date/time of the last time the Power Button was detected to have been pressed (collected via a different mechanism than PowerButtonLastPressTime) |
-| TransitionInfoLastReferenceTimestamp | Date/time the marker was last saved |
-| TransitionInfoLastReferenceTimeChecksum | Checksum of TransitionInfoLastReferenceTimestamp |
-| FirmwareType | ID of the FirmwareType as enumerated in DimFirmwareType |
-| CrashDumpEnabled | OS configuration of the type of crash dump enabled; 0 = "not enabled" |
-| LastBugCheckBootId | bootId of the captured "Last Bug Check"; important to match AbnormalShutdownBootId for analysis or the Last Bug Check info in the event does not correlate with the rest of the information |
-| LastBugCheckProgress | Progress towards writing out the last crashdump; non-zero value indicates an attempt; LastBugCheck data is only available on UEFI-enabled systems (as indicated by FirmwareTypeId == 2) because it is saved in an EFI variable; LastBugCheck data is only available if crashdumping is enabled (as indicated by CrashDumpEnabled .> 0) |
-| LastBugCheckCode | Bug Check code indicating the type of error; LastBugCheck data is only available on UEFI-enabled systems (as indicated by FirmwareTypeId == 2) because it is saved in an EFI variable; LastBugCheck data is only available if crashdumping is enabled (as indicated by CrashDumpEnabled > 0) |
-| LastBugCheckParameter1 | First Bug Check parameter with additional info on the type of the error; LastBugCheck data is only available on UEFI-enabled systems (as indicated by FirmwareTypeId == 2) because it is saved in an EFI variable; LastBugCheck data is only available if crashdumping is enabled (as indicated by CrashDumpEnabled > 0) |
-| LastBugCheckOriginalDumpType | Type of crashdump the system intended to save; LastBugCheck data is only available on UEFI-enabled systems (as indicated by FirmwareTypeId == 2) because it is saved in an EFI variable; LastBugCheck data is only available if crashdumping is enabled (as indicated by CrashDumpEnabled > 0) |
-| LastBugCheckOtherSettings | Other crashdump settings; LastBugCheck data is only available on UEFI-enabled systems (as indicated by FirmwareTypeId == 2) because it is saved in an EFI variable; LastBugCheck data is only available if crashdumping is enabled (as indicated by CrashDumpEnabled > 0) |
-| LastBugCheckContextFlags | Additional crashdump settings; LastBugCheck data is only available on UEFI-enabled systems (as indicated by FirmwareTypeId == 2) because it is saved in an EFI variable; LastBugCheck data is only available if crashdumping is enabled (as indicated by CrashDumpEnabled > 0) |
-| CumulativeCrashCount | Cumulative count of OS crashes since the BootId reset |
-| PowerButtonPressIsShutdownInProgress | Indicates whether a system shutdown was in progress at the last time the Power Button was pressed |
-| PowerButtonPressLastPowerWatchdogStage | Progress while monitor/display is being turned on; ranges from 0 (no progress) to 0x50 (completion); if PowerButtonPressPowerWatchdogArmed == TRUE (armed), the value represents the current stage whereas if PowerButtonPressPowerWatchdogArmed == FALSE (not armed),the value represents the last completed stage at the time of the last Power Button press, |
-| PowerButtonPressPowerWatchdogArmed | Indicates whether or not the watchdog for the monitor/display was active at the time of the last Power Button press |
-| TransitionInfoCSEntryReason | Indicates the reason the device last entered Connected Standby mode |
-| TransitionInfoCSExitReason | Indicates the reason the device last exited Connected Standby mode |
-
-**TelClientSynthetic.AuthorizationInfo_RunTimeTransition**
-
-This event sends data indicating that a device has undergone a change of telemetry opt-in level during the runtime of the device (not at UTC boot or offline), to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| TransitionFromEverythingOff | True if this transition is moving from not allowing core telemetry to allowing core telemetry. |
-| CanCollectAnyTelemetry | True if UTC is allowed to collect non-OS telemetry. Non-OS telemetry is responsible for providing its own opt-in mechanism. |
-| CanCollectHeartbeats | True if UTC is allowed to collect heartbeats. |
-| CanCollectCoreTelemetry | True if UTC is allowed to collect data which is tagged with both MICROSOFT_KEYWORD_CRITICAL_DATA and MICROSOFT_EVENTTAG_CORE_DATA. |
-| CanCollectOsTelemetry | True if UTC is allowed to collect telemetry from the OS provider groups (often called Microsoft Telemetry). |
-| CanReportScenarios | True if UTC is allowed to load and report scenario completion, failure, and cancellation events. |
-| CanAddMsaToMsTelemetry | True if UTC is allowed to add MSA user identity onto telemetry from the OS provider groups. |
-| CanPerformTraceEscalations | True if UTC is allowed to perform scenario escalations with tracing actions. |
-| CanPerformDiagnosticEscalations | True if UTC is allowed to perform all scenario escalations. |
-
-**TelClientSynthetic.AuthorizationInfo_Startup **
-
-This event sends data indicating that a device has undergone a change of telemetry opt-in level detected at UTC startup, to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| TransitionFromEverythingOff | True if this transition is moving from not allowing core telemetry to allowing core telemetry. |
-| CanCollectAnyTelemetry | True if UTC is allowed to collect non-OS telemetry. Non-OS telemetry is responsible for providing its own opt-in mechanism. |
-| CanCollectHeartbeats | True if UTC is allowed to collect heartbeats. |
-| CanCollectCoreTelemetry | True if UTC is allowed to collect data which is tagged with both MICROSOFT_KEYWORD_CRITICAL_DATA and MICROSOFT_EVENTTAG_CORE_DATA. |
-| CanCollectOsTelemetry | True if UTC is allowed to collect telemetry from the OS provider groups (often called Microsoft Telemetry). |
-| CanReportScenarios | True if UTC is allowed to load and report scenario completion, failure, and cancellation events. |
-| CanAddMsaToMsTelemetry | True if UTC is allowed to add MSA user identity onto telemetry from the OS provider groups. |
-| CanPerformTraceEscalations | True if UTC is allowed to perform scenario escalations with tracing actions. |
-| CanPerformDiagnosticEscalations | True if UTC is allowed to perform all scenario escalations. |
-
-**TelClientSynthetic.ConnectivityHeartBeat_0**
-
-This event sends data about the connectivity status of the Connected User Experience and Telemetry component that uploads telemetry events. If an unrestricted free network (such as Wi-Fi) is available, this event updates the last successful upload time. Otherwise, it checks whether a Connectivity Heartbeat event was fired in the past 24 hours, and if not, it fires an event. A Connectivity Heartbeat event also fires when a device recovers from costed network to free network.
-
-| Field | Description |
-| - | - |
-| LastConntectivityLossTime | Retrieves the last time the device lost free network. |
-| NetworkState | Retrieves the network state:
0 = No network.
1 = Restricted network.
2 = Free network. |
-| NoNetworkTime | Retrieves the time spent with no network (since the last time) in seconds. |
-| CensusTaskEnabled | Returns Boolean value for the census task (Enable/Disable) on client machine. |
-| CensusExitCode | Returns last execution codes from census client run. |
-| CensusStartTime | Returns timestamp corresponding to last successful census run. |
-| RestrictedNetworkTime | Retrieves the time spent on a metered (cost restricted) network in seconds. |
-
-**TelClientSynthetic.HeartBeat_5**
-
-This event sends data about the health and quality of the telemetry data from the given device, to help keep Windows up to date. It also enables data analysts to determine how “trusted” the data is from a given device.
-
-| Field | Description |
-| - | - |
-| CriticalOverflowEntersCounter | Retrieves the number of times we have entered critical overflow mode. |
-| DbCriticalDroppedCount | Retrieves the number of events marked with critical persistence that have been dropped due to disk size and/or bandwidth limitations. |
-| DbDroppedCount | Retrieves the number of events dropped by the local service due to disk size and/or bandwidth limitations. |
-| DecodingDroppedCount | Retrieves the number of events dropped due to ETW Decoding failures. |
-| EnteringCriticalOverflowDroppedCounter | Retrieves the sum of bytes dropped from normal buffers due to entering critical overflow. |
-| EtwDroppedCount | Retrieves the number of events dropped in ETW buffer. |
-| EventSubStoreResetCounter | Retrieves the number of times an event substore was reset. |
-| EventSubStoreResetSizeSum | Retrieves the sum of sizes (in bytes) of all event substores reset. |
-| EventsUploaded | Retrieves the total number of events uploaded since last successful upload. |
-| InvalidHttpCodeCount | Retrieves the total number of failed responses from the Microsoft Data Management Service servers. |
-| LastEventSizeOffender | Retrieves the name of the last event to exceed the allowed single-upload event payload size. |
-| LastInvalidHttpCode | Retrieves the last HTTP error received from Microsoft Data Management Service servers when attempting to upload. |
-| MaxInUseScenarioCounter | Retrieves the maximum # of concurrent in use scenarios during this timeframe since last heartbeat. |
-| PreviousHeartBeatTime | Retrieves the timestamp of the last heart beat which was fired. |
-| SettingsHttpAttempts | Retrieves the number of times the Connected User Experience and Telemetry component attempted to connect to OneSettings. |
-| SettingsHttpFailures | Retrieves the number of times the Connected User Experience and Telemetry component failed to connect to OneSettings. |
-| ThrottledDroppedCount | Retrieves the number of events which were dropped due to throttling. |
-| UploaderDroppedCount | Retrieves the number of dropped events due to the upload buffer. |
-| VortexHttpAttempts | Retrieves the number of attempts the Connected User Experience and Telemetry component attempted to upload data to Microsoft Data Management servers. |
-| VortexHttpeFailures4xx | Retrieves the count, which increases each time the client receives a 400-499 code back from the service. |
-| VortexFailuresTimeout | Incremented each time a Vortex communication results in the error ERROR_WINHTTP_TIMOUT. |
-| VortexHttpFailures5xx | Incremented each time a Vortex communication results in a 500-599 HTTP error code. |
-
-## Kernel process events
-
-**KernelProcess.AppStateChange**
-
-This event sends data about the life cycle of an application’s process (e.g. launch, suspend, resumer, terminate), to help keep Windows up to date.
-
-| Field | Description |
-| - | - |
-| AppSessionGuid | Unique identifier for the specific application session (starts on process creation and ends on process termination). |
-| CommandLineHash | A one-way hash of the command line parameters. |
-| CommitCharge | On termination state – private virtual memory commit charge. |
-| CommitChargePeak | On termination state – peak private virtual memory commit charge for the process instance. |
-| CPUCycleCount | On termination state – CPU cycles consumed by process instance. |
-| Crashed | On termination state – has the process crashed. |
-| EventSequence | A data quality control measure; incrementing ordinal for each event per epoch. |
-| ExitStatus | On termination state – process exit code. |
-| HandleCount | On termination state – outstanding OS handle count. |
-| HangCount | On termination state – reported hangs. |
-| HardFaultCount | On termination state – disk page fault count. |
-| PreviousState | Application state being exited in this transition. |
-| ProcessSequence | Process sequence on this OS boot. |
-| ProcessStartKey | Process identifier based on process sequence and boot id. |
-| ReadCount | On termination state – Read IO count for process. |
-| ReadSizeInKB | On termination state – Read IO bytes for process. |
-| StateDurationMS | Amount of time (in milliseconds) that the application was in the previous state (the state being exited). |
-| TargetAppId | The ID of the application whose usage is being described. |
-| TargetAppType | Not used at this time. |
-| TargetAppVer | Additional information about the specific version of the application whose usage is being described. |
-| TotalDurationMS | A data quality control measure; the sum of all state durations (in milliseconds) for this particular application session. |
-| TotalSuspendedMS | A data quality control measure; the sum of all the suspend state durations (in milliseconds) for this particular application session. |
-| TotalUptimeMS | A data quality control measure; the sum of all the running state durations (in milliseconds) for this particular application session. |
-| UptimeDeltaMS | A data quality control measure. |
-| WriteCount | On termination state – Write IO count for process. |
-| WriteSizeInKB | On termination state – Write IO bytes for process. |
-
-## Sleep study events
+This User Account Control (UAC) telemetry point collects information on elevations that originate from low integrity levels. This occurs when a process running at low integrity level (IL) requires higher (administrator) privileges, and therefore requests for elevation via UAC (consent.exe). By better understanding the processes requesting these elevations, Microsoft can in turn improve the detection and handling of potentially malicious behavior in this path.
-**Microsoft.Windows.Power.SleepStudy.SleepStudySessionSummary**
-
-| Field | Description |
-| - | - |
-| dripsPercentage | Percent of time OS spent in the ‘deepest runtime idle power state’ during this connected standby session. |
-| duration | Duration of connected standby session, in minutes. |
-| energyChange | Amount of energy drained, in milliWatt hours, while on battery, during a connected standby session. |
-| energyChangeRate | Approximate rate of energy change, in milliWatts, while on battery, during a connected standby session. |
-| hwDripsPercentage | Percent of time hardware spent in the ‘deepest runtime idle power state’ during this connected standby session. |
-| packedAsULong | Indicates status of ac/critical battery/time spent listening to audio during connected standby session, most commonly 0 for session on battery, or 1 for session on AC. See this for bit expansion. |
-| startTime | Start time of the connected standby session. |
-
-**Microsoft.Windows.Power.SleepStudy.SleepStudyTopOffenders**
-
-| Field | Description |
-| - | - |
-| activeTimePercentage | Percent of connected standby session that activator was present. |
-| designCapacity | Size of system battery in milliWatt hours. |
-| dripsPercentage | Percent of time OS spent in the ‘deepest runtime idle power state’ during this connected standby session. |
-| duration | Duration of connected standby session, in minutes. |
-| energyChange | Amount of energy drained, in milliWatt hours, while on battery, during a connected standby session. |
-| energyChangeRate | Approximate rate of energy change, in milliWatts, while on battery, during a connected standby session. |
-| hwDripsPercentage | Percent of time hardware spent in the ‘deepest runtime idle power state’ during this connected standby session. |
-| level | Level of offender in hierarchy, 1-3. |
-| name | Name of offender. |
-| onAc | 1 if session was on AC, 0 if on DC. |
-| startTime | Start time of the connected standby session. |
-| type | The type of the PDC activator that is blocking connected standby |
-| vetoCount | Number of times the PEP veto’d the kernel from entering DRIPS during this session. |
-
-## Windows Error Reporting events
-
-**Microsoft.Windows.WindowsErrorReporting.AppCrashEvent**
-
-This event sends data about crashes for both native and managed applications, to help keep Windows up to date. The data includes information about the crashing process and a summary of its exception record. It does not contain any Watson bucketing information. The bucketing information is recorded in a Windows Error Reporting (WER) event that is generated when the WER client reports the crash to the Watson service, and the WER event will contain the same ReportID (see field 14 of crash event, field 19 of WER event) as the crash event for the crash being reported. AppCrash is emitted once for each crash handled by WER (e.g. from an unhandled exception or FailFast or ReportException). Note that Generic Watson event types (e.g. from PLM) that may be considered "crashes" by a user DO NOT emit this event.
-
-| Field | Description |
-| - | - |
-| AppName | Application executable name (e.g. excel.exe) |
-| AppSessionGuid | ID of the application session for BI correlation purposes. The appSessionGuid uniquely identifies a session from Launch to Terminate (Close or Crash). |
-| AppTimeStamp | Application executable image timestamp (UNIX epoch). |
-| AppVersion | Four 16-bit tuple identifying the application version |
-| ExceptionCode | NTSTATUS exception code. |
-| ExceptionOffset | NTSTATUS exception code. |
-| Flags | Bitmask containing control and routing flags |
-| ModName | Exception module name (e.g. test.dll). |
-| ModTimeStamp | Module image timestamp (UNIX epoch). |
-| ModVersion | Four 16-bit tuple identifying the module version. |
-| PackageFullName | Store application identity. |
-| PackageRelativeAppId | Store application identity. |
-| ProcessArchitecture | Architecture of the crashing process, as one of the PROCESSOR_ARCHITECTURE_* constants:
0: PROCESSOR_ARCHITECTURE_INTEL
5: PROCESSOR_ARCHITECTURE_ARM
9: PROCESSOR_ARCHITECTURE_AMD64
12: PROCESSOR_ARCHITECTURE_ARM64 |
-| ProcessCreateTime | Process creation time (UTC) of the crashing process. |
-| ProcessId | Process ID of the crashing process. |
-| ReportId | Unique report ID (usually a GUID) |
-| UTCReplace_TargetAppId | The kernel reported AppId of the application being reported. |
-| UTCReplace_TargetAppVer | The specific version of the application being reported. |
-**Microsoft.Windows.WindowsErrorReporting.AppHangEvent**
+## DxgKrnlTelemetry.GPUAdapterInventoryV2 events
+
+This event sends basic GPU and Display Driver information to keep Windows and display drivers up to date.
+
+
+The following fields are available in this event:
+
+- **version** The GPUAdapterInventoryV2 event version
+- **bootId** The system boot ID,
+- **aiSeqId** The GPUAdapterInventoryV2 event sequence id
+- **MeasureEnabled** Indicates whether the system is listening to MICROSOFT_KEYWORD_MEASURES
+- **TelemetryEnabled** Indicates whether the system is listening to MICROSOFT_KEYWORD_TELEMETRY
+- **InterfaceId** GPU interface ID. This is used to uniquely identify a GPU on a device
+- **GPUVendorID** GPU vendor ID
+- **GPUDeviceID** GPU device ID
+- **SubVendorID** GPU sub vendor ID
+- **SubSystemID** Sub system ID
+- **GPURevisionID** GPU revision ID
+- **DriverVersion** Display driver version
+- **DriverDate** Date of the display driver
+- **DriverRank** Rank of the display driver
+- **IsMiracastSupported** Indicates whether the GPU supports Miracast
+- **IsMsMiracastSupported** Indicates whether the GPU Miracast capabilities are driven by a Microsoft solution
+- **IsHybridDiscrete** Indicates whether the GPU has discrete GPU capabilities in a hybrid device.
+- **IsHybridIntegrated** Indicates whether the GPU has integrated GPU capabilities in a hybrid device.
+- **IsMPOSupported** Indicates whether the GPU supports Multi-Plane Overlays.
+- **IsLDA** Indicates whether the GPU is comprised of Linked Display Adapters.
+- **IsMismatchLDA** Indicates whether at least one device in the Linked Display Adapters chain is from a different vendor.
+- **IsPostAdapter** Indicates whether this GPU is the POST GPU in the device.
+- **IsSoftwareDevice** Indicates whether this is a software implementation of the GPU
+- **IsRenderDevice** Indicates whether the GPU has rendering capabilities
+- **IsDisplayDevice** Indicates whether the GPU has displaying capabilities
+- **WDDMVersion** Windows Display Driver Model version
+- **DisplayAdapterLuid** Adapter LUID
+- **GPUPreemptionLevel** Max preemption level supported by GPU for graphics payload.
+- **ComputePreemptionLevel** Max preemption level supported by GPU for compute payload.
+- **TelInvEvntTrigger** Indicates what triggered this event to be logged. 0 == GPU enumeration, 1 == DxgKrnlTelemetry provider toggling
+- **DedicatedVideoMemoryB** Dedicated VRAM of the GPU in bytes
+- **DedicatedSystemMemoryB** Amount of system memory dedicated for GPU use in bytes.
+- **SharedSystemMemoryB** Amount of system memory shared by GPU and CPU in bytes.
+- **NumVidPnSources** Number of supported display output sources
+- **NumVidPnTargets** Number of supported display output targets
+
+
+## Microsoft.OneDrive.Sync.Setup.APIOperation events
+
+This event includes basic data about install and uninstall OneDrive API operations.
+
+
+The following fields are available in this event:
+
+- **APIName** The name of the API.
+- **ScenarioName** The name of the scenario.
+- **Duration** How long the operation took.
+- **isSuccess** Was the operation successful?
+- **ResultCode** The result code.
+
+
+## Microsoft.OneDrive.Sync.Setup.EndExperience events
+
+This event includes a success or failure summary of the installation.
+
+
+The following fields are available in this event:
+
+- **APIName** The name of the API.
+- **ScenarioName** The name of the scenario.
+- **Hresult** The HResult of the operation.
+- **isSuccess** Was the operation successful?
+
+
+## Microsoft.OneDrive.Sync.Setup.OSUpgradeInstallationOperation events
+
+This event is related to the OS version when the OS is upgraded with OneDrive installed.
+
+
+The following fields are available in this event:
+
+- **HResult** The HResult of the operation.
+- **SourceOSVersion** The source version of the operating system.
+- **SourceOSBuildNumber** The source build number of the operating system.
+- **SourceOSBuildBranch** The source branch of the operating system.
+- **CurrentOSVersion** The current version of the operating system.
+- **CurrentOSBuildNumber** The current build number of the operating system.
+- **CurrentOSBuildBranch** The current branch of the operating system.
+- **CurrentOneDriveVersion** The current version of OneDrive.
+
+
+## Microsoft.OneDrive.Sync.Setup.RegisterStandaloneUpdaterAPIOperation events
+
+This event is related to registering or unregistering the OneDrive update task.
+
+
+The following fields are available in this event:
+
+- **APIName** The name of the API.
+- **ScenarioName** The name of the scenario.
+- **UnregisterOldTaskResult** The HResult of the UnregisterOldTask operation.
+- **RegisterNewTaskResult** The HResult of the RegisterNewTask operation.
+- **isSuccess** Was the operation successful?
+
+
+## Microsoft.OneDrive.Sync.Setup.SetupCommonData events
+
+This event contains basic OneDrive configuration data that helps to diagnose failures.
+
+
+The following fields are available in this event:
+
+- **AppVersion** The version of the app.
+- **OfficeVersion** The version of Office that is installed.
+- **BuildArch** Is the architecture x86 or x64?
+- **Market** Which market is this in?
+- **OneDriveDeviceId** The OneDrive device ID.
+- **MachineGuid** The CEIP machine ID.
+- **IsMSFTInternal** Is this an internal Microsoft device?
+- **OSDeviceName** Only if the device is internal to Microsoft, the device name.
+- **OSUserName** Only if the device is internal to Microsoft, the user name.
+- **Environment** Is the device on the production or int service?
+- **OfficeVersionString** The version of Office that is installed.
+- **BuildArchitecture** Is the architecture x86 or x64?
+- **UserGuid** The CEIP user ID.
+- **MSFTInternal** Is this an internal Microsoft device?
+
+
+## Microsoft.OneDrive.Sync.Updater.CommonData events
+
+This event contains basic OneDrive configuration data that helps to diagnose failures.
+
+
+The following fields are available in this event:
+
+- **AppVersion** The version of the app.
+- **OfficeVersion** The version of Office that is installed.
+- **BuildArch** Is the architecture x86 or x64?
+- **Market** Which market is this in?
+- **OneDriveDeviceId** The OneDrive device ID.
+- **MachineGuid** The CEIP machine ID.
+- **IsMSFTInternal** Is this an internal Microsoft device?
+- **OSDeviceName** Only if the device is internal to Microsoft, the device name.
+- **OSUserName** Only if the device is internal to Microsoft, the user name.
+- **Environment** Is the device on the production or int service?
+
+
+## Microsoft.OneDrive.Sync.Updater.ComponentInstallState events
+
+This event determines the installation state of dependent OneDrive components.
+
+
+The following fields are available in this event:
+
+- **ComponentName** The name of the dependent component.
+- **isInstalled** Is the dependent component installed?
+
+
+## Microsoft.OneDrive.Sync.Updater.OfficeRegistration events
+
+This event determines the status of the OneDrive integration with Microsoft Office.
+
+
+The following fields are available in this event:
+
+- **isValid** Is the Microsoft Office registration valid?
+
+
+## Microsoft.OneDrive.Sync.Updater.OverlayIconStatus events
+
+This event indicates if the OneDrive overlay icon is working correctly. 0 = healthy; 1 = can be fixed; 2 = broken
+
+
+The following fields are available in this event:
+
+- **ThirtyTwoBit** Is it running 32-bit?
+- **SixtyFourBit** Is it running 64-bit?
+
+
+## Microsoft.OneDrive.Sync.Updater.RepairResult events
+
+The event determines the result of the installation repair.
+
+
+The following fields are available in this event:
+
+- **hr** The HResult of the operation.
+
+
+## Microsoft.OneDrive.Sync.Updater.SetupBinaryDownloadHResult events
+
+This event indicates the status when downloading the OneDrive setup file.
+
+
+The following fields are available in this event:
+
+- **hr** The HResult of the operation.
+
+
+## Microsoft.OneDrive.Sync.Updater.UpdateOverallResult events
+
+This event determines the outcome of the operation.
+
+
+The following fields are available in this event:
+
+- **UpdaterVersion** The version of the updater.
+- **IsLoggingEnabled** Is logging enabled?
+- **hr** The HResult of the operation.
+
+
+## Microsoft.OneDrive.Sync.Updater.UpdateTierReg events
+
+This event determines status of the update tier registry values.
+
+
+The following fields are available in this event:
+
+- **regReadEnterpriseHr** The HResult of the enterprise reg read value.
+- **regReadTeamHr** The HResult of the team reg read value.
+
+
+## Microsoft.OneDrive.Sync.Updater.UpdateXmlDownloadHResult events
+
+This event determines the status when downloading the OneDrive update configuration file.
+
+
+The following fields are available in this event:
+
+- **hr** The HResult of the operation.
+
+
+## Microsoft.OneDrive.Sync.Updater.WebConnectionStatus events
+
+This event determines the error code that was returned when verifying Internet connectivity.
+
+
+The following fields are available in this event:
+
+- **winInetError** The HResult of the operation.
+
+
+## Microsoft.OSG.DU.DeliveryOptClient.DownloadCanceled events
+
+This event describes when a download was canceled with Delivery Optimization. It's used to understand and address problems regarding downloads.
+
+
+The following fields are available in this event:
+
+- **bytesFromIntPeers** The number of bytes received from peers not in the same LAN or in the same group.
+- **fileID** The ID of the file being canceled.
+- **sessionID** The ID of the download session.
+- **scenarioID** The ID of the scenario.
+- **bytesFromCDN** The number of bytes received from a CDN source.
+- **updateID** The ID of the update being canceled.
+- **background** Is the download a background download?
+- **bytesFromPeers** The number of bytes received from a peer in the same LAN.
+- **clientTelId** A random number used for device sampling.
+- **bytesFromGroupPeers** The number of bytes received from a peer in the same group.
+- **errorCode** The error code that was returned.
+- **doErrorCode** The Delivery Optimization error code that was returned.
+- **cdnErrorCodes** A list of CDN connection errors since the last FailureCDNCommunication event.
+- **cdnErrorCounts** The number of times each error in cdnErrorCodes was encountered.
+- **experimentId** When running A/B testing, this is used to correlate client/services calls that are part of the same test.
+- **isVpn** Is the device connected to a Virtual Private Network?
+- **usedMemoryStream** Did the download use memory streaming?
+
+
+## Microsoft.OSG.DU.DeliveryOptClient.DownloadCompleted events
+
+This event describes when a download has completed with Delivery Optimization. It's used to understand and address problems regarding downloads.
+
+
+The following fields are available in this event:
+
+- **sessionID** The ID of the download session.
+- **scenarioID** The ID of the scenario.
+- **bytesFromIntPeers** The number of bytes received from peers not in the same LAN or in the same group.
+- **updateID** The ID of the update being downloaded.
+- **fileSize** The size of the file being downloaded.
+- **bytesFromCDN** The number of bytes received from a CDN source.
+- **fileID** The ID of the file being downloaded.
+- **background** Is the download a background download?
+- **bytesFromPeers** The number of bytes received from a peer in the same LAN.
+- **totalTime** How long did the download take (in seconds)?
+- **restrictedUpload** Is the upload restricted?
+- **clientTelId** A random number used for device sampling.
+- **bytesFromGroupPeers** The number of bytes received from a peer in the same group.
+- **downloadMode** The download mode used for this file download session.
+- **doErrorCode** The Delivery Optimization error code that was returned.
+- **numPeers** The total number of peers used for this download.
+- **cdnConnectionCount** The total number of connections made to the CDN.
+- **lanConnectionCount** The total number of connections made to peers in the same LAN.
+- **groupConnectionCount** The total number of connections made to peers in the same group.
+- **internetConnectionCount** The total number of connections made to peers not in the same LAN or the same group.
+- **cdnIp** The IP address of the source CDN.
+- **downlinkBps** The maximum measured available download bandwidth (in bytes per second).
+- **uplinkBps** The maximum measured available upload bandwidth (in bytes per second).
+- **downlinkUsageBps** The download speed (in bytes per second).
+- **uplinkUsageBps** The upload speed (in bytes per second).
+- **totalTimeMs** Duration of the download (in seconds).
+- **cdnErrorCodes** A list of CDN connection errors since the last FailureCDNCommunication event.
+- **cdnErrorCounts** The number of times each error in cdnErrorCodes was encountered.
+- **bytesRequested** The total number of bytes requested for download.
+- **experimentId** When running A/B testing, this is used to correlate client/services calls that are part of the same test.
+- **isVpn** Is the device connected to a Virtual Private Network?
+- **usedMemoryStream** Did the download use memory streaming?
+
+
+## Microsoft.OSG.DU.DeliveryOptClient.DownloadPaused events
+
+This event represents a temporary suspension of a download with Delivery Optimization. It's used to understand and address problems regarding downloads.
+
+
+The following fields are available in this event:
+
+- **updateID** The ID of the update being paused.
+- **errorCode** The error code that was returned.
+- **scenarioID** The ID of the scenario.
+- **background** Is the download a background download?
+- **sessionID** The ID of the download session.
+- **clientTelId** A random number used for device sampling.
+- **reasonCode** The reason for pausing the download.
+- **fileID** The ID of the file being paused.
+- **experimentId** When running A/B testing, this is used to correlate client/services calls that are part of the same test.
+- **isVpn** Is the device connected to a Virtual Private Network?
+
+
+## Microsoft.OSG.DU.DeliveryOptClient.DownloadStarted events
+
+This event describes the start of a new download with Delivery Optimization. It's used to understand and address problems regarding downloads.
+
+
+The following fields are available in this event:
+
+- **experimentId** When running A/B testing, this is used to correlate client/services calls that are part of the same test.
+- **errorCode** The error code that was returned.
+- **doErrorCode** The Delivery Optimization error code that was returned.
+- **peerID** The ID for this Delivery Optimization client.
+- **doClientVersion** The version of the Delivery Optimization client.
+- **jobID** The ID of the Windows Update job.
+- **sessionID** The ID of the download session.
+- **updateID** The ID of the update being downloaded.
+- **scenarioID** The ID of the scenario.
+- **fileID** The ID of the file being downloaded.
+- **cdnUrl** The URL of the CDN.
+- **filePath** The path where the file will be written.
+- **groupID** ID for the group.
+- **background** Is the download a background download?
+- **downloadMode** The download mode used for this file download session.
+- **minFileSizePolicy** The minimum file size policy set for the device to allow Peering with Delivery Optimization.
+- **diceRoll** The dice roll value used in sampling events.
+- **deviceProfile** Identifies the usage or form factor. Example: Desktop or Xbox
+- **isVpn** Is the device connected to a Virtual Private Network?
+- **usedMemoryStream** Did the download use memory streaming?
+- **minDiskSizePolicyEnforced** The minimum disk size policy that is enforced for the device to allow Peering with Delivery Optimization.
+- **minDiskSizeGB** The minimum disk size (in GB).
+- **clientTelId** A random number used for device sampling.
+- **costFlags** A set of flags representing network cost.
+
+
+## Microsoft.OSG.DU.DeliveryOptClient.FailureCdnCommunication events
+
+This event represents a failure to download from a CDN with Delivery Optimization. It's used to understand and address problems regarding downloads.
+
+
+The following fields are available in this event:
+
+- **experimentId** When running A/B testing, this is used to correlate client/services calls that are part of the same test.
+- **fileID** The ID of the file being downloaded.
+- **errorCode** The error code that was returned.
+- **httpStatusCode** The HTTP status code returned by the CDN.
+- **errorCount** The total number of times this error code was seen since the last FailureCdnCommunication event was encountered.
+- **sessionID** The ID of the download session.
+- **cdnUrl** The URL of the CDN.
+- **cdnIp** The IP address of the CDN.
+- **cdnHeaders** The HTTP headers returned by the CDN.
+- **clientTelId** A random number used for device sampling.
+- **isHeadRequest**
+- **requestSize**
+- **responseSize**
+
+
+## Microsoft.OSG.DU.DeliveryOptClient.JobError events
+
+This event represents a Windows Update job error. It allows for investigation of top errors.
+
+
+The following fields are available in this event:
+
+- **jobID** The Windows Update job ID.
+- **fileID** The ID of the file being downloaded.
+- **errorCode** The error code returned.
+- **clientTelId** A random number used for device sampling.
+- **experimentId** When running A/B testing, this is used to correlate client/services calls that are part of the same test.
+
+
+## Microsoft.Windows.Appraiser.General.ChecksumTotalPictureCount events
+
+This event lists the types of objects and how many of each exist on the client device. This allows for a quick way to ensure that the records present on the server match what is present on the client.
+
+
+The following fields are available in this event:
+
+- **PCFP** An ID for the system that is calculated by hashing hardware identifiers.
+- **InventoryApplicationFile** The total InventoryApplicationFile objects that are present on this device.
+- **InventoryMediaCenter** The total InventoryMediaCenter objects that are present on this device.
+- **InventoryLanguagePack** The total InventoryLanguagePack objects that are present on this device.
+- **InventoryUplevelDriverPackage** The total InventoryUplevelDriverPackage objects that are present on this device.
+- **InventorySystemBios** The total InventorySystemBios objects that are present on this device.
+- **SystemProcessorCompareExchange** The total SystemProcessorCompareExchange objects that are present on this device.
+- **SystemProcessorLahfSahf** The total SystemProcessorLahfSahf objects that are present on this device.
+- **SystemMemory** The total SystemMemory objects that are present on this device.
+- **SystemProcessorPrefetchW** The total SystemProcessorPrefetchW objects that are present on this device.
+- **SystemProcessorSse2** The total SystemProcessorSse2 objects that are present on this device.
+- **SystemProcessorNx** The total SystemProcessorNx objects that are present on this device.
+- **SystemWlan** The total SystemWlan objects that are present on this device.
+- **SystemWim** The total SystemWim objects that are present on this device
+- **SystemTouch** The total SystemTouch objects that are present on this device.
+- **SystemWindowsActivationStatus** The total SystemWindowsActivationStatus objects that are present on this device.
+- **DatasourceApplicationFile_RS2** The total DatasourceApplicationFile objects targeting Windows 10 version 1703 present on this device.
+- **DecisionApplicationFile_RS2** The total DecisionApplicationFile objects targeting Windows 10 version 1703 present on this device.
+- **DataSourceMatchingInfoBlock_RS2** The total DataSourceMatchingInfoBlock objects targeting Windows 10 version 1703 present on this device.
+- **DecisionMatchingInfoBlock_RS2** The total DecisionMatchingInfoBlock objects targeting Windows 10 version 1703 present on this device.
+- **DataSourceMatchingInfoPassive_RS2** The total DataSourceMatchingInfoPassive objects targeting Windows 10 version 1703 present on this device.
+- **DecisionMatchingInfoPassive_RS2** The total DecisionMatchingInfoPassive objects targeting Windows 10 version 1703 present on this device.
+- **DataSourceMatchingInfoPostUpgrade_RS2** The total DataSourceMatchingInfoPostUpgrade objects targeting Windows 10 version 1703 present on this device.
+- **DecisionMatchingInfoPostUpgrade_RS2** The total DecisionMatchingInfoPostUpgrade objects targeting Windows 10 version 1703 present on this device.
+- **DecisionMediaCenter_RS2** The total DecisionMediaCenter objects targeting Windows 10 version 1703 present on this device.
+- **Wmdrm_RS2** The total Wmdrm objects targeting Windows 10 version 1703 present on this device.
+- **DatasourceDevicePnp_RS2** The total DatasourceDevicePnp objects targeting Windows 10 version 1703 present on this device.
+- **DecisionDevicePnp_RS2** The total DecisionDevicePnp objects targeting Windows 10 version 1703 present on this device.
+- **DatasourceDriverPackage_RS2** The total DatasourceDriverPackage objects targeting Windows 10 version 1703 present on this device.
+- **DecisionDriverPackage_RS2** The total DecisionDriverPackage objects targeting Windows 10 version 1703 present on this device.
+- **DatasourceSystemBios_RS2** The total DatasourceSystemBios objects targeting Windows 10 version 1703 present on this device.
+- **DecisionSystemBios_RS2** The total DecisionSystemBios objects targeting Windows 10 version 1703 present on this device.
+
+
+## Microsoft.Windows.Appraiser.General.ChecksumTotalPictureIdHashSha256 events
+
+This event lists the types of objects and the hashed values of all the identifiers for each one. This allows for a more in-depth way to ensure that the records present on the server match what is present on the client.
+
+
+The following fields are available in this event:
+
+- **PCFP** An ID for the system that is calculated by hashing hardware identifiers.
+- **InventoryApplicationFile** The SHA256 hash of InventoryApplicationFile objects that are present on this device.
+- **InventoryMediaCenter** The SHA256 hash of InventoryMediaCenter objects that are present on this device.
+- **InventoryLanguagePack** The SHA256 hash of InventoryLanguagePack objects that are present on this device.
+- **InventoryUplevelDriverPackage** The SHA256 hash of InventoryUplevelDriverPackage objects that are present on this device.
+- **InventorySystemBios** The SHA256 hash of InventorySystemBios objects that are present on this device.
+- **SystemProcessorCompareExchange** The SHA256 hash of SystemProcessorCompareExchange objects that are present on this device.
+- **SystemProcessorLahfSahf** The SHA256 hash of SystemProcessorLahfSahf objects that are present on this device.
+- **SystemMemory** The SHA256 hash of SystemMemory objects that are present on this device.
+- **SystemProcessorPrefetchW** The SHA256 hash of SystemProcessorPrefetchW objects that are present on this device.
+- **SystemProcessorSse2** The SHA256 hash of SystemProcessorSse2 objects that are present on this device.
+- **SystemProcessorNx** The SHA256 hash of SystemProcessorNx objects that are present on this device.
+- **SystemWlan** The SHA256 hash of SystemWlan objects that are present on this device.
+- **SystemWim** The SHA256 hash of SystemWim objects that are present on this device.
+- **SystemTouch** The SHA256 hash of SystemTouch objects that are present on this device.
+- **SystemWindowsActivationStatus** The SHA256 hash of SystemWindowsActivationStatus objects that are present on this device.
+- **DatasourceApplicationFile_RS2** The SHA256 hash of DatasourceApplicationFile objects targeting Windows 10 version 1703 present on this device.
+- **DecisionApplicationFile_RS2** The SHA256 hash of DecisionApplicationFile objects targeting Windows 10 version 1703 present on this device.
+- **DataSourceMatchingInfoBlock_RS2** The SHA256 hash of DataSourceMatchingInfoBlock objects targeting Windows 10 version 1703 present on this device.
+- **DecisionMatchingInfoBlock_RS2** The SHA256 hash of DecisionMatchingInfoBlock objects targeting Windows 10 version 1703 present on this device.
+- **DataSourceMatchingInfoPassive_RS2** The SHA256 hash of DataSourceMatchingInfoPassive objects targeting Windows 10 version 1703 present on this device.
+- **DecisionMatchingInfoPassive_RS2** The SHA256 hash of DecisionMatchingInfoPassive objects targeting Windows 10 version 1703 present on this device.
+- **DataSourceMatchingInfoPostUpgrade_RS2** The SHA256 hash of DataSourceMatchingInfoPostUpgrade objects targeting Windows 10 version 1703 present on this device.
+- **DecisionMatchingInfoPostUpgrade_RS2** The SHA256 hash of DecisionMatchingInfoPostUpgrade objects targeting Windows 10 version 1703 present on this device.
+- **DecisionMediaCenter_RS2** The SHA256 hash of DecisionMediaCenter objects targeting Windows 10 version 1703 present on this device.
+- **Wmdrm_RS2** The SHA256 hash of Wmdrm objects targeting Windows 10 version 1703 present on this device.
+- **DatasourceDevicePnp_RS2** The SHA256 hash of DatasourceDevicePnp objects targeting Windows 10 version 1703 present on this device.
+- **DecisionDevicePnp_RS2** The SHA256 hash of DecisionDevicePnp objects targeting Windows 10 version 1703 present on this device.
+- **DatasourceDriverPackage_RS2** The SHA256 hash of DatasourceDriverPackage objects targeting Windows 10 version 1703 present on this device.
+- **DecisionDriverPackage_RS2** The SHA256 hash of DecisionDriverPackage objects targeting Windows 10 version 1703 present on this device.
+- **DatasourceSystemBios_RS2** The SHA256 hash of DatasourceSystemBios objects targeting Windows 10 version 1703 present on this device.
+- **DecisionSystemBios_RS2** The SHA256 hash of DecisionSystemBios objects targeting Windows 10 version 1703 present on this device.
+
+
+## Microsoft.Windows.Appraiser.General.DatasourceApplicationFileAdd events
+
+This event sends compatibility information about a file (database entries, registered as anti-virus, predicted to be compatible)to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** LongPathHash: A hash of the full file path including the file name. Example: 0000eb6aa77318dd7af6737658f6045a9ddd80339602
+- **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361
+- **AvDisplayName** The display name for the app if it is an AV. Example: System Center Endpoint Protection
+- **CompatModelIndex** The compatibility prediction for this file. Will always be an empty string.
+- **HasCitData** Whether or not the file is present in CIT data. Example: FALSE
+- **HasUpgradeExe** Whether or not the AV has an upgrade.exe. Example: TRUE
+- **IsAv** Whether or not the file is an AV reporting EXE. Example: TRUE
+- **ResolveAttempted** Will always be an empty string when sending telemetry.
+- **SdbEntries** An array of fields indicating the SDB entries that apply to this file.
+- **SdbEntries_item_MigShimCommand** The command line to be passed to the MigShim if one is applicable.
+- **SdbEntries_item_MigShimName** Example: DevenvDotnetCacheRebuildShim
+- **SdbEntries_item_MigXmlName** Example: MicrosoftForefrontEndpointProtection__4_6__PART
+- **SdbEntries_item_MigXmlType** Example: MIG_XML_TYPE_REMOVED
+- **SdbEntries_item_ReinstallUpgradeMessage** Example: Resource: 10022
+- **SdbEntries_item_SdbAppGuid** Example: {551f8360-14dd-4ea5-bd29-74b0c21abfde}
+- **SdbEntries_item_SdbAppName** Example: Visual Studio
+- **SdbEntries_item_SdbAppVendor** Example: Microsoft
+- **SdbEntries_item_SdbBlockType** Example: ReinstallAfterUpgradeInfo
+- **SdbEntries_item_SdbEntryGuid** Example: {84e92468-a463-4c02-93a6-20171694b8a8}
+- **SdbEntries_item_SdbUpgradeMode** Example: Swap
+- **SdbEntries_item_SdbUxBlocktypeOverride** Example: SDB_UX_BLOCKTYPE_OVERRIDE_MIG_FIXED
+
+
+## Microsoft.Windows.Appraiser.General.DatasourceApplicationFileRemove events
+
+This event indicates that the DatasourceApplicationFile object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DatasourceApplicationFileStartSync events
+
+This event indicates that a new set of DatasourceApplicationFileAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DatasourceDevicePnpAdd events
+
+This event sends compatibility data (database entries, is boot critical, has a driver up-level) for a PNP device, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** The Device Instance ID of the device (uniquely identifies a device in the system). Example: pci\ven_8086&dev_0085&subsys_13118086&rev_34\4&2dded11c&0&00e1
+- **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361
+- **ActiveNetworkConnection** Is the device an active network device? Example: TRUE
+- **CosDeviceRating** Enumeration indicating if there is a driver on the target operating system. Example: 80
+- **CosDeviceSolution** Enumeration indicating how a driver on the target operating system is available. Example: 12
+- **CosDeviceSolutionUrl** Empty string
+- **CosPopulatedFromId** The expected uplevel driver matching ID based on driver coverage data. Example: hid_device_upr:ff00-ffff
+- **IsBootCritical** Is the device boot critical? Example: TRUE
+- **SdbEntries** An array of fields indicating the SDB entries that apply to this device.
+- **SdbEntries_item_SdbAppGuid** Example: {0ba2f09d-5288-45fa-be32-001857cc020f}
+- **SdbEntries_item_SdbAppName** Example: Virtual Machine Manager Self-Service Client
+- **SdbEntries_item_SdbAppVendor** Example: Microsoft Corporation
+- **SdbEntries_item_SdbBlockType** Example: ReinstallAfterUpgrade
+- **SdbEntries_item_SdbEntryGuid** Example: {2a1cc617-9ee0-4dff-b3c0-a09cfc13543a}
+- **SdbEntries_item_SdbUpgradeMode** Example: Swap
+- **SdbEntries_item_SdbUxBlocktypeOverride** Example: SDB_UX_BLOCKTYPE_OVERRIDE_REINSTALL_BLOCK
+- **UplevelInboxDriver** Is there a driver uplevel for this device? Example: TRUE
+- **WuDriverCoverage** Is there a driver uplevel for this device according to Windows Update? Example: TRUE
+- **WuDriverUpdateID** The UpdateId of the applicable uplevel driver from Windows Update.
+- **WuPopulatedFromID** The expected uplevel driver matching ID based on driver coverage from Windows Update.
+
+
+## Microsoft.Windows.Appraiser.General.DatasourceDevicePnpRemove events
+
+This event indicates that the DatasourceDevicePnp object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DatasourceDevicePnpStartSync events
+
+This event indicates that a new set of DatasourceDevicePnpAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DatasourceDriverPackageAdd events
+
+This event sends compatibility database data about driver packages to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** DriverPackageId, used for uniquely identifying a driver package on a system. Example: 0000ce5aae60f3a60a9b9a715a6cee2053e305e7869c
+- **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361
+- **SdbEntries** An array of fields indicating the SDB entries that apply to this driver package.
+- **SdbEntries_item_SdbAppGuid** Example: {5f29791d-ad69-40a4-9783-6edbdf66bd4b}
+- **SdbEntries_item_SdbAppName** Example: Microsoft PDF/XPS Printer
+- **SdbEntries_item_SdbAppVendor** Example: Microsoft
+- **SdbEntries_item_SdbBlockType** Example: BlockDriver
+- **SdbEntries_item_SdbEntryGuid** Example: {380213ca-97c8-4fdc-b194-b4f714006796}
+- **SdbEntries_item_SdbUpgradeMode** Example: Service
+- **SdbEntries_item_SdbUxBlocktypeOverride** Example: SDB_UX_BLOCKTYPE_OVERRIDE_NO_BLOCK
+
+
+## Microsoft.Windows.Appraiser.General.DatasourceDriverPackageRemove events
+
+This event indicates that the DatasourceDriverPackage object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DatasourceDriverPackageStartSync events
+
+This event indicates that a new set of DatasourceDriverPackageAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DataSourceMatchingInfoBlockAdd events
+
+This event sends blocking data about any compatibility blocking entries hit on the system that are not directly related to specific applications or devices, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** Will always be BlockingMatchingInfo.
+- **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361
+- **SdbEntries** An array of fields indicating the SDB entries that apply to this file.
+- **SdbEntries_item_SdbAppGuid** Example: {4cca1f6c-74f8-4bfd-9fb4-3d4b65f23f98}
+- **SdbEntries_item_SdbAppName** Example: Intel(R)DynamicPowerPerformanceManagement
+- **SdbEntries_item_SdbAppVendor** Example: Intel
+- **SdbEntries_item_SdbBlockType** Example: BlockUpgradeUntilUpdate
+- **SdbEntries_item_SdbEntryGuid** Example: {4be49993-88ec-4003-b9a6-9f8812e94c50}
+- **SdbEntries_item_SdbUpgradeMode** Example: Swap
+- **SdbEntries_item_SdbUxBlocktypeOverride** Example: SDB_UX_BLOCKTYPE_OVERRIDE_UPGRADE_UNTIL_UPDATE_BLOCK
+
+
+## Microsoft.Windows.Appraiser.General.DataSourceMatchingInfoBlockRemove events
+
+This event indicates that the DataSourceMatchingInfoBlock object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DataSourceMatchingInfoBlockStartSync events
+
+This event indicates that a full set of DataSourceMatchingInfoBlockStAdd events have been sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DataSourceMatchingInfoPassiveAdd events
+
+This event sends compatibility database information about non-blocking compatibility entries on the system that are not keyed by either applications or devices, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** Will always be PassiveMatchingInfo.
+- **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361
+- **SdbEntries** An array of fields indicating the SDB entries that apply to this file.
+- **SdbEntries_item_MigShimCommand** The command line to be passed to the MigShim if one is applicable.
+- **SdbEntries_item_MigShimName** Example: MigrateVCRuntimeShim
+- **SdbEntries_item_MigXmlName** Example: Intel_Rapid_Storage_Technolgy_Enterprise_Filter_Driver__3__PART
+- **SdbEntries_item_MigXmlType** Example: MIG_XML_TYPE_FIXED
+- **SdbEntries_item_SdbAppGuid** Example: {03760bce-35d7-47a3-b83b-de673fdb6ab4}
+- **SdbEntries_item_SdbAppName** Example: VC Runtime
+- **SdbEntries_item_SdbAppVendor** Example: Microsoft
+- **SdbEntries_item_SdbBlockType** Example: BlockUpgradeUntilUpdate
+- **SdbEntries_item_SdbEntryGuid** Example: {00b0c9b2-3f04-4795-a8ac-5b7bd5ea2ea8}
+- **SdbEntries_item_SdbUpgradeMode** Example: Swap
+- **SdbEntries_item_SdbUxBlocktypeOverride** Example: SDB_UX_BLOCKTYPE_OVERRIDE_MIG_FIXED
+
+
+## Microsoft.Windows.Appraiser.General.DataSourceMatchingInfoPassiveRemove events
+
+This event indicates that the DataSourceMatchingInfoPassive object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DataSourceMatchingInfoPassiveStartSync events
+
+This event indicates that a new set of DataSourceMatchingInfoPassiveAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DataSourceMatchingInfoPostUpgradeAdd events
+
+This event sends compatibility database information about entries requiring reinstallation after an upgrade on the system that are not keyed by either applications or devices, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** Will always be PostUpgradeMatchingInfo.
+- **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361
+- **SdbEntries** An array of fields indicating the SDB entries that apply to this file.
+- **SdbEntries_item_ReinstallUpgradeMessage** Example: Resource: 10022
+- **SdbEntries_item_SdbAppGuid** Example: {0ba2f09d-5288-45fa-be32-001857cc020f}
+- **SdbEntries_item_SdbAppName** Example: Virtual Machine Manager Self-Service Client
+- **SdbEntries_item_SdbAppVendor** Example: Microsoft Corporation
+- **SdbEntries_item_SdbBlockType** Example: ReinstallAfterUpgrade
+- **SdbEntries_item_SdbEntryGuid** Example: {2a1cc617-9ee0-4dff-b3c0-a09cfc13543a}
+- **SdbEntries_item_SdbUpgradeMode** Example: Swap
+- **SdbEntries_item_SdbUxBlocktypeOverride** Example: SDB_UX_BLOCKTYPE_OVERRIDE_REINSTALL_BLOCK
+
+
+## Microsoft.Windows.Appraiser.General.DataSourceMatchingInfoPostUpgradeRemove events
+
+This event indicates that the DataSourceMatchingInfoPostUpgrade object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DataSourceMatchingInfoPostUpgradeStartSync events
+
+This event indicates that a new set of DataSourceMatchingInfoPostUpgradeAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DatasourceSystemBiosAdd events
+
+This event sends compatibility database information about the BIOS to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** This will always be BIOS.
+- **AppraiserVersion** The version of the Appraiser file generating the events. Example: 10014361
+- **SdbEntries** An array of fields indicating the SDB entries that apply to this BIOS.
+- **SdbEntries_item_SdbBlockType** Example: BiosBlock
+- **SdbEntries_item_SdbEntryGuid** Example: {b77118fd-0d87-4f63-a836-d5c6bd8eed4c}
+- **SdbEntries_item_SdbUpgradeMode** Example: Swap
+
+
+## Microsoft.Windows.Appraiser.General.DatasourceSystemBiosRemove events
+
+This event indicates that the DatasourceSystemBios object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DatasourceSystemBiosStartSync events
+
+This event indicates that a new set of DatasourceSystemBiosAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DecisionApplicationFileAdd events
+
+This event sends true/false compatibility decision data about a file to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** LongPathHash: A hash of the full file path including the file name. Example: 000062da165862855691751758b333cc4b4d2b3adc60
+- **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361
+- **BlockAlreadyInbox** Indicates that the uplevel runtime block on the file already existed on the current OS and is therefore not a regression. Example: FALSE
+- **BlockingApplication** Indicates if there are any application issues that interfere with upgrade due to the file in question. Example: FALSE
+- **DisplayGenericMessage** Indicates if there will be a generic message shown for this file. Example: FALSE
+- **HardBlock** The file is hardblocked in the SDB and can't run uplevel. Example: FALSE
+- **HasUxBlockOverride** The file has a block that is overridden by a tag in the SDB to have it not show up in reports or to the user (e.g. Intel CPL). Example: FALSE
+- **MigApplication** The file has a MigXML from the SDB associated with it that applies to the current upgrade mode. Example: FALSE
+- **MigRemoval** The file has a MigXML from the SDB that will cause the app to be removed on upgrade. Example: FALSE
+- **NeedsDismissAction** Indicates the file will be bubbled up to setup as a dismissible action. Example: FALSE
+- **NeedsInstallPostUpgradeData** Indicates that after upgrade, this file will have a post-upgrade notification to install a replacement for the application (requires a situation that the file must be uninstalled to upgrade). Example: FALSE
+- **NeedsNotifyPostUpgradeData** Indicates the file has a notification mig that should be surfaced in post-upgrade. Example: FALSE
+- **NeedsReinstallPostUpgradeData** Indicates that after upgrade, this file will have a post-upgrade notification to reinstall the app. Example: FALSE
+- **NeedsUninstallAction** The file must be uninstalled to upgrade. Example: FALSE
+- **SdbBlockUpgrade** The file is tagged as blocking upgrade in the SDB. Example: FALSE
+- **SdbBlockUpgradeCanReinstall** The file is tagged as blocking upgrade in the SDB but can be reinstalled after upgrade. Example: FALSE
+- **SdbBlockUpgradeUntilUpdate** The file is tagged as blocking upgrade in the SDB but if the app is updated the upgrade can proceed. Example: FALSE
+- **SdbReinstallUpgrade** The file is tagged as needing to be reinstalled after upgrade in the SDB (but not blocking upgrade). Example: FALSE
+- **SdbReinstallUpgradeWarn** The file is tagged as needing to be reinstalled after upgrade with a warning in the SDB (but not blocking upgrade). Example: FALSE
+- **SoftBlock** The file is softblocked in the SDB and has a warning uplevel. Example: FALSE
+
+
+## Microsoft.Windows.Appraiser.General.DecisionApplicationFileRemove events
+
+This event indicates Indicates that the DecisionApplicationFile object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DecisionApplicationFileStartSync events
+
+This event indicates that a new set of DecisionApplicationFileAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DecisionDevicePnpAdd events
+
+This event sends true/false compatibility decision data about a PNP device to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** The Device Instance ID of the device (uniquely identifies a device in the system). Example: pci\ven_8086&dev_0085&subsys_13118086&rev_34\4&2dded11c&0&00e1
+- **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361
+- **AssociatedDriverIsBlocked** Indicates if the driver associated with this PNP device is blocked. Example: FALSE
+- **BlockAssociatedDriver** Indicates if the driver associated with this PNP device should be blocked based on a driver block authored against this PNP device. Example: FALSE
+- **BlockUpgradeIfDriverBlocked** Indicates if the PNP device is both boot critical and does not have an uplevel driver inbox. Example: FALSE
+- **BlockUpgradeIfDriverBlockedAndOnlyActiveNetwork** If this PNP device's driver is found to be blocked, this device will cause an upgrade block if there are no other unblocked active network devices on the system. Example: FALSE
+- **BlockingDevice** Indicates if the PNP device is blocking upgrade. Example: FALSE
+- **DisplayGenericMessage** Indicates if a generic message would be presented during setup for this PNP device. Example: FALSE
+- **DriverAvailableInbox** Is there an inbox driver available uplevel for this PNP device? Example: FALSE
+- **DriverAvailableOnline** Is there a WU driver available uplevel for this PNP device? Example: FALSE
+- **DriverAvailableUplevel** Is there an uplevel driver on WU or inbox for this PNP device? Example: FALSE
+- **DriverBlockOverridden** Indicates if there is a driver block on the device that has been overrided. Example: FALSE
+- **NeedsDismissAction** Indicates if the user would need to dismiss something during setup for this device. Example: FALSE
+- **NotRegressed** Indicates if the device has a problem code on the source OS that is no better than the one it would have on the target OS. Example: FALSE
+- **SdbDeviceBlockUpgrade** Indicates if the PNP device has an SDB block that blocks upgrade for the current upgrade mode. Example: FALSE
+- **SdbDriverBlockOverridden** Indicates if the PNP device has an SDB block that blocks upgrade for the current upgrade mode, but that block has been overridden. Example: FALSE
+
+
+## Microsoft.Windows.Appraiser.General.DecisionDevicePnpRemove events
+
+This event that the DecisionDevicePnp object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DecisionDevicePnpStartSync events
+
+This event indicates that the DecisionDevicePnp object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DecisionDriverPackageAdd events
+
+This event sends true/false decision data about driver package compatibility to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** DriverPackageId, used for uniquely identifying a driver package on a system. Example: 0000ce5aae60f3a60a9b9a715a6cee2053e305e7869c
+- **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361
+- **DriverBlockOverridden** Indicates if the driver package has an SDB block that blocks it from migrating, but that block has been overridden. Example: FALSE
+- **DriverIsDeviceBlocked** Indicates if the driver package was blocked because of a device block. Example: FALSE
+- **DriverIsDriverBlocked** Indicates that the driver package has a driver block from the SDB (or is class blocked) Example: FALSE
+- **DriverIsTroubleshooterBlocked** Indicates that the driver package was blocked because it contains a bad audio driver. This is specifically for packages that have been relegated to inactive status due to the customer using troubleshooter to fix an audio issue by reverting to hdaudio.
+- **DriverShouldNotMigrate** Indicates if the driver package should not be migrated during upgrade. Example: FALSE
+- **SdbDriverBlockOverridden** Indicates if the driver package has an SDB block that blocks it from migrating, but that block has been overridden. Example: FALSE
+
+
+## Microsoft.Windows.Appraiser.General.DecisionDriverPackageRemove events
+
+This event indicates that the DecisionDriverPackage object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DecisionDriverPackageStartSync events
+
+This event indicates that a new set of DecisionDriverPackageAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DecisionMatchingInfoBlockAdd events
+
+This event sends true/false compatibility decision data about blocking entries on the system that are not keyed by either applications or devices, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** Will always be BlockingMatchingInfo.
+- **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361
+- **BlockingApplication** Indicates if there are any application issues that interfere with upgrade due to matching info blocks. Example: FALSE
+- **DisplayGenericMessage** Indicates if there will be a generic message shown for this block. Example: FALSE
+- **NeedsUninstallAction** Does the user need to take an action in setup due to a matching info block? Example: FALSE
+- **SdbBlockUpgrade** Indicates if a matching info block blocks upgrade. Example: FALSE
+- **SdbBlockUpgradeCanReinstall** Indicates if a matching info block blocks upgrade but has the can reinstall tag. Example: FALSE
+- **SdbBlockUpgradeUntilUpdate** Indicates if a matching info block blocks upgrade but has the until update tag. Example: FALSE
+
+
+## Microsoft.Windows.Appraiser.General.DecisionMatchingInfoBlockRemove events
+
+This event indicates that the DecisionMatchingInfoBlock object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DecisionMatchingInfoBlockStartSync events
+
+This event indicates that a new set of DecisionMatchingInfoBlockAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DecisionMatchingInfoPassiveAdd events
+
+This event sends true/false compatibility decision data about non-blocking entries on the system that are not keyed by either applications or devices, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** Will always be PassiveMatchingInfo.
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+- **BlockingApplication** Indicates if there are any application issues that interfere with upgrade due to matching info blocks. Example: FALSE
+- **MigApplication** Indicates if there is a matching info with a mig for the current mode of upgrade. Example: FALSE
+
+
+## Microsoft.Windows.Appraiser.General.DecisionMatchingInfoPassiveRemove events
+
+This event Indicates that the DecisionMatchingInfoPassive object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DecisionMatchingInfoPassiveStartSync events
+
+This event indicates that a new set of DecisionMatchingInfoPassiveAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DecisionMatchingInfoPostUpgradeAdd events
+
+This event sends results of compatibility decisions (true/false) about entries requiring reinstallation after upgrade that are not keyed by applications or devices, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** Will always be PostUpgradeMatchingInfo.
+- **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361
+- **NeedsInstallPostUpgradeData** Example: FALSE
+- **NeedsNotifyPostUpgradeData** Example: FALSE
+- **NeedsReinstallPostUpgradeData** Example: FALSE
+- **SdbReinstallUpgrade** Example: TRUE
+
+
+## Microsoft.Windows.Appraiser.General.DecisionMatchingInfoPostUpgradeRemove events
+
+This event indicates that the DecisionMatchingInfoPostUpgrade object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DecisionMatchingInfoPostUpgradeStartSync events
+
+This event indicates that a new set of DecisionMatchingInfoPostUpgradeAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DecisionMediaCenterAdd events
+
+This event sends true/false result data about all compatibility decisions about the presence of Windows Media Center, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** Will always be MediaCenter.
+- **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361
+- **BlockingApplication** Indicates if there are any application issues that interfere with upgrade due to MediaCenter. Will equal MediaCenterInUse. Example: FALSE
+- **MediaCenterActivelyUsed** Indicates if MediaCenter is supported on the SKU, has been run at least once, and has the MediaCenterIndicators as true. Example: FALSE
+- **MediaCenterInUse** Indicates if MediaCenter being used should be bubbled up. This is the top-level indicator and is equal to MediaCenterPaidOrActivelyUsed. Example: FALSE
+- **MediaCenterIndicators** True if any of the signals indicating media center use are true (default launcher, watched folders, extender accounts, tv tuner). Example: FALSE
+- **MediaCenterPaidOrActivelyUsed** Equals IsPaid (running on a media center SKU) OR MediaCenterActivelyUsed. Example: FALSE
+- **NeedsDismissAction** Indicates if there are any dismissible actions coming from MediaCenter. Will equal MediaCenterInUse. Example: FALSE
+
+
+## Microsoft.Windows.Appraiser.General.DecisionMediaCenterRemove events
+
+This event indicates that the DecisionMediaCenter object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DecisionMediaCenterStartSync events
+
+This event indicates that a new set of DecisionMediaCenterAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DecisionSystemBiosAdd events
+
+This event sends true/false compatibility decision data about the BIOS to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** Will always be Bios.
+- **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361
+- **Blocking** Indicates if the device is blocked from upgrade due to a BIOS block. Example: FALSE
+- **HasBiosBlock** Does the device have a BIOS block? Example: FALSE
+
+
+## Microsoft.Windows.Appraiser.General.DecisionSystemBiosRemove events
+
+This event indicates that the DecisionSystemBios object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DecisionSystemBiosStartSync events
+
+This event indicates that a new set of DecisionSystemBiosAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.DecisionSystemProcessorAdd events
+
+This event sends defunct data. It always reads false.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** Will always be Processor.
+- **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361
+- **Blocking** Will always be FALSE
+- **ProcessorRequirementViolated** Will always be FALSE
+
+
+## Microsoft.Windows.Appraiser.General.EnterpriseScenarioWithDiagTrackServiceRunning events
+
+The event that indicates that Appraiser has been triggered to run an enterprise scenario while the DiagTrack service is installed. This event can only be sent if a special flag is used to trigger the enterprise scenario.
+
+
+The following fields are available in this event:
+
+- **CensusId** An ID for the system calculated from the Sqm ID, WER ID, and RAC IDs.
+- **Time** The client time of the event.
+- **PCFP** An ID for the system calculated by hashing hardware identifiers.
+
+
+## Microsoft.Windows.Appraiser.General.GatedRegChange events
+
+This event sends data about the results of running a set of quick-blocking instructions, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **Time** The client time of the event.
+- **PCFP** An ID for the system calculated by hashing hardware identifiers.
+- **RegKey** The registry key name for which a result is being sent.
+- **RegValue** The registry value for which a result is being sent.
+- **OldData** The previous data in the registry value before the scan ran.
+- **NewData** The data in the registry value after the scan completed.
+
+
+## Microsoft.Windows.Appraiser.General.InventoryApplicationFileAdd events
+
+This event represents the basic metadata about a file on the system. The file must be part of an app and either have a block in the compatibility database or are part of an anti-virus program.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** LongPathHash: A hash of the full file path including the file name. Example: 00002e017145d5fedc3dd5dd4027b1da51d17ca2a0a3
+- **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361
+- **BinFileVersion** An attempt to clean up FileVersion at the client that tries to place the version into 4 octets. Example: 12.0.31101.0
+- **BinProductVersion** An attempt to clean up ProductVersion at the client that tries to place the version into 4 octets. Example: 12.0.31101.0
+- **BinaryType** "One of (""UNINITIALIZED"", ""ZERO_BYTE"", ""DATA_ONLY"", ""DOS_MODULE"", ""NE16_MODULE"", ""PE32_UNKNOWN"", ""PE32_I386"", ""PE32_ARM"", ""PE64_UNKNOWN"", ""PE64_AMD64"", ""PE64_ARM64"", ""PE64_IA64"", ""PE32_CLR_32"", ""PE32_CLR_IL"", ""PE32_CLR_IL_PREFER32"", ""PE64_CLR_64""). Example: PE32_I386"
+- **BoeProgramId** The ProgramId generated from the file metadata if the file is an orphan file (no ARP, MSI, etc. entry). BOE means Bag of Evidence.
+- **CompanyName** The company name of the vendor who developed this file. Example: Microsoft Corporation
+- **FileId** A hash that uniquely identifies a file. Example: 0000eef5472f6619824665a9c118cffea67b3727f0e1
+- **FileVersion** The File version field from the file metadata under Properties -> Details. Example: 12.0.31101.0 built by: REL
+- **LinkDate** The DateTime this file was linked on. Example: 11/1/2014 7:09:24 AM
+- **LowerCaseLongPath** The full file path of the executable on the machine this was file was inventoried on. Example: %ProgramFiles% (x86)\microsoft visual studio 12.0\common7\ide\devenv.exe
+- **Name** The name of the file that was inventoried. For example, excel.exe
+- **ProductName** The Product name field from the file metadata under Properties -> Details. Example: Microsoft® Visual Studio® 2013
+- **ProductVersion** The Product version field from the file metadata under Properties -> Details. Example: 12.0.31101.0
+- **ProgramId** A hash of Name, Version, Publisher, and Language of an application used to identify it. Example: 00004a73716911b8bb891ec1f536f2bf500b00000904
+- **Size** Size of the file, in hex bytes. Example: 0x31f0
+
+
+## Microsoft.Windows.Appraiser.General.InventoryApplicationFileRemove events
+
+This event indicates that the InventoryApplicationFile object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.InventoryApplicationFileStartSync events
+
+This event indicates indicates that a new set of InventoryApplicationFileAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.InventoryLanguagePackAdd events
+
+This event sends data about the number of language packs installed on the system, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** Will always be LanguagePack.
+- **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361
+- **HasLanguagePack** Is LanguagePackCount >=2? Indicates the presence of a language pack. Example: FALSE
+- **LanguagePackCount** The count of language packs. Calculated by calling EnumUILanguages with MUI_ALL_INSTALLED_LANGUAGES. Example: 1
+
+
+## Microsoft.Windows.Appraiser.General.InventoryLanguagePackRemove events
+
+This event indicates that the InventoryLanguagePack object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.InventoryLanguagePackStartSync events
+
+This event indicates that a new set of InventoryLanguagePackAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.InventoryMediaCenterAdd events
+
+This event sends true/false data about decision points used to understand whether Windows Media Center is used on the system, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** Will always be MediaCenter.
+- **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361
+- **EverLaunched** Has Media Center ever been launched? Example: FALSE
+- **HasConfiguredTv** Has the user configured a TV tuner through Media Center? Example: FALSE
+- **HasExtendedUserAccounts** Are any Media Center Extender user accounts set up? Example: FALSE
+- **HasWatchedFolders** Are any folders configured for Media Center to watch? Example: FALSE
+- **IsDefaultLauncher** Is Media Center the default app for opening music or video files? Example: FALSE
+- **IsPaid** Is the user running a Media Center SKU that implies they paid for Media Center? Example: FALSE
+- **IsSupported** Does the running OS even support MediaCenter? Example: FALSE
+
+
+## Microsoft.Windows.Appraiser.General.InventoryMediaCenterRemove events
+
+This event indicates that the InventoryMediaCenter object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.InventoryMediaCenterStartSync events
+
+This event indicates that a new set of InventoryMediaCenterAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.InventorySystemBiosAdd events
+
+This event sends basic metadata about the BIOS to determine whether it has a compatibility block.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** Will always be Bios.
+- **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361
+- **BiosDate** Release date of the Windows BIOS in the Coordinated Universal Time (UTC) format of YYYYMMDDHHMMSS.MMMMMM(+-)OOO from Win32_BIOS. Example: 20100607000000.000000+000
+- **BiosName** Name field from Win32_BIOS. Example: Ver 1.00PARTTBLx
+- **Manufacturer** Manufacturer field from Win32_ComputerSystem. Example: LENOVO
+- **Model** Model field from Win32_ComputerSystem. Example: 2537J35
+
+
+## Microsoft.Windows.Appraiser.General.InventorySystemBiosRemove events
+
+This event indicates that the InventorySystemBios object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.InventorySystemBiosStartSync events
+
+This event indicates that a new set of InventorySystemBiosAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.InventoryUplevelDriverPackageAdd events
+
+This event is only runs during setup. It provides a listing of the uplevel driver packages that were downloaded before the upgrade. Is critical to understanding if failures in setup can be traced to not having sufficient uplevel drivers before the upgrade.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+- **BootCritical** Is the driver package marked as boot critical?
+- **Build** The build value from the driver package.
+- **CatalogFile** The name of the catalog file within the driver package.
+- **ClassGuid** The device class GUID from the driver package.
+- **Class** The device class from the driver package.
+- **Date** The date from the driver package.
+- **SignatureStatus** Indicates if the driver package is signed. Unknown:0, Unsigned:1, Signed: 2
+- **Inbox** Is the driver package of a driver that is included with Windows?
+- **VersionMajor** The major version of the driver package.
+- **VersionMinor** The minor version of the driver package.
+- **OriginalName** The original name of the INF file before it was renamed. Generally a path under $WINDOWS.~BT\Drivers\DU
+- **Provider** The provider of the driver package.
+- **PublishedName** The name of the INF file, post-rename.
+- **Revision** The revision of the driver package.
+
+
+## Microsoft.Windows.Appraiser.General.InventoryUplevelDriverPackageRemove events
+
+This event indicates that the InventoryUplevelDriverPackage object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.InventoryUplevelDriverPackageStartSync events
+
+This event indicates that a new set of InventoryUplevelDriverPackageAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.IsOnlineTelemetryOutputter events
+
+This event indicates if an Appraiser run was able to connect successfully to Windows Update to get driver availability information. This informs decisions on if driver availability information for the run can be considered accurate for keeping the device up to date.
+
+
+The following fields are available in this event:
+
+- **Time** The client time of the event.
+- **PCFP** Unique hardware identifier. Equivalent to InventoryId that is found in other core events.
+- **IsOnlineRun** Indicates if a run was able to connect successfully to the Compatibility Online Service to get driver availability information.
+- **CensusId** An ID for the system calculated from the Sqm ID, WER ID, and RAC IDs. Replaced by PCFP.
+
+
+## Microsoft.Windows.Appraiser.General.IsOnlineWuDriverDataSource events
+
+This event indicates if an Appraiser run against a particular target operating system was able to connect to Windows Update to gather driver coverage information. This informs decisions on if driver availability information can be considered accurate enough for keeping the device up to date.
+
+
+The following fields are available in this event:
+
+- **Time** The client time of the event.
+- **PCFP** Unique hardware identifier. Equivalent to InventoryId that is found in other core events.
+- **IsOnlineRun** Indicates if a run was able to connect successfully to the Compatibility Online Service to get driver availability information.
+- **TargetVersion** Indicates the abbreviated name for the OS version against which Windows Update was queried.
+- **CensusId** An ID for the system calculated from the Sqm ID, WER ID, and RAC IDs. Replaced by PCFP.
+
+
+## Microsoft.Windows.Appraiser.General.RunContext events
+
+This event is sent at the beginning of an appraiser run, the RunContext indicates what should be expected in the following data payload.
+
+
+The following fields are available in this event:
+
+- **AppraiserBranch** The source branch in which the currently running version of Appraiser was built.
+- **AppraiserVersion** The version of the Appraiser file generating the events.
+- **Context** Indicates what mode Appraiser is running in: Setup or Telemetry.
+- **Time** The client time of the event.
+- **AppraiserProcess** The name of the process that launched Appraiser.
+- **PCFP** An ID for the system calculated by hashing hardware identifiers.
+
+
+## Microsoft.Windows.Appraiser.General.SetupAdlStatus events
+
+This event is sent only during Setup. Indicates if Appraiser used data files from the setup image or more up-to-date data files downloaded from a Microsoft server. Tracking which source is used for data files is critical to understanding issues encountered during upgrades and by extension, keeping machines up to date.
+
+
+The following fields are available in this event:
+
+- **Time** The client time of the event.
+- **PCFP** An ID for the system calculated by hashing hardware identifiers.
+- **Result** The last result of the operation to determine if there is a data file to download.
+- **OneSettingsInitialized** Boolean indicating if the query to OneSettings, where the information is stored on if there is a data file to download, was initialized.
+- **Url** The URL of the data file to download. Will be an empty string if there is no data file to download.
+- **UsingAlternateData** Boolean value that indicates if the client is using alternate data file or using the data file in the setup image.
+
+
+## Microsoft.Windows.Appraiser.General.SystemMemoryAdd events
+
+This event sends data on the amount of memory on the system and whether it meets requirements, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** Will always be Memory.
+- **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361
+- **Blocking** Is the machine blocked from upgrade due to memory restrictions? Example: FALSE
+- **MemoryRequirementViolated** Indicates if a memory requirement was violated. Example: FALSE
+- **pageFile** The current committed memory limit for the system or the current process, whichever is smaller, in bytes. Example: 19650113536
+- **ram** Amount of RAM on the system. Example: 17099976704
+- **ramKB** ram/1024. Example: 16777216
+- **virtual** The size of the user-mode portion of the virtual address space of the calling process, in bytes. Example: 140737488224256
+- **virtualKB** virtual/1024. Example: 137438953344
+
+
+## Microsoft.Windows.Appraiser.General.SystemMemoryRemove events
+
+This event that the SystemMemory object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.indicates that a full set of SystemMemoryAdd events has been sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.SystemMemoryStartSync events
+
+This event indicates that a new set of SystemMemoryAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.SystemProcessorCompareExchangeAdd events
+
+This event sends data indicating whether the system supports the CompareExchange128 CPU requirement, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** Will always be CompareExchange128.
+- **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361
+- **Blocking** Indicates if upgrade is blocked due to this CPU check. Example: FALSE
+- **CompareExchange128Support** Indicates if the CPU supports CompareExchange128. Example: TRUE
+
+
+## Microsoft.Windows.Appraiser.General.SystemProcessorCompareExchangeRemove events
+
+This event indicates that the SystemProcessorCompareExchange object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.SystemProcessorCompareExchangeStartSync events
+
+This event indicates that a new set of SystemProcessorCompareExchangeAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.SystemProcessorLahfSahfAdd events
+
+This event sends data indicating whether the system supports the LahfSahf CPU requirement, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** Will always be LahfSahf.
+- **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361
+- **Blocking** Indicates if upgrade is blocked due to this CPU check. Example: FALSE
+- **LahfSahfSupport** Indicates if the CPU supports LAHF/SAHF. Example: TRUE
+
+
+## Microsoft.Windows.Appraiser.General.SystemProcessorLahfSahfRemove events
+
+This event indicates that the SystemProcessorLahfSahf object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.SystemProcessorLahfSahfStartSync events
+
+This event indicates that a new set of SystemProcessorLahfSahfAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.SystemProcessorNxAdd events
+
+This event sends data indicating whether the system supports the NX CPU requirement, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** Will always be NX.
+- **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361
+- **Blocking** Indicates if upgrade is blocked due to this CPU check. Example: FALSE
+- **NXDriverResult** Provides the result of the driver used to check for NX support when not deterministic. Example: NotApplicable
+- **NXProcessorSupport** Indicates if the CPU supports NX. Example: TRUE
+
+
+## Microsoft.Windows.Appraiser.General.SystemProcessorNxRemove events
+
+This event indicates that the SystemProcessorNx object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.SystemProcessorNxStartSync events
+
+This event indicates that a new set of SystemProcessorNxAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.SystemProcessorPrefetchWAdd events
+
+This event sends data indicating whether the system supports the PrefetchW CPU requirement, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** Will always be PrefetchW.
+- **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361
+- **Blocking** Indicates if upgrade is blocked due to this CPU check. Example: FALSE
+- **PrefetchWSupport** Indicates if the CPU supports PrefetchW. Example: TRUE
+
+
+## Microsoft.Windows.Appraiser.General.SystemProcessorPrefetchWRemove events
+
+This event indicates that the SystemProcessorPrefetchW object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.SystemProcessorPrefetchWStartSync events
+
+This event indicates that a new set of SystemProcessorPrefetchWAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.SystemProcessorSse2Add events
+
+This event sends data indicating whether the system supports the SSE2 CPU requirement, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** Will always be SSE2.
+- **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361
+- **Blocking** Indicates if upgrade is blocked due to this CPU check. Example: FALSE
+- **SSE2ProcessorSupport** Indicates if the CPU supports SSE2. Example: TRUE
+
+
+## Microsoft.Windows.Appraiser.General.SystemProcessorSse2Remove events
+
+This event indicates that the SystemProcessorSse2 object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.SystemProcessorSse2StartSync events
+
+This event indicates that a new set of SystemProcessorSse2Add events will be sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.SystemTouchAdd events
+
+This event sends data indicating whether the system supports touch, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** Will always be Touch.
+- **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361
+- **IntegratedTouchDigitizerPresent** Indicates if there is an integrated touch digitizer present. Example: FALSE
+- **MaximumTouches** Maximum number of touch points supported by the device hardware. Example: 1
+
+
+## Microsoft.Windows.Appraiser.General.SystemTouchRemove events
+
+This event indicates that the SystemTouch object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.SystemTouchStartSync events
+
+This event indicates that a new set of SystemTouchAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.SystemWimAdd events
+
+This event sends data indicating whether the operating system is running from a compressed Window Imaging Format (WIM) file, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** Will always be Wim.
+- **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361
+- **IsWimBoot** Indicates if the current operating system is running from a compressed Windows Imaging Format (WIM) file. Example: FALSE
+- **RegistryWimBootValue** Raw value from registry used to indicate if system is running from a WIM. Example: 0
+
+
+## Microsoft.Windows.Appraiser.General.SystemWimRemove events
+
+This event indicates that the SystemWim object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.SystemWimStartSync events
+
+This event indicates that a new set of SystemWimAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.SystemWindowsActivationStatusAdd events
+
+This event sends data indicating whether the current operating system is activated, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** Will always be WindowsActivationStatus.
+- **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361
+- **WindowsIsLicensedApiValue** Result from API used to indicate if operating system is activated. Example: TRUE
+- **WindowsNotActivatedDecision** Indicates if the current operating system is activated. Example: FALSE
+
+
+## Microsoft.Windows.Appraiser.General.SystemWindowsActivationStatusRemove events
+
+This event indicates that the SystemWindowsActivationStatus object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.SystemWindowsActivationStatusStartSync events
+
+This event indicates that a new set of SystemWindowsActivationStatusAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.SystemWlanAdd events
+
+This event sends data indicating whether the system has WLAN, and if so, whether it uses an emulated driver that could block an upgrade, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **objectInstanceId** Will always be Wlan.
+- **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361
+- **Blocking** Indicates if upgrade is blocked due to an emulated WLAN driver. Example: FALSE
+- **HasWlanBlock** Indicates if upgrade is blocked due to an emulated WLAN driver. Example: FALSE
+- **WlanEmulatedDriver** Indicates if the system has an emulated WLAN driver. Example: FALSE
+- **WlanExists** Indicates if the device supports WLAN at all. Example: TRUE
+- **WlanModulePresent** Indicates if any WLAN modules are present. Example: TRUE
+- **WlanNativeDriver** Indicates if the system has a non-emulated WLAN driver. Example: TRUE
+
+
+## Microsoft.Windows.Appraiser.General.SystemWlanRemove events
+
+This event indicates that the SystemWlan object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.SystemWlanStartSync events
+
+This event indicates that a new set of SystemWlanAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.TelemetryRunHealth events
+
+A summary event indicating the parameters and result of a telemetry run. This allows the rest of the data sent over the course of the run to be properly contextualized and understood, which is then used to keep the machine up to date.
+
+
+The following fields are available in this event:
+
+- **PerfBackoff** Indicates if the run was invoked with logic to stop running when a user is present. Helps to understand why a run may have a longer elapsed time than normal.
+- **RunAppraiser** Indicates if Appraiser was set to run at all. If this if false, it is understood that data events will not be received from this device.
+- **ThrottlingUtc** Indicates if the Appraiser client is throttling its output of CUET events to avoid being disabled. This increases runtime but also telemetry reliability.
+- **AuxInitial** Obsolete, indicates if Appraiser is writing data files to be read by the Get Windows 10 app.
+- **Time** The client time of the event.
+- **RunDate** The date that the telemetry run was stated, expressed as a filetime.
+- **AppraiserProcess** The name of the process that launched Appraiser.
+- **AppraiserVersion** The file version (major, minor and build) of the Appraiser DLL, concatenated without dots.
+- **SendingUtc** Indicates if the Appraiser client is sending events during the current telemetry run.
+- **DeadlineDate** A timestamp representing the deadline date, which is the time until which appraiser will wait to do a full scan.
+- **AppraiserBranch** The source branch in which the version of Appraiser that is running was built.
+- **EnterpriseRun** Indicates if the telemetry run is an enterprise run, which means appraiser was run from the command line with an extra enterprise parameter.
+- **RunGeneralTel** Indicates if the generaltel.dll component was run. Generaltel collects additional telemetry on an infrequent schedule and only from machines at telemetry levels higher than Basic.
+- **PerfBackoffInsurance** Indicates if appraiser is running without performance backoff because it has run with perf backoff and failed to complete several times in a row.
+- **AuxFinal** Obsolete, always set to false
+- **StoreHandleIsNotNull** Obsolete, always set to false
+- **VerboseMode** Indicates if appraiser ran in Verbose mode, which is a test-only mode with extra logging.
+- **AppraiserDataVersion** The version of the data files being used by the Appraiser telemetry run.
+- **FullSync** Indicates if Appraiser is performing a full sync, which means that full set of events representing the state of the machine are sent. Otherwise, only the changes from the previous run are sent.
+- **InventoryFullSync** Indicates if inventory is performing a full sync, which means that the full set of events representing the inventory of machine are sent.
+- **PCFP** An ID for the system calculated by hashing hardware identifiers.
+- **RunOnline** Indicates if appraiser was able to connect to Windows Update and theefore is making decisions using up-to-date driver coverage information.
+- **TelementrySent** Indicates if telemetry was successfully sent.
+- **WhyFullSyncWithoutTablePrefix** Indicates the reason or reasons that a full sync was generated.
+- **RunResult** The hresult of the Appraiser telemetry run.
+
+
+## Microsoft.Windows.Appraiser.General.WmdrmAdd events
+
+This event sends data about the usage of older digital rights management on the system, to help keep Windows up to date. This data does not indicate the details of the media using the digital rights management, only whether any such files exist. Collecting this data was critical to ensuring the correct mitigation for customers, and should be able to be removed once all mitigations are in place.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+- **WmdrmCdRipped** Indicates if the system has any files encrypted with personal DRM, which was used for ripped CDs.
+- **WmdrmNonPermanent** Indicates if the system has any files with non-permanent licenses.
+- **WmdrmPurchased** Indicates if the system has any files with permanent licenses.
+- **WmdrmApiResult** Raw value of the API used to gather DRM state.
+- **WmdrmInUse** WmdrmIndicators AND dismissible block in setup was not dismissed.
+- **WmdrmIndicators** WmdrmCdRipped OR WmdrmPurchased
+- **NeedsDismissAction** Indicates if a dismissible message is needed to warn the user about a potential loss of data due to DRM deprecation.
+- **BlockingApplication** Same as NeedsDismissAction
+
+
+## Microsoft.Windows.Appraiser.General.WmdrmRemove events
+
+This event indicates that the Wmdrm object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Appraiser.General.WmdrmStartSync events
+
+This event indicates that a new set of WmdrmAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **AppraiserVersion** The version of the Appraiser file that is generating the events.
+
+
+## Microsoft.Windows.Defender.Shield.UpdateMonitorBinaryCorruptionDetected events
+
+
+
+
+The following fields are available in this event:
+
+- **binaryName**
+
+
+## Microsoft.Windows.Defender.Shield.UpdateMonitorServiceDisabledDetected events
+
+This event sends information about Windows Update services that have been disabled.
+
+
+The following fields are available in this event:
+
+- **serviceName** The name of the disabled service.
+
+
+## Microsoft.Windows.Defender.Shield.UpdateMonitorTaskDisabledDetected events
+
+This event sends information about Windows Update scheduled tasks that have been disabled.
+
+
+The following fields are available in this event:
+
+- **taskPath** The path to the scheduled task.
+- **taskName** The name of the scheduled task.
+
+
+## Microsoft.Windows.FaultReporting.AppCrashEvent events
+
+This event sends data about crashes for both native and managed applications, to help keep Windows up to date. The data includes information about the crashing process and a summary of its exception record. It does not contain any Watson bucketing information. The bucketing information is recorded in a Windows Error Reporting (WER) event that is generated when the WER client reports the crash to the Watson service, and the WER event will contain the same ReportID (see field 14 of crash event, field 19 of WER event) as the crash event for the crash being reported. AppCrash is emitted once for each crash handled by WER (e.g. from an unhandled exception or FailFast or ReportException). Note that Generic Watson event types (e.g. from PLM) that may be considered crashes" by a user DO NOT emit this event.
+
+
+The following fields are available in this event:
+
+- **ProcessId** The ID of the process that has crashed.
+- **ProcessCreateTime** The time of creation of the process that has crashed.
+- **ExceptionCode** The exception code returned by the process that has crashed.
+- **ExceptionOffset** The address where the exception had occurred.
+- **AppName** The name of the app that has crashed.
+- **AppVersion** The version of the app that has crashed.
+- **AppTimeStamp** The date/time stamp of the app.
+- **ModName** Exception module name (e.g. bar.dll).
+- **ModVersion** The version of the module that has crashed.
+- **ModTimeStamp** The date/time stamp of the module.
+- **PackageFullName** Store application identity.
+- **PackageRelativeAppId** Store application identity.
+- **ProcessArchitecture** Architecture of the crashing process, as one of the PROCESSOR_ARCHITECTURE_* constants: 0: PROCESSOR_ARCHITECTURE_INTEL. 5: PROCESSOR_ARCHITECTURE_ARM. 9: PROCESSOR_ARCHITECTURE_AMD64. 12: PROCESSOR_ARCHITECTURE_ARM64.
+- **ReportId** A GUID used to identify the report. This can used to track the report across Watson.
+- **Flags** Flags indicating how reporting is done. For example, queue the report, do not offer JIT debugging, or do not terminate the process after reporting.
+- **AppSessionGuid** GUID made up of process ID and is used as a correlation vector for process instances in the telemetry backend.
+- **TargetAppId** The kernel reported AppId of the application being reported.
+- **TargetAppVer** The specific version of the application being reported
+- **TargetAsId** The sequence number for the hanging process.
+
+
+## Microsoft.Windows.HangReporting.AppHangEvent events
This event sends data about hangs for both native and managed applications, to help keep Windows up to date. It does not contain any Watson bucketing information. The bucketing information is recorded in a Windows Error Reporting (WER) event that is generated when the WER client reports the hang to the Watson service, and the WER event will contain the same ReportID (see field 13 of hang event, field 19 of WER event) as the hang event for the hang being reported. AppHang is reported only on PC devices. It handles classic Win32 hangs and is emitted only once per report. Some behaviors that may be perceived by a user as a hang are reported by app managers (e.g. PLM/RM/EM) as Watson Generics and will not produce AppHang events.
-| Field | Description |
-| - | - |
-| AppSessionGuid | ID of the application session for BI correlation purposes. The appSessionGuid should uniquely identify a session from Launch to Terminate (Close or Hang). |
-| AppName | Application executable name (e.g. foo.exe). |
-| AppVersion | Four 16-bit tuple identifying the application version. |
-| PackageFullName | Store application identity. |
-| PackageRelativeAppId | Store application identity. |
-| ProcessArchitecture | Architecture of the hung process, as one of the PROCESSOR_ARCHITECTURE_* constants:
0: PROCESSOR_ARCHITECTURE_INTEL
5: PROCESSOR_ARCHITECTURE_ARM
9: PROCESSOR_ARCHITECTURE_AMD64
12: PROCESSOR_ARCHITECTURE_ARM64 |
-| ProcessCreateTime | Process creation time (UTC) of the hung process
-| ProcessId | Process ID of the hung process.
-| ReportId | Unique report ID (usually a GUID).
-| TypeCode | Bitmap describing the hang type.
-| WaitingOnAppName | Application executable name (e.g. foo.exe).
-| WaitingOnAppVersion | Four 16-bit tuple identifying the application version.
-| WaitingOnPackageFullName | Store application identity.
-| WaitingOnPackageRelativeAppId | Store application identity.
-| UTCReplace_TargetAppId | The kernel reported AppId of the application being reported.
-| UTCReplace_TargetAppVer | The specific version of the application being reported.
-**Microsoft.Windows.WindowsErrorReporting.WerEvent**
+The following fields are available in this event:
+
+- **AppName** The name of the app that has hung.
+- **TypeCode** Bitmap describing the hang type.
+- **ProcessId** The ID of the process that has hung.
+- **UTCReplace_TargetAppId** The kernel reported AppId of the application being reported.
+- **ProcessCreateTime** The time of creation of the process that has hung.
+- **UTCReplace_TargetAppVer** The specific version of the application being reported.
+- **WaitingOnAppName** If this is a cross process hang waiting for an application, this has the name of the application.
+- **PackageRelativeAppId** Store application identity.
+- **ProcessArchitecture** Architecture of the hung process, as one of the PROCESSOR_ARCHITECTURE_* constants: 0: PROCESSOR_ARCHITECTURE_INTEL. 5: PROCESSOR_ARCHITECTURE_ARM. 9: PROCESSOR_ARCHITECTURE_AMD64. 12: PROCESSOR_ARCHITECTURE_ARM64.
+- **WaitingOnPackageRelativeAppId** If this is a cross process hang waiting for a package, this has the relative application id of the package.
+- **WaitingOnAppVersion** If this is a cross process hang, this has the version of the application for which it is waiting.
+- **AppSessionGuid** GUID made up of process id used as a correlation vector for process instances in the telemetry backend.
+- **WaitingOnPackageFullName** If this is a cross process hang waiting for a package, this has the full name of the package for which it is waiting.
+- **PackageFullName** Store application identity.
+- **AppVersion** The version of the app that has hung.
+- **ReportId** A GUID used to identify the report. This can used to track the report across Watson.
+- **TargetAppId** The kernel reported AppId of the application being reported.
+- **TargetAppVer** The specific version of the application being reported.
+- **TargetAsId** The sequence number for the hanging process.
+
+
+## Microsoft.Windows.Inventory.Core.AmiTelCacheChecksum events
+
+This event captures basic checksum data about the device inventory items stored in the cache for use in validating data completeness for Microsoft.Windows.Inventory.Core events. The fields in this event may change over time, but they will always represent a count of a given object.
+
+
+The following fields are available in this event:
+
+- **Device** A count of device objects in cache
+- **DeviceCensus** A count of devicecensus objects in cache
+- **DriverPackageExtended** A count of driverpackageextended objects in cache
+- **File** A count of file objects in cache
+- **Generic** A count of generic objects in cache
+- **HwItem** A count of hwitem objects in cache
+- **InventoryApplication** A count of application objects in cache
+- **InventoryApplicationFile** A count of application file objects in cache
+- **InventoryDeviceContainer** A count of device container objects in cache
+- **InventoryDeviceMediaClass** A count of device media objects in cache
+- **InventoryDevicePnp** A count of devicepnp objects in cache
+- **InventoryDriverBinary** A count of driver binary objects in cache
+- **InventoryDriverPackage** A count of device objects in cache
+- **Metadata** A count of metadata objects in cache
+- **Orphan** A count of orphan file objects in cache
+- **Programs** A count of program objects in cache
+- **FileSigningInfo** A count of file signing info objects in cache.
+- **InventoryDeviceInterface** A count of inventory device interface objects in cache.
+
+
+## Microsoft.Windows.Inventory.Core.AmiTelCacheVersions events
+
+This event sends inventory component versions for the Device Inventory data.
+
+
+The following fields are available in this event:
+
+- **aeinv.dll** The version of the App inventory component.
+- **devinv.dll** The file version of the Device inventory component.
+- **aeinv** The version of the App inventory component.
+- **devinv** The file version of the Device inventory component.
+
+
+## Microsoft.Windows.Inventory.Core.DriverPackageExtendedAdd events
+
+This event sends inventory component versions for the Device Inventory data.
+
+
+The following fields are available in this event:
+
+- **Inf** The inf file name.
+- **OriginalInf** The original inf file name in the driver package.
+- **Type** The type of driver package (e.g. inbox, 3rd-party).
+- **ClassGuid** The Driver class guid.
+- **Class** The driver class.
+- **Directory** The directory the driver was installed to.
+- **Date** The date of the driver package.
+- **Version** The version of the driver package.
+- **Provider** The provider of the driver package.
+- **SysFiles** The list of drivers in the package.
+- **SubmissionId** The submission id of the driver package.
+- **InventoryVersion** The version of the inventory file generating the events.
+
+
+## Microsoft.Windows.Inventory.Core.DriverPackageExtendedStartSync events
+
+This event event indicates that a new set of DriverPackageExtendedAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **InventoryVersion** The version of the inventory file generating the events.
+
+
+## Microsoft.Windows.Inventory.Core.FileSigningInfoAdd events
+
+This event enumerates the signatures of files, either driver packages or application executables. For driver packages, this data is collected on demand via Telecommand to limit it only to unrecognized driver packages, saving time for the client and space on the server. For applications, this data is collected for up to 10 random executables on a system.
+
+
+The following fields are available in this event:
+
+- **InventoryVersion** The version of the inventory file generating the events.
+- **FileName** The file name of the file whose signatures are listed.
+- **FileType** Either exe or sys, depending on if a driver package or application executable.
+- **DriverPackageStrongName** Optional. Available only if FileSigningInfo is collected on a driver package.
+- **CatalogSigners** Signers from catalog. Each signer starts with Chain.
+- **EmbeddedSigners** Embedded signers. Each signer starts with Chain.
+- **Thumbprint** Comma separated hash of the leaf node of each signer. Semicolon is used to separate CatalogSigners from EmbeddedSigners. There will always be a trailing comma.
+
+
+## Microsoft.Windows.Inventory.Core.FileSigningInfoStartSync events
+
+This event indicates that a new set of FileSigningInfoAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **InventoryVersion** The version of the inventory file generating the events.
+
+
+## Microsoft.Windows.Inventory.Core.InventoryApplicationAdd events
+
+This event sends basic metadata about an application on the system to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **ProgramInstanceId** A hash of the file IDs in a program. Used to identify application install footprint. Example: 00002a54cb9c5bc6946b99d4180fec12d6c1103ad849
+- **Name** The name of the application. Location pulled from depends on 'Source' field. Example:
+- **Type** One of ("Application", "Hotfix", "BOE", "Service", "Unknown"). Application indicates Win32 or Appx app, Hotfix indicates app updates (KBs), BOE indicates it's an app with no ARP or MSI entry, Service indicates that it is a service. Application and BOE are the ones most likely seen. Example: Application
+- **Publisher** The Publisher of the application. Location pulled from depends on the 'Source' field. Example: Neudesic
+- **Version** The version number of the program. Example: 6.00.0003
+- **Language** The language code of the program. Language codes can be found at http://support.microsoft.com/kb/221435 Example: 1033
+- **Source** Where the data for the application was found, such as Add/Remove Programs (ARP), MSI, AppxPackage, etc. Example: Msi
+- **MsiProductCode** A GUID that describe the MSI Product. Example: {365812a8-44d6-422e-b737-d540451e5f4e}
+- **MsiPackageCode** A GUID that describes the MSI Package. Multiple 'Products' (apps) can make up an MsiPackage. Example: {1BCC5142-D98C-430B-B74A-484A0328A7CE}
+- **HiddenArp** Indicates whether a program hides itself from showing up in ARP. Example: TRUE
+- **OSVersionAtInstallTime** The four octets from the OS version at the time of the application's install. Example:
+- **PackageFamilyName** The package family name for a Windows Store app.
+- **RootDirPath** The path to the root directory where the program was installed. Example: %ProgramFiles% (x86)\Neudesic\Azure Storage Explorer 6
+- **InstallDate** The date the application was installed (a best guess based on folder creation date heuristics) Example: 4/12/2015 01:27:52
+- **InstallDateMsi** The install date if the application was installed via MSI. Passed as an array. Example: 4/11/2015 00:00:00
+- **InstallDateFromLinkFile** The estimated date of install based on the links to the files. Passed as an array. Example: 4/8/2015 01:06:11
+- **InstallDateArpLastModified** The date of the registry ARP key for a given application. Hints at install date but not always accurate. Passed as an array. Example: 4/11/2015 00:00:00
+- **PartB_Ms.Device.DeviceInventoryChange** This field is replaced with the following fields: syncId, objectInstanceId, objectType, Action, and InventoryId.
+- **objectInstanceId** ProgramId (a hash of Name, Version, Publisher, and Language of an application used to identify it). Example: 00000144865763f3de24c2ae5a289fde6db300000904
+- **PackageFullName** The package full name for a Store application. Example: Microsoft.Hexic_1.2.0.36_x86__8wekyb3d8bbwe
+- **InventoryVersion** The version of the inventory file generating the events.
+- **StoreAppType** A sub-classification for the type of Windows Store app, such as UWP or Win8StoreApp.
+
+
+## Microsoft.Windows.Inventory.Core.InventoryApplicationRemove events
+
+This event indicates that a new set of InventoryDevicePnpAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **PartB_Ms.Device.DeviceInventoryChange** This field is replaced with the following fields: syncId, objectInstanceId, objectType, Action, and InventoryId.
+- **InventoryVersion** The version of the inventory file generating the events.
+
+
+## Microsoft.Windows.Inventory.Core.InventoryApplicationStartSync events
+
+This event indicates that a new set of InventoryApplicationAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **PartB_Ms.Device.DeviceInventoryChange** This field is replaced with the following fields: syncId, objectInstanceId, objectType, Action, and InventoryId.
+- **InventoryVersion** The version of the inventory file generating the events.
+
+
+## Microsoft.Windows.Inventory.Core.InventoryDeviceContainerAdd events
+
+This event sends basic metadata about a device container (such as a monitor or printer as opposed to a PNP device) to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **ModelName** Name for model. Example: Polycom CX300
+- **ModelId** GUID for model. Example: {da09b4cb-2391-a76e-4bb3-5f0fdc02c278} UID for model. Example: "{da09b4cb-2391""ID for model. UID for model. Example: {da09b4cb-2391-a76e-4bb3-5f0fdc02c}
+- **PrimaryCategory** Primary category. Example: communication.phone
+- **Categories** A list of functional categories that the container belongs to. Comma separated. Example: communication.phone,storage
+- **Icon** Path and/or index to icon file. Example: C:\\windows\\system32\\config\\systemprofile\\appdata\\local\\microsoft\\device metadata\\dmrccache\\en-us\\99f54e5c-a243-4854-a5a5-8a35b2a843cf\\DeviceInformation\\CX300.ico
+- **IsConnected** More than IsPresent. For physically attached device, IsConnected is the same as IsPresent. For wireless device, IsConnected has communication link while IsPresent may not. Example: 1
+- **IsActive** IsConnected OR the device is last-seen less than 14 days. Example: 1
+- **IsPaired** This is for AEP (Association End Point) device, which is a type of devices that needs association(pairing) and authentication before use. Example: 0
+- **IsNetworked** Networked device, e.g., a network printer. Example: 0
+- **IsMachineContainer** Whether the container is the root machine itself. Example: 0
+- **FriendlyName** The name of container. Example: Windows Phone
+- **DiscoveryMethod** No value most of time. Example: ""o""o
+- **ModelNumber** Not common, but is the model number for the device if set. Example: CX300
+- **Manufacturer** Manufacturer name. Example: Polycom, Inc.
+- **PartB_Ms.Device.DeviceInventoryChange** This field is replaced with the following fields: syncId, objectInstanceId, objectType, Action, and InventoryId.
+- **objectInstanceId** ContainerId. Example: {552dd320-0dae-2794-2b41-df42fee22488}
+- **InventoryVersion** The version of the inventory file generating the events.
+
+
+## Microsoft.Windows.Inventory.Core.InventoryDeviceContainerRemove events
+
+This event indicates that the InventoryDeviceContainer object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **PartB_Ms.Device.DeviceInventoryChange** This field is replaced with the following fields: syncId, objectInstanceId, objectType, Action, and InventoryId.
+- **InventoryVersion** The version of the inventory file generating the events.
+
+
+## Microsoft.Windows.Inventory.Core.InventoryDeviceContainerStartSync events
+
+This event indicates that a new set of InventoryDeviceContainerAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **PartB_Ms.Device.DeviceInventoryChange** This field is replaced with the following fields: syncId, objectInstanceId, objectType, Action, and InventoryId.
+- **InventoryVersion** The version of the inventory file generating the events.
+
+
+## Microsoft.Windows.Inventory.Core.InventoryDeviceInterfaceAdd events
+
+This event retrieves information about what sensor interfaces are available on the device.
+
+
+The following fields are available in this event:
+
+- **InventoryVersion** The version of the inventory file generating the events.
+- **Accelerometer3D** Indicates if an Accelerator3D sensor is found.
+- **ActivityDetection** Indicates if an Activity Detection sensor is found.
+- **AmbientLight** Indicates if an Ambient Light sensor is found.
+- **Barometer** Indicates if a Barometer sensor is found.
+- **Custom** Indicates if a Custom sensor is found.
+- **FloorElevation** Indicates if a Floor Elevation sensor is found.
+- **GeomagneticOrientation** Indicates if a Geo Magnetic Orientation sensor is found.
+- **GravityVector** Indicates if a Gravity Detector sensor is found.
+- **Gyrometer3D** Indicates if a Gyrometer3D sensor is found.
+- **Humidity** Indicates if a Humidity sensor is found.
+- **LinearAccelerometer** Indicates if a Linear Accelerometer sensor is found.
+- **Magnetometer3D** Indicates if a Magnetometer3D sensor is found.
+- **Orientation** Indicates if an Orientation sensor is found.
+- **Pedometer** Indicates if a Pedometer sensor is found.
+- **Proximity** Indicates if a Proximity sensor is found.
+- **RelativeOrientation** Indicates if a Relative Orientation sensor is found.
+- **SimpleDeviceOrientation** Indicates if a Simple Device Orientation sensor is found.
+- **Temperature** Indicates if a Temperature sensor is found.
+
+
+## Microsoft.Windows.Inventory.Core.InventoryDeviceInterfaceStartSync events
+
+This event indicates that a new set of InventoryDeviceInterfaceAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **InventoryVersion** The version of the inventory file generating the events.
+
+
+## Microsoft.Windows.Inventory.Core.InventoryDeviceMediaClassAdd events
+
+This event sends additional metadata about a PNP device that is specific to a particular class of devices to help keep Windows up to date while reducing overall size of data payload.
+
+
+The following fields are available in this event:
+
+- **audio.captureDriver** Audio device capture driver. Example: hdaudio.inf:db04a16ce4e8d6ee:HdAudModel:10.0.14887.1000:hdaudio\func_01
+- **audio.renderDriver** Audio device render driver. Example: hdaudio.inf:db04a16ce4e8d6ee:HdAudModel:10.0.14889.1001:hdaudio\func_01
+- **PartB_Ms.Device.DeviceInventoryChange** This field is replaced with the following fields: syncId, objectInstanceId, objectType, Action, and InventoryId.
+- **objectInstanceId** Device Instance ID of the PNP device. Example: hdaudio/func_01&ven_10ec&dev_0262&subsys_103c1309&rev_1002/4&12f2dd06&0&0001
+- **InventoryVersion** The version of the inventory file generating the events.
+- **Audio_CaptureDriver** The Audio device capture driver endpoint.
+- **Audio_RenderDriver** The Audio device render driver endpoint.
+
+
+## Microsoft.Windows.Inventory.Core.InventoryDeviceMediaClassRemove events
+
+This event indicates that the InventoryDeviceMediaClass object represented by the objectInstanceId is no longer present.
+
+
+The following fields are available in this event:
+
+- **PartB_Ms.Device.DeviceInventoryChange** This field is replaced with the following fields: syncId, objectInstanceId, objectType, Action, and InventoryId.
+- **InventoryVersion** The version of the inventory file generating the events.
+
+
+## Microsoft.Windows.Inventory.Core.InventoryDeviceMediaClassStartSync events
+
+This event indicates that a new set of InventoryDeviceMediaClassSAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **PartB_Ms.Device.DeviceInventoryChange** This field is replaced with the following fields: syncId, objectInstanceId, objectType, Action, and InventoryId.
+- **InventoryVersion** The version of the inventory file generating the events.
+
+
+## Microsoft.Windows.Inventory.Core.InventoryDevicePnpAdd events
+
+This event sends basic metadata about a PNP device and its associated driver to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **HWID** A JSON array that provides the value and order of the HWID tree for the device. Orders are integers, HWIDs look like hid\vid_049f&pid_000e&rev_0102&mi_01&col04
+- **COMPID** A JSON array the provides the value and order of the compatible ID tree for the device. Orders are integers, COMPIDs look like usb\class_03&subclass_01&prot_01
+- **installState** Device installation state. One of these values: https://msdn.microsoft.com/en-us/library/windows/hardware/ff543130.aspx
+- **enumerator** The bus that enumerated the device.
+- **ContainerId** System-supplied GUID that uniquely groups the functional devices associated with a single-function or multifunction device installed in the computer. Example: {27db0821-3bf9-f71a-f96f-a53403857690}
+- **deviceState** DeviceState is a bitmask of the following: DEVICE_IS_CONNECTED 0x0001 (currently only for container). DEVICE_IS_NETWORK_DEVICE 0x0002 (currently only for container). DEVICE_IS_PAIRED 0x0004 (currently only for container). DEVICE_IS_ACTIVE 0x0008 (currently never set). DEVICE_IS_MACHINE 0x0010 (currently only for container). DEVICE_IS_PRESENT 0x0020 (currently always set). DEVICE_IS_HIDDEN 0x0040. DEVICE_IS_PRINTER 0x0080 (currently only for container). DEVICE_IS_WIRELESS 0x0100. DEVICE_IS_WIRELESS_FAT 0x0200. The most common values are therefore: 32 (0x20)= device is present. 96 (0x60)= device is present but hidden. 288 (0x120)= device is a wireless device that is present.
+- **parentId** Device instance id of the parent of the device.
+- **STACKID** A JSON array that provides the value and order of the STACKID tree for the device. Orders are integers, STACKIDs look like "\driver\hidusb"
+- **description** The device description.
+- **matchingID** Represents the hardware ID or compatible ID that Windows uses to install a device instance.
+- **class** The device setup class of the driver loaded for the device.
+- **classGuid** The device setup class guid of the driver loaded for the device.
+- **manufacturer** The device manufacturer.
+- **model** The device model.
+- **Inf** INF file name (the name could be renamed by OS, such as oemXX.inf)
+- **driverVerVersion** The version of the driver loaded for the device.
+- **driverVerDate** The date of the driver loaded for the device.
+- **provider** The device provider.
+- **driverPackageStrongName** The immediate parent directory name in the Directory field of InventoryDriverPackage.
+- **service** The device service name.
+- **lowerClassFilters** Lower filter class drivers IDs installed for the device.
+- **lowerFilters** Lower filter drivers IDs installed for the device.
+- **upperClassFilters** Upper filter class drivers IDs installed for the device.
+- **upperFilters** Upper filter drivers IDs installed for the device.
+- **PartB_Ms.Device.DeviceInventoryChange** This field is replaced with the following fields: syncId, objectInstanceId, objectType, Action, and InventoryId.
+- **objectInstanceId** The Device Instance ID of the device (uniquely identifies a device in the system). Example: pci\ven_8086&dev_0085&subsys_13118086&rev_34\4&2dded11c&0&00e1
+- **DriverId** Used to join with InventoryDriverBinary (on its key). Example: 0000f768ad5256cc5ef4b070bb5b99d1742028ca2bd3
+- **DriverName** Name of the .sys image file (or wudfrd.sys if using user mode driver framework). Example: asyncmac.sys
+- **InventoryVersion** The version of the inventory file generating the events.
+
+
+## Microsoft.Windows.Inventory.Core.InventoryDevicePnpRemove events
+
+This event indicates that the InventoryDevicePnpRemove object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **PartB_Ms.Device.DeviceInventoryChange** This field is replaced with the following fields: syncId, objectInstanceId, objectType, Action, and InventoryId.
+- **InventoryVersion** The version of the inventory file generating the events.
+
+
+## Microsoft.Windows.Inventory.Core.InventoryDevicePnpStartSync events
+
+This event indicates that a new set of InventoryDevicePnpAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **PartB_Ms.Device.DeviceInventoryChange** This field is replaced with the following fields: syncId, objectInstanceId, objectType, Action, and InventoryId.
+- **InventoryVersion** The version of the inventory file generating the events.
+
+
+## Microsoft.Windows.Inventory.Core.InventoryDriverBinaryAdd events
+
+This event sends basic metadata about driver binaries running on the system to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **DriverName** Driver file name. Example: 1394ohci.sys
+- **Inf** INF file name (the name could be renamed by OS, such as oemXX.inf)
+- **driverPackageStrongName** Driver package StrongName. Example: acpi.inf_amd64_b82068c7a43a101f
+- **DriverCompany** Company name. Example: Advanced Micro Devices, Inc.
+- **DriverCheckSum** Driver file checksum. Example: 242561
+- **DriverTimeStamp** The low 32 bits of the time stamp of the image. This represents the date and time the image was created by the linker. The value is represented in the number of seconds elapsed since midnight (00:00:00), January 1, 1970, Universal Coordinated Time, according to the system clock. Example: 1429917363
+- **DriverType** Bitfield of driver attributes: 1. define DRIVER_MAP_DRIVER_TYPE_PRINTER 0x0001. 2. define DRIVER_MAP_DRIVER_TYPE_KERNEL 0x0002. 3. define DRIVER_MAP_DRIVER_TYPE_USER 0x0004. 4. define DRIVER_MAP_DRIVER_IS_SIGNED 0x0008. 5. define DRIVER_MAP_DRIVER_IS_INBOX 0x0010. 6. define DRIVER_MAP_DRIVER_IS_WINQUAL 0x0040. 7. define DRIVER_MAP_DRIVER_IS_SELF_SIGNED 0x0020. 8. define DRIVER_MAP_DRIVER_IS_CI_SIGNED 0x0080. 9. define DRIVER_MAP_DRIVER_HAS_BOOT_SERVICE 0x0100. 10. define DRIVER_MAP_DRIVER_TYPE_I386 0x10000. 11. define DRIVER_MAP_DRIVER_TYPE_IA64 0x20000. 12. define DRIVER_MAP_DRIVER_TYPE_AMD64 0x40000. 13. define DRIVER_MAP_DRIVER_TYPE_ARM 0x100000. 14. define DRIVER_MAP_DRIVER_TYPE_THUMB 0x200000. 15. define DRIVER_MAP_DRIVER_TYPE_ARMNT 0x400000. 16. define DRIVER_MAP_DRIVER_IS_TIME_STAMPED 0x800000. Example: 8650778
+- **driverInBox** Is the driver an inbox driver? Example: 1
+- **driverSigned** Is the driver signed?
+- **driverIsKernelMode** Is it kernel mode driver? Example: 1
+- **DriverVersion** Version. Example: 10.0.10074.0
+- **ImageSize** File size. Example: 602112
+- **Product** Product name that is obtained from file info. Example: QLogic 10 GigE
+- **ProductVersion** Driver version that is obtained from file info. Usually the same as DriverVersion. Example: 7.12.2.3
+- **WdfVersion** Windows Driver Framework (WDF) version. Example: 1.15
+- **service** The name of the service that is installed for the device.
+- **PartB_Ms.Device.DeviceInventoryChange** This field is replaced with the following fields: syncId, objectInstanceId, objectType, Action, and InventoryId.
+- **objectInstanceId** Can be used to join with InventoryDevicePnp (on driverId, upperFilters, etc.). Example: 000038dbe54a022b6c73edbdb8bf5cba32a882d2df2a
+- **InventoryVersion** The version of the inventory file generating the events.
+
+
+## Microsoft.Windows.Inventory.Core.InventoryDriverBinaryRemove events
+
+This event indicates that the InventoryDriverBinary object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId.
+
+
+The following fields are available in this event:
+
+- **PartB_Ms.Device.DeviceInventoryChange** This field is replaced with the following fields: syncId, objectInstanceId, objectType, Action, and InventoryId.
+- **InventoryVersion** The version of the inventory file generating the events.
+
+
+## Microsoft.Windows.Inventory.Core.InventoryDriverBinaryStartSync events
+
+This event indicates that a new set of InventoryDriverBinaryAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **PartB_Ms.Device.DeviceInventoryChange** This field is replaced with the following fields: syncId, objectInstanceId, objectType, Action, and InventoryId.
+- **InventoryVersion** The version of the inventory file generating the events.
+
+
+## Microsoft.Windows.Inventory.Core.InventoryDriverPackageAdd events
+
+This event sends basic metadata about drive packages installed on the system to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **Inf** Same as InfPath in InventoryDevicePnp. Example: oem9.inf
+- **ClassGuid** Same as in InventoryDevicePnp. Example: {4d36e979-e325-11ce-bfc1-08002be10318}
+- **Class** Same as in InventoryDevicePnp. Example: printer
+- **Directory** Package directory full path. Example: C:\Windows\System32\DriverStore\FileRepository\hdxmb3hd.inf_amd64_cabd3ee20f1ff1b9
+- **Date** The manufacturer's build date of the driver. Note this could be earlier than DriverTimeStamp in the InventoryDriverBinary. Example: 5/28/2012
+- **Version** Version of the package. Example: 6.0.7503.1
+- **Provider** Provider for the package. Example: Microsoft
+- **SubmissionId** Driver package submission ID. Example: 1633333
+- **PartB_Ms.Device.DeviceInventoryChange** This field is replaced with the following fields: syncId, objectInstanceId, objectType, Action, and InventoryId.
+- **objectInstanceId** Used to join with InventoryDevicePnp (on driverPackageId). Example: 0000ce5aae60f3a60a9b9a715a6cee2053e305e7869c
+- **InventoryVersion** The version of the inventory file generating the events.
+
+
+## Microsoft.Windows.Inventory.Core.InventoryDriverPackageRemove events
+
+This event indicates that the InventoryDriverPackage object represented by the objectInstanceId is no longer present. No object attributes are transmitted other than the objectInstanceId
+
+
+The following fields are available in this event:
+
+- **PartB_Ms.Device.DeviceInventoryChange** This field is replaced with the following fields: syncId, objectInstanceId, objectType, Action, and InventoryId.
+- **InventoryVersion** The version of the inventory file generating the events.
+
+
+## Microsoft.Windows.Inventory.Core.InventoryDriverPackageStartSync events
+
+This event indicates that a new set of InventoryDriverPackageAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **PartB_Ms.Device.DeviceInventoryChange** This field is replaced with the following fields: syncId, objectInstanceId, objectType, Action, and InventoryId.
+- **InventoryVersion** The version of the inventory file generating the events.
+
+
+## Microsoft.Windows.Inventory.Indicators.Checksum events
+
+This event captures basic checksum data about the device inventory items stored in the cache for use in validating data completeness for Microsoft.Windows.Inventory.Core events. The fields in this event may change over time, but they will always represent a count of a given object.
+
+
+The following fields are available in this event:
+
+- **CensusId** Unique hardware identifier. This has been replaced with PCFP.
+- **ChecksumDictionary** A count of each operating system indicator that was sent.
+- **PCFP** Equivalent to InventoryId that is found in other core events.
+
+
+## Microsoft.Windows.Inventory.Indicators.InventoryMiscellaneousUexIndicatorAdd events
+
+This event captures basic checksum data about the device inventory items stored in the cache for use in validating data completeness for Microsoft.Windows.Inventory.Core events. The fields in this event may change over time, but they will always represent a count of a given object.
+
+
+The following fields are available in this event:
+
+- **PartB_Ms.Device.DeviceInventoryChange** This field is replaced with the following fields: syncId, objectInstanceId, objectType, Action, and InventoryId.
+- **Value** Describes an operating system indicator that may be relevant for the device upgrade.
+- **IndicatorValue** The indicator value
+
+
+## Microsoft.Windows.Inventory.Indicators.InventoryMiscellaneousUexIndicatorRemove events
+
+This event is a counterpart to InventoryMiscellaneousUexIndicatorAdd, indicating that the item has been removed. There are no additional unique fields in this event.
+
+
+The following fields are available in this event:
+
+- **PartB_Ms.Device.DeviceInventoryChange** This field is replaced with the following fields: syncId, objectInstanceId, objectType, Action, and InventoryId.
+
+
+## Microsoft.Windows.Inventory.Indicators.InventoryMiscellaneousUexIndicatorStartSync events
+
+This event indicates that a new set of InventoryMiscellaneousUexIndicatorAdd events will be sent.
+
+
+The following fields are available in this event:
+
+- **PartB_Ms.Device.DeviceInventoryChange** This field is replaced with the following fields: syncId, objectInstanceId, objectType, Action, and InventoryId.
+
+
+## Microsoft.Windows.Security.Winlogon.SetupCompleteLogon events
+
+This event signals the completion of the setup process. It happens only once during the first logon.
+
+
+
+
+## Microsoft.Windows.SharedPC.AccountManager.DeleteUserAccount events
+
+Activity for deletion of a user account for devices set up for Shared PC mode as part of the Transient Account Manager to help keep Windows up to date. Deleting unused user accounts on shared devices frees up disk space to improve Windows Update success rates.
+
+
+The following fields are available in this event:
+
+- **wilActivity** Windows Error Reporting data collected when there is a failure in deleting a user account with the Transient Account Manager.
+- **userSid** The security identifier of the account.
+- **accountType** The type of account that was deleted. Example: AD, AAD, or Local
+
+
+## Microsoft.Windows.SharedPC.AccountManager.SinglePolicyEvaluation events
+
+Activity for run of the Transient Account Manager that determines if any user accounts should be deleted for devices set up for Shared PC mode to help keep Windows up to date. Deleting unused user accounts on shared devices frees up disk space to improve Windows Update success rates
+
+
+The following fields are available in this event:
+
+- **wilActivity** Windows Error Reporting data collected when there is a failure in evaluating accounts to be deleted with the Transient Account Manager.
+- **totalAccountCount** The number of accounts on a device after running the Transient Account Manager policies.
+- **evaluationTrigger** When was the Transient Account Manager policies ran? Example: At log off or during maintenance hours
+
+
+## Microsoft.Windows.StoreAgent.Telemetry.AbortedInstallation events
+
+This event sends tracking data about an install/update being canceled, either due to user explicitly canceling or because a new interactive install/update was scheduled, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **PFN** Product Family Name of the product being installed
+- **ClientAppId** The client App ID that initiated this action.
+- **HResult** The result code of the last action performed before cancelling.
+- **IsUpdate** Flag indicating if this is an update.
+- **AttemptNumber** Number of retry attempts before it was cancelled.
+- **CategoryId** The Item Category ID.
+- **ProductId** The product ID being installed.
+- **IsInteractive** Was this call a result of user interaction.
+- **UpdateId** Update ID (if this is an update)
+- **IsRemediation** Flag indicating if this is a remediation install.
+- **IsWin32** Flag indicating if this is a Win32 app (not used).
+- **BundleId** The Item Bundle ID.
+- **IsMandatory** Flag indicating if this is a mandatory update.
+- **SystemAttemptNumber** Number of system attempts to install.
+- **UserAttemptNumber** Number of user attempts to install.
+- **IsRestore** Flag indicating if this is a restore
+- **ParentBundleId** The parent bundle ID (if this is part of a bundle).
+- **IsBundle** Indicates if this a bundle parent
+- **WUContentId** Windows Update Content ID
+- **IntentPFNs** Intent Product Family Name
+- **AggregatedPackageFullNames** Includes a set of package full names for each app that is part of an atomic set.
+
+
+## Microsoft.Windows.StoreAgent.Telemetry.BeginGetInstalledContentIds events
+
+This event sends content ID data about apps installed on a system, to help determine whether updates for those apps are available.
+
+
+
+
+## Microsoft.Windows.StoreAgent.Telemetry.BeginUpdateMetadataPrepare events
+
+This event happens during the process of scanning for available app updates. A cache is first checked to see if app data is available such as the Store Id, otherwise it will call a backend service to get some needed metadata for an app update including app title used in update notifications. StoreAgent events are needed to help keep Windows pre-installed 1st party apps up to date and secure such as the mail and calendar apps. App update failure can be unique across devices and without this data from every device we will not be able to track the success/failure and fix any future vulnerabilities related to these built in Windows Apps.
+
+
+
+
+## Microsoft.Windows.StoreAgent.Telemetry.CancelInstallation events
+
+This event is fired when an app update/install is cancelled when in Interactive mode. Can be user or system cancelled and the hrStatus will help us know why. StoreAgent events are needed to help keep Windows pre-installed 1st party apps up to date and secure such as the mail and calendar apps.?App update failure can be unique across devices and without this data from every device we will not be able to track the success/failure and fix any future vulnerabilities related to these built in Windows Apps.
+
+
+The following fields are available in this event:
+
+- **IsInteractive** Flag indicating if this an interactive install.
+- **AttemptNumber** Count of the attempt to cancel
+- **BundleId** Bundle ID (if this product is a bundle)
+- **PreviousHResult** The previous HResult code.
+- **ClientAppId** The app ID of the client calling the cancel.
+- **CategoryId** Category ID of the product being installed
+- **PFN** Product Family Name of the product being installed.
+- **ProductId** Product ID of the product being installed.
+- **IsUpdate** Flag indicating if this an update install.
+- **IsRemediation** Flag indicating if this a remediation install.
+- **RelatedCV** Correlation Vector of a previous performed action on this product.
+- **UpdateId** Update ID (if this is an update)
+- **PreviousInstallState** Previous installation state before it was cancelled.
+- **IsMandatory** Flag indicating if this a mandatory update.
+- **SystemAttemptNumber** Number of system attempts so far.
+- **UserAttemptNumber** Number of user attempts so far
+- **IsRestore** Flag indicating if this a restore install.
+- **ParentBundleId** Parent Bundle ID (if part of a bundle)
+- **IsBundle** Flag indicating if this a bundle.
+- **WUContentId** Windows Update Content ID
+- **IntentPFNs** Intent Product Family Name
+- **AggregatedPackageFullNames** Includes a set of package full names for each app that is part of an atomic set.
+
+
+## Microsoft.Windows.StoreAgent.Telemetry.CompleteInstallOperationRequest events
+
+CompleteOperationRequest is logged at the end of the install of new apps or updates. It reports back if it was successful or not. StoreAgent events are needed to help keep Windows pre-installed 1st party apps up to date and secure, such as the mail and calendar apps. App update failure can be unique across devices and without this data from every device we will not be able to track the success/failure and fix any future vulnerabilities related to these built in Windows Apps.
+
+
+The following fields are available in this event:
+
+- **IsBundle** Flag indicating if this item is a bundle.
+- **ProductId** Product ID of the item being installed.
+- **SkuId** Specific edition of the item being installed.
+- **CatalogId** Catalog ID of the item being installed.
+- **PackageFamilyName** Package Family Name of the item being installed
+- **HResult** HResult code of the action being performed.
+
+
+## Microsoft.Windows.StoreAgent.Telemetry.EndAcquireLicense events
+
+This event sends data indicating that aquiring the license during software acquisition is complete.
+
+
+The following fields are available in this event:
+
+- **PFN** Product Family Name of the product being installed.
+- **HResult** HResult code to show the result of the operation (success/failure).
+- **ProductId** The product ID
+- **BundleId** The bundle ID
+- **IsWin32** Flag indicating if this is a Win32app.
+- **IsInteractive** Flag indicating if this is a user-initiated installation.
+- **CategoryId** The category ID of the product in the Store.
+- **ClientAppId** The ID of the client app (the app calling the Store APIs).
+- **IsRemediation** Flag indicating if this a remediation installation.
+- **UpdateId** Update ID (if this is an update)
+- **AttemptNumber** The total number of attempts to acquire this product.
+- **IsUpdate** Flag indicating if this an update.
+- **IsMandatory** Flag indicating if this is a mandatory installation.
+- **SystemAttemptNumber** The number of attempts by the system to acquire this product.
+- **UserAttemptNumber** The number of attempts by the user to acquire this product
+- **IsRestore** Flag indicating if this happened during a device restore.
+- **ParentBundleId** The parent bundle ID (if it's part of a bundle).
+- **IsBundle** Inidcate whether this product is a bundle product
+- **WUContentId** Windows Update content ID
+- **ParentBundledId** The product's parent bundle ID.
+- **IntentPFNs** Intent Product Family Name
+- **AggregatedPackageFullNames** Includes a set of package full names for each app that is part of an atomic set.
+
+
+## Microsoft.Windows.StoreAgent.Telemetry.EndDownload events
+
+This event happens during the app update or installation process when actual bits are being downloaded at the end of the process to report success or failure. StoreAgent events are needed to help keep Windows pre-installed 1st party apps up to date and secure.?App update failure can be unique across devices and without this data from every device we will not be able to track the success/failure and fix any future vulnerabilities related to these built in Windows Apps.
+
+
+The following fields are available in this event:
+
+- **PFN** The Product Full Name.
+- **IsRemediation** Flag indicating if the item was repaired.
+- **DownloadSize** The total size of the download.
+- **ClientAppId** Client App ID (different in case of auto updates or interactive updates from the app).
+- **UpdateId** Update ID (if this is an update)
+- **CategoryId** The Category ID of the item.
+- **IsWin32** Flag indicating if this is a Win32 app (unused).
+- **IsUpdate** Flag indicating if this was an update.
+- **HResult** The result code of the last action performed.
+- **IsInteractive** Was this call a result of user interaction.
+- **AttemptNumber** Number of retry attempts before it was cancelled.
+- **BundleId** The Item bundle ID.
+- **ProductId** The Product ID.
+- **IsMandatory** Flag indicating if the item was a mandatory installation.
+- **SystemAttemptNumber** Number of attempts by the system to download.
+- **UserAttemptNumber** Number of attempts by the user to download.
+- **IsRestore** Flag indicating if the item was a restored installation.
+- **ParentBundleId** The parent bundle ID (if it's part of a bundle).
+- **IsBundle** Flag indicating if the item was a bundle.
+- **WUContentId** Windows Update Content ID.
+- **ExtendedHResult** Any extended HResult error codes.
+- **IntentPFNs** Intent Product Family Name
+- **AggregatedPackageFullNames** Includes a set of package full names for each app that is part of an atomic set.
+
+
+## Microsoft.Windows.StoreAgent.Telemetry.EndFrameworkUpdate events
+
+This event happens when an app update requires an updated Framework package and the process is kicked off to download it. This event fires at the end of the method to report success or failure. StoreAgent events are needed to help keep Windows pre-installed 1st party apps up to date and secure such as the mail and calendar apps. App update failure can be unique across devices and without this data from every device we will not be able to track the success/failure and fix any future vulnerabilities related to these built in Windows Apps.
+
+
+The following fields are available in this event:
+
+- **HResult** HResult error code returned from this method.
+
+
+## Microsoft.Windows.StoreAgent.Telemetry.EndGetInstalledContentIds events
+
+This event sends data indicating that the content ID's of installed apps have been collected, including whether or not the collection was successful.
+
+
+The following fields are available in this event:
+
+- **HResult** Resulting HResult from the method.
+
+
+## Microsoft.Windows.StoreAgent.Telemetry.EndInstall events
+
+This event sends tracking data about the end of the install/update installation, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **BundleId** Bundle ID (if this product is a bundle)
+- **PFN** Product Family Name of the product being installed.
+- **ClientAppId** The app ID of the client ending the installation.
+- **CategoryId** Category ID of the item
+- **ProductId** Product ID of the items
+- **AttemptNumber** Number of retry attempts before it was cancelled
+- **HResult** The result code of the last action performed.
+- **IsRemediation** Flag indicating if this a remediation install.
+- **IsInteractive** Flag indicating if this an interactive install.
+- **IsUpdate** Flag indicating if this an update install.
+- **UpdateId** Update ID (if this is an update)
+- **IsWin32** Flag indicating if this a Win32 app (unused).
+- **IsMandatory** Flag indicating if this a mandatory install.
+- **SystemAttemptNumber** Number of system attempts so far.
+- **UserAttemptNumber** Number of user attempts so far.
+- **IsRestore** Flag indicating if this a restore install.
+- **ParentBundleId** Parent Bundle ID (if part of a bundle)
+- **IsBundle** Flag indicating if this a bundle.
+- **WUContentId** Windows Update Content ID
+- **ExtendedHResult** Extended HResult
+- **IntentPFNs** Intent Product Family Name
+- **AggregatedPackageFullNames** Includes a set of package full names for each app that is part of an atomic set.
+
+
+## Microsoft.Windows.StoreAgent.Telemetry.EndScanForUpdates events
+
+This event sends tracking data about the end of the scan for updates, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **HResult** The result code of the last action performed.
+- **Query** Unused.
+- **IsApplicability** Flag indicating if it was a scan for applicability.
+- **IsInteractive** Flag indicating if this was interactive.
+- **ClientAppId** The app ID of the client.
+- **IsOnline** Flag indicating if it wasan online check (always true).
+
+
+## Microsoft.Windows.StoreAgent.Telemetry.EndSearchUpdatePackages events
+
+This event sends tracking data about the end of the search for update package for install, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **IsWin32** Flag indicating if this a Win32 app (unused).
+- **IsRemediation** Flag indicating if this a remediation install.
+- **IsUpdate** Flag indicating if this an update install.
+- **ClientAppId** Client App ID
+- **HResult** The result code of the last action performed.
+- **ProductId** The Product ID.
+- **AttemptNumber** Number of retry attempts before it was cancelled.
+- **UpdateId** Update ID (if this is an update)
+- **IsInteractive** Flag indicating if this was a result of user interaction.
+- **PFN** The Product Full Name.
+- **BundleId** The bundle ID of the item.
+- **CategoryId** The category ID of the item
+- **IsMandatory** Flag indicating if this a mandatory update.
+- **SystemAttemptNumber** Number of system attempts so far.
+- **UserAttemptNumber** Number of user attempts so far
+- **IsRestore** Flag indicating if this a restore.
+- **ParentBundleId** Parent Bundle ID (if part of a bundle)
+- **IsBundle** Flag indicating if this a bundle.
+- **WUContentId** Windows Update Content ID
+- **IntentPFNs** Intent Product Family Name
+- **AggregatedPackageFullNames** Includes a set of package full names for each app that is part of an atomic set.
+
+
+## Microsoft.Windows.StoreAgent.Telemetry.EndStageUserData events
+
+This event is called in between download and install as we look to see if there is app data that needs to be restored from the cloud. This event is fired at the end of the process to report success or failure. StoreAgent events are needed to help keep Windows pre-installed 1st party apps up to date and secure such as the mail and calendar apps.?App update failure can be unique across devices and without this data from every device we will not be able to track the success/failure and fix any future vulnerabilities related to these built in Windows Apps.
+
+
+The following fields are available in this event:
+
+- **IsInteractive** Flag indicating if this was a result of user interaction.
+- **PFN** The Product Full Name.
+- **IsUpdate** Flag indicating if this an update install.
+- **CategoryId** The category ID of the item
+- **HResult** The result code of the last action performed.
+- **AttemptNumber** Number of retry attempts before it was cancelled.
+- **ProductId** The Product ID.
+- **BundleId** The bundle ID of the item.
+- **UpdateId** Update ID (if this is an update)
+- **IsRemediation** Flag indicating if this a remediation install.
+- **ClientAppId** Client App ID
+- **IsMandatory** Flag indicating if this a mandatory update.
+- **SystemAttemptNumber** Number of system attempts so far.
+- **UserAttemptNumber** Number of user attempts so far
+- **IsRestore** Flag indicating if this a restore.
+- **ParentBundleId** Parent Bundle ID (if part of a bundle)
+- **IsBundle** Flag indicating if this a bundle.
+- **WUContentId** Windows Update Content ID
+- **IntentPFNs** Intent Product Family Name
+- **AggregatedPackageFullNames** Includes a set of package full names for each app that is part of an atomic set.
+
+
+## Microsoft.Windows.StoreAgent.Telemetry.EndUpdateMetadataPrepare events
+
+This event happens at the end of the process of scanning for available app updates to report a success or failure. A cache is first checked to see if app data is available such as the Store Id and app title, otherwise it will call a backend service to get some needed metadata for an app update including app title used in update notifications. StoreAgent events are needed to help keep Windows pre-installed 1st party apps up to date and secure such as the mail and calendar apps. App update failure can be unique across devices and without this data from every device we will not be able to track the success/failure and fix any future vulnerabilities related to these built in Windows Apps.
+
+
+The following fields are available in this event:
+
+- **HResult** The result code of the last action performed.
+
+
+## Microsoft.Windows.StoreAgent.Telemetry.InstallOperationRequest events
+
+This event happens at the beginning of the install process when an app update or new app is installed. StoreAgent events are needed to help keep Windows pre-installed 1st party apps up to date and secure such as the mail and calendar apps. App update failure can be unique across devices and without this data from every device we will not be able to track the success/failure and fix any future vulnerabilities related to these built in Windows Apps.
+
+
+The following fields are available in this event:
+
+- **CatalogId** The catalog ID of the item.
+- **BundleId** The bundle ID of the item.
+- **SkuId** Specific edition ID being installed.
+- **ProductId** The Product ID.
+- **VolumePath** The disk path of the installation.
+
+
+## Microsoft.Windows.StoreAgent.Telemetry.PauseInstallation events
+
+This event happens when an app update/install is paused which caan be user or system paused for various reasons like running out of space or batter. StoreAgent events are needed to help keep Windows pre-installed 1st party apps up to date and secure such as the mail and calendar apps.?App update failure can be unique across devices and without this data from every device we will not be able to track the success/failure and fix any future vulnerabilities related to these built in Windows Apps.
+
+
+The following fields are available in this event:
+
+- **RelatedCV** Correlation Vector of a previous performed action on this product.
+- **IsRemediation** Flag indicating if this a remediation install.
+- **PreviousHResult** Previous HResult error code.
+- **ProductId** The Product ID.
+- **IsUpdate** Flag indicating if this an update install.
+- **PreviousInstallState** Previous state before the installation was paused.
+- **CategoryId** Category the product belongs to in the Store.
+- **ClientAppId** Client App ID
+- **AttemptNumber** Number of retry attempts before it was cancelled.
+- **IsInteractive** Flag indicating if this was a result of user interaction.
+- **BundleId** The bundle ID of the item.
+- **UpdateId** Update ID (if this is an update)
+- **PFN** The Product Full Name.
+- **IsMandatory** Flag indicating if this a mandatory update.
+- **SystemAttemptNumber** Number of system attempts so far.
+- **UserAttemptNumber** Number of user attempts so far
+- **IsRestore** Flag indicating if this a restore.
+- **ParentBundleId** Parent Bundle ID (if part of a bundle)
+- **IsBundle** Flag indicating if this a bundle.
+- **WUContentId** Windows Update Content ID
+- **IntentPFNs** Intent Product Family Name
+- **AggregatedPackageFullNames** Includes a set of package full names for each app that is part of an atomic set.
+
+
+## Microsoft.Windows.StoreAgent.Telemetry.ResumeInstallation events
+
+This event happens when an app update/install which was previously paused is resumed which caan be user or system paused for various reasons. StoreAgent events are needed to help keep Windows pre-installed 1st party apps up to date and secure such as the mail and calendar apps.?App update failure can be unique across devices and without this data from every device we will not be able to track the success/failure and fix any future vulnerabilities related to these built in Windows Apps.
+
+
+The following fields are available in this event:
+
+- **RelatedCV** Correlation Vector for the original install before it was resumed.
+- **AttemptNumber** Number of retry attempts before it was cancelled.
+- **BundleId** The bundle ID of the item.
+- **PreviousHResult** Previous HResult error code.
+- **ClientAppId** Client App ID
+- **CategoryId** Category the product belongs to in the Store.
+- **UpdateId** Update ID (if this is an update)
+- **PFN** The Product Full Name.
+- **IsUpdate** Flag indicating if this an update install.
+- **PreviousInstallState** Previous state before the installation was paused.
+- **IsRemediation** Flag indicating if this a remediation install.
+- **IsInteractive** Flag indicating if this was a result of user interaction.
+- **ProductId** The Product ID.
+- **IsMandatory** Flag indicating if this a mandatory update.
+- **SystemAttemptNumber** Number of system attempts so far.
+- **UserAttemptNumber** Number of user attempts so far
+- **IsRestore** Flag indicating if this a restore.
+- **ParentBundleId** Parent Bundle ID (if part of a bundle)
+- **IsBundle** Flag indicating if this a bundle.
+- **WUContentId** Windows Update Content ID
+- **IntentPFNs** Intent Product Family Name
+- **AggregatedPackageFullNames** Includes a set of package full names for each app that is part of an atomic set.
+- **IsUserRetry** Represents if the retry was initiated by the user. If false, the retry was initiated by the device.
+- **HResult** Return code of the operation.
+
+
+## Microsoft.Windows.StoreAgent.Telemetry.ResumeOperationRequest events
+
+This event happens when an app update or new install is restarted. StoreAgent events are needed to help keep Windows pre-installed 1st party apps up to date and secure such as the mail and calendar apps. App update failure can be unique across devices and without this data from every device we will not be able to track the success/failure and fix any future vulnerabilities related to these built in Windows Apps.
+
+
+The following fields are available in this event:
+
+- **ProductId** The product ID of the app being resumed.
+
+
+## Microsoft.Windows.StoreAgent.Telemetry.SearchForUpdateOperationRequest events
+
+This event happens during the process where the Install Agent is looking to see if there are updates available for the user for an app. StoreAgent events are needed to help keep Windows pre-installed 1st party apps up to date and secure such as the mail and calendar apps. App update failure can be unique across devices and without this data from every device we will not be able to track the success/failure and fix any future vulnerabilities related to these built in Windows Apps.
+
+
+The following fields are available in this event:
+
+- **ProductId** The Product ID.
+- **SkuId** Specfic edition of the app being updated.
+- **CatalogId** Category the product belongs to in the Store.
+
+
+## Microsoft.Windows.StoreAgent.Telemetry.UpdateAppOperationRequest events
+
+This event happens at the start of the method that is called to update a particular app for a user. StoreAgent events are needed to help keep Windows pre-installed 1st party apps up to date and secure such as the mail and calendar apps. App update failure can be unique across devices and without this data from every device we will not be able to track the success/failure and fix any future vulnerabilities related to these built in Windows Apps.
+
+
+The following fields are available in this event:
+
+- **PFamN** Product Family Name of the app being updated.
+
+
+## Microsoft.Windows.Update.DataMigrationFramework.DmfMigrationCompleted events
+
+This event sends data collected at the end of the Data Migration Framework (DMF) and parameters involved in its invocation, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **MigrationEndtime** A system timestamp of when the DMF migration completed.
+- **UpdateIds** A collection of GUIDs for updates that are associated with the DMF session.
+- **WuClientid** The GUID of the Windows Update client responsible for triggering the DMF migration.
+- **MigrationDurationinmilliseconds** How long the DMF migration took (in milliseconds).
+- **RevisionNumbers** A collection of revision numbers for the updates associated with the DMF session.
+
+
+## Microsoft.Windows.Update.DataMigrationFramework.DmfMigrationStarted events
+
+This event sends data collected at the beginning of the Data Migration Framework (DMF) and parameters involved in its invocation, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **UpdateIds** A collection of GUIDs identifying the upgrades that are running.
+- **MigrationStarttime** The timestamp representing the beginning of the DMF migration.
+- **MigrationOEMphases** The number of OEM-authored migrators scheduled to be ran by DMF for this upgrade.
+- **WuClientid** The GUID of the Windows Update client invoking DMF.
+- **MigrationMicrosoftphases** The number of Microsoft-authored migrators scheduled to be ran by DMF for this upgrade.
+- **RevisionNumbers** A collection of the revision numbers associated with the UpdateIds.
+
+
+## Microsoft.Windows.Update.DataMigrationFramework.MigratorResult events
+
+This event sends DMF migrator data to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **MigratorGuid** A GUID identifying the migrator that just completed.
+- **RunDurationInSeconds** The time it took for the migrator to complete.
+- **CurrentStep** This is the last step the migrator reported before returning a result. This tells us how far through the individual migrator the device was before failure.
+- **MigratorName** The name of the migrator that just completed.
+- **MigratorId** A GUID identifying the migrator that just completed.
+- **ErrorCode** The result (as an HRESULT) of the migrator that just completed.
+- **TotalSteps** Migrators report progress in number of completed steps against the total steps. This is the total number of steps.
+
+
+## Microsoft.Windows.Update.Orchestrator.Detection events
+
+This event sends launch data for a Windows Update scan to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **wuDeviceid** Unique device ID used by Windows Update.
+- **revisionNumber** Update revision number.
+- **eventScenario** End to end update session ID, or indicates the purpose of sending this event - whether because the software distribution just started installing content, or whether it was cancelled, succeeded, or failed.
+- **deferReason** Reason why the device could not check for updates.
+- **detectionBlockreason** Reason for detection not completing.
+- **interactive** Identifies if session is User Initiated.
+- **updateId** Update ID.
+- **detectionDeferreason** A log of deferral reasons for every update state.
+- **flightID** A unique update ID.
+- **updateScenarioType** The update session type.
+- **errorCode** The returned error code.
+
+
+## Microsoft.Windows.Update.Orchestrator.Download events
+
+This event sends launch data for a Windows Update download to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **detectionDeferreason** Reason for download not completing
+- **wuDeviceid** Unique device ID used by Windows Update.
+- **interactive** Identifies if session is user initiated.
+- **revisionNumber** Update revision number.
+- **deferReason** Reason for download not completing
+- **updateId** Update ID.
+- **eventScenario** End to end update session ID.
+- **errorCode** An error code represented as a hexadecimal value
+- **flightID** Unique update ID.
+- **updateScenarioType** The update session type.
+
+
+## Microsoft.Windows.Update.Orchestrator.FlightInapplicable events
+
+This event sends data on whether the update was applicable to the device, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **updateId** Unique Update ID
+- **revisionNumber** Revision Number of the Update
+- **UpdateStatus** Integer that describes Update state
+- **EventPublishedTime** time that the event was generated
+- **wuDeviceid** Unique Device ID
+- **flightID** Unique Update ID
+- **updateScenarioType** The update session type.
+
+
+## Microsoft.Windows.Update.Orchestrator.InitiatingReboot events
+
+This event sends data about an Orchestrator requesting a reboot from power management to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **revisionNumber** Revision number of the update.
+- **EventPublishedTime** Time of the event.
+- **updateId** Update ID.
+- **wuDeviceid** Unique device ID used by Windows Update.
+- **flightID** Unique update ID
+- **interactive** Indicates the reboot initiation stage of the update process was entered as a result of user action or not.
+- **rebootOutsideOfActiveHours** Indicates the timing that the reboot was to occur to ensure the correct update process and experience is provided to keep Windows up to date.
+- **uxRebootstate** Indicates the exact state of the user experience at the time the required reboot was initiated to ensure the correct update process and experience is provided to keep Windows up to date.
+- **updateScenarioType** The update session type.
+
+
+## Microsoft.Windows.Update.Orchestrator.Install events
+
+This event sends launch data for a Windows Update install to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **eventScenario** End to end update session ID.
+- **deferReason** Reason for install not completing.
+- **interactive** Identifies if session is user initiated.
+- **wuDeviceid** Unique device ID used by Windows Update.
+- **batteryLevel** Current battery capacity in mWh or percentage left.
+- **installCommitfailedtime** The time it took for a reboot to happen but the upgrade failed to progress.
+- **errorCode** The error code reppresented by a hexadecimal value.
+- **updateId** Update ID.
+- **revisionNumber** Update revision number.
+- **flightID** Unique update ID
+- **installRebootinitiatetime** The time it took for a reboot to be attempted.
+- **flightUpdate** Flight update
+- **minutesToCommit** The time it took to install updates.
+- **ForcedRebootReminderSet** A boolean value that indicates if a forced reboot will happen for updates.
+- **rebootOutsideOfActiveHours** Indicates the timing that the reboot was to occur to ensure the correct update process and experience is provided to keep Windows up to date.
+- **uxRebootstate** Indicates the exact state of the user experience at the time the required reboot was initiated to ensure the correct update process and experience is provided to keep Windows up to date.
+- **updateScenarioType** The update session type.
+
+
+## Microsoft.Windows.Update.Orchestrator.PostInstall events
+
+This event sends data about lite stack devices (mobile, IOT, anything non-PC) immediately before data migration is launched to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **wuDeviceid** Unique device ID used by Windows Update.
+- **eventScenario** End to end update session ID.
+- **sessionType** Interactive vs. Background.
+- **bundleRevisionnumber** Bundle revision number.
+- **batteryLevel** Current battery capacity in mWh or percentage left.
+- **bundleId** Update grouping ID.
+- **errorCode** Hex code for the error message, to allow lookup of the specific error.
+- **flightID** Unique update ID.
+
+
+## Microsoft.Windows.Update.Orchestrator.RebootFailed events
+
+This event sends information about whether an update required a reboot and reasons for failure to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **updateId** Update ID.
+- **batteryLevel** Current battery capacity in mWh or percentage left.
+- **RebootResults** Hex code indicating failure reason. Typically, we expect this to be a specific USO generated hex code.
+- **installRebootDeferreason** Reason for reboot not occurring.
+- **revisionNumber** Update revision number.
+- **EventPublishedTime** The time that the reboot failure occurred.
+- **deferReason** Reason for install not completing.
+- **wuDeviceid** Unique device ID used by Windows Update.
+- **flightID** Unique update ID.
+- **rebootOutsideOfActiveHours** Indicates the timing that the reboot was to occur to ensure the correct update process and experience is provided to keep Windows up to date.
+- **uxRebootstate** Indicates the exact state of the user experience at the time the required reboot was initiated to ensure the correct update process and experience is provided to keep Windows up to date.
+- **updateScenarioType** The update session type.
+
+
+## Microsoft.Windows.Update.Orchestrator.RebootNoLongerNeeded events
+
+This event sends data about whether the Update Service is waiting on a reboot, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **UTCTime** Time of event
+
+
+## Microsoft.Windows.Update.Orchestrator.RefreshSettings events
+
+This event sends basic data about the version of upgrade settings applied to the system to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **RebootTaskRestoredTime** The time that it took for the reboot task to be restored.
+- **wuDeviceid** Unique device ID used by Windows Update.
+- **errorCode** Hex code for the error message, to allow lookup of the specific error.
+- **settingsETag** Version identifier for the settings.
+- **settingsDownloadTime** Timestamp of the last attempt to acquire settings.
+
+
+## Microsoft.Windows.Update.Orchestrator.RestoreRebootTask events
+
+This event sends data indicating that a reboot task is missing unexpectedly on a device and the task is restored because a reboot is still required, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **RebootTaskRestoredTime** Time at which this reboot task was restored.
+- **wuDeviceid** Device id on which the reboot is restored
+- **revisionNumber** Update revision number.
+- **updateId** Update ID.
+
+
+## Microsoft.Windows.Update.Orchestrator.SystemNeeded events
+
+This event sends data about why a device is unable to reboot, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **eventScenario** End to end update session ID.
+- **wuDeviceid** Unique device ID used by Windows Update.
+- **systemNeededReason** Reason ID
+- **updateId** Update ID.
+- **revisionNumber** Update revision number.
+- **rebootOutsideOfActiveHours** Indicates the timing that the reboot was to occur to ensure the correct update process and experience is provided to keep Windows up to date.
+- **uxRebootstate** Indicates the exact state of the user experience at the time the required reboot was initiated to ensure the correct update process and experience is provided to keep Windows up to date.
+- **updateScenarioType** The update session type.
+
+
+## Microsoft.Windows.Update.Orchestrator.UpdatePolicyCacheRefresh events
+
+This event sends data on whether Update Management Policies were enabled on a device, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **wuDeviceid** Unique device ID used by Windows Update.
+- **policyCacherefreshtime** Refresh time
+- **policiesNamevaluesource** Policy Name
+- **updateInstalluxsetting** This shows whether a user has set policies via UX option
+- **configuredPoliciescount** Policy Count
+
+
+## Microsoft.Windows.Update.Orchestrator.UpdateRebootRequired events
+
+This event sends data about whether an update required a reboot to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **updateId** Update ID.
+- **revisionNumber** Update revision number.
+- **wuDeviceid** Unique device ID used by Windows Update.
+- **flightID** Unique update ID.
+- **interactive** Indicates the reboot initiation stage of the update process was entered as a result of user action or not.
+- **uxRebootstate** Indicates the exact state of the user experience at the time the required reboot was initiated to ensure the correct update process and experience is provided to keep Windows up to date.
+- **updateScenarioType** The update session type.
+
+
+## Microsoft.Windows.Update.Orchestrator.USODiagnostics events
+
+This event sends data on whether the state of the update attempt, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **wuDeviceid** Unique ID for Device
+- **updateId** Unique ID for Update
+- **revisionNumber** Unique revision number of the Update
+- **errorCode** result showing success or failure of current update
+- **updateState** Progress within an update state
+
+
+## Microsoft.Windows.Update.Ux.MusNotification.RebootScheduled events
+
+This event sends data about a required reboot that is scheduled with no user interaction, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **updateId** Update ID of the update that is getting installed with this reboot.
+- **ScheduledRebootTime** Time of the scheduled reboot.
+- **wuDeviceid** Unique device ID used by Windows Update.
+- **revisionNumber** Revision number of the update that is getting installed with this reboot.
+- **forcedreboot** True, if a reboot is forced on the device. False, otherwise.
+- **rebootArgument** Argument for the reboot task. It also represents specific reboot related action.
+- **rebootScheduledByUser** True, if a reboot is scheduled by user. False, if a reboot is scheduled automatically.
+- **activeHoursApplicable** True, If Active Hours applicable on this device. False, otherwise.
+- **rebootOutsideOfActiveHours** True, if a reboot is scheduled outside of active hours. False, otherwise.
+- **rebootState** The state of the reboot.
+
+
+## Microsoft.Windows.Upgrade.Uninstall.UninstallGoBackButtonClicked events
+
+This event sends basic metadata about the starting point of uninstalling an update which helps us ensure customers can safely revert to a well-known state if the update caused any problems.
+
+
+
+
+## Microsoft.Windows.WERVertical.OSCrash events
+
+This event sends binary data from the collected dump file wheneveer a bug check occurs, to help keep Windows up to date. The is the OneCore version of this event.
+
+
+The following fields are available in this event:
+
+- **ReportId** WER Report Id associated with this bug check (used for finding the corresponding report archive in Watson).
+- **BugCheckCode** Uint64 "bugcheck code" that identifies a proximate cause of the bug check.
+- **BugCheckParameter1** Uint64 parameter providing additional information.
+- **BootId** Uint32 identifying the boot number for this device.
+- **BugCheckParameter2** Uint64 parameter providing additional information.
+- **BugCheckParameter4** Uint64 parameter providing additional information.
+- **BugCheckParameter3** Uint64 parameter providing additional information.
+- **IsValidDumpFile** True if the dump file is valid for the debugger, false otherwise
+- **DumpFileSize** Size of the dump file
+- **DumpFileAttributes** Codes that identify the type of data contained in the dump file
+
+
+## Setup360Telemetry.Downlevel events
+
+This event sends data indicating that the device has invoked the downlevel phase of the upgrade, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **ClientId** In the Windows Update scenario, this will be the Windows Update client ID that is passed to Setup. In Media setup, default value is Media360, but can be overwritten by the caller to a unique value (being leveraged by China Partners).
+- **InstanceId** Unique GUID that identifies each instance of setuphost.exe
+- **ReportId** In the Windows Update scenario, this is the updateID that is passed to Setup. In media setup, this is the GUID for the install.wim.
+- **WuId** This is the Windows Update Client ID. In the Windows Update scenario, this is the same as the clientId.
+- **TestId** String to uniquely identify a group of events, such as all events for the upgrade fair.
+- **State** Exit state of given Setup360 run (succeeded, failed, blocked, cancelled)
+- **HostOsSkuName** OS SKU which is running Setup360 instance (downlevel OS)
+- **HostOSBuildNumber** Build number of downlevel OS
+- **Setup360Scenario** Setup360 flow type (Boot, Media, Update, MCT)
+- **Setup360Mode** Phase of Setup360 (Predownload, Install, Finalize, Rollback etc.)
+- **Setup360Result** Result of Setup360 (HRESULT used to diagnose errors)
+- **Setup360Extended** Extension of result - more granular information about phase/action when the potential failure happened
+- **SetupVersionBuildNumber** Build number of Setup360 (build number of target OS).
+
+
+## Setup360Telemetry.Finalize events
+
+This event sends data indicating that the device has invoked the finalize phase of the upgrade, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **ClientId** In the Windows Update scenario, this will be the Windows Update client ID that is passed to Setup. In Media setup, default value is Media360, but can be overwritten by the caller to a unique value.
+- **InstanceId** Unique GUID that identifies each instance of setuphost.exe
+- **ReportId** In the Windows Update scenario, this is the updateID that is passed to Setup. In media setup, this is the GUID for the install.wim.
+- **WuId** This is the Windows Update Client ID. In the Windows Update scenario, this is the same as the clientId.
+- **TestId** String to uniquely identify a group of events.
+- **State** Exit state of given Setup360 run (succeeded, failed, blocked, cancelled)
+- **HostOsSkuName** OS SKU which is running Setup360 instance (downlevel OS)
+- **HostOSBuildNumber** Build number of downlevel OS
+- **Setup360Scenario** Setup360 flow type (Boot, Media, Update, MCT)
+- **Setup360Mode** Phase of Setup360 (Predownload, Install, Finalize, Rollback etc.)
+- **Setup360Result** Result of Setup360 (HRESULT used to diagnose errors)
+- **Setup360Extended** Extension of result - more granular information about phase/action when the potential failure happened
+- **SetupVersionBuildNumber** Build number of Setup360 (build number of target OS).
+
+
+## Setup360Telemetry.OsUninstall events
+
+The event sends data regarding OS Updates and Upgrades from Windows 7, Windows 8, and Windows 10. Specifically the Setup360Telemetry.OSUninstall indicates the outcome of an OS Uninstall.
+
+
+The following fields are available in this event:
+
+- **ClientId** For Windows Update, this will be the Windows Update client ID that is passed to Setup. In Media setup, default value is Media360, but can be overwritten by the caller to a unique value.
+- **InstanceId** Unique GUID that identifies each instance of setuphost.exe.
+- **ReportId** For Windows Update, this will be the Windows Update client ID that is passed to Setup. In Media setup, this is the GUID for the install.wim.
+- **WuId** Windows Update client ID.
+- **TestId** String to uniquely identify a group of events.
+- **State** Exit state of given Setup360 run (succeeded, failed, blocked, cancelled)
+- **HostOsSkuName** OS edition which is running the Setup360 instance (down-level OS).
+- **HostOSBuildNumber** Build number of the down-level OS.
+- **Setup360Scenario** Setup360 flow type (Boot, Media, Update, MCT)
+- **Setup360Mode** Phase of Setup360 (Predownload, Install, Finalize, Rollback etc.)
+- **Setup360Result** Result of Setup360 (HRESULT used to diagnose errors)
+- **Setup360Extended** Extension of result - more granular information about phase/action when the potential failure happened
+- **SetupVersionBuildNumber** Build number of Setup360 (build number of target OS).
+
+
+## Setup360Telemetry.PostRebootInstall events
+
+This event sends data indicating that the device has invoked the postrebootinstall phase of the upgrade, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **ClientId** In the Windows Update scenario, this will be the Windows Update client ID that is passed to Setup. In Media setup, default value is Media360, but can be overwritten by the caller to a unique value (being leveraged by China Partners)
+- **InstanceId** Unique GUID that identifies each instance of setuphost.exe
+- **ReportId** In the Windows Update scenario, this is the updateID that is passed to Setup. In media setup, this is the GUID for the install.wim.
+- **WuId** This is the Windows Update Client ID. In the Windows Update scenario, this is the same as the clientId.
+- **TestId** String to uniquely identify a group of events, such as all events for the upgrade fair.
+- **State** Exit state of given Setup360 run (succeeded, failed, blocked, cancelled)
+- **HostOsSkuName** OS SKU which is running Setup360 instance (downlevel OS)
+- **HostOSBuildNumber** Build number of downlevel OS
+- **Setup360Scenario** Setup360 flow type (Boot, Media, Update, MCT)
+- **Setup360Mode** Phase of Setup360 (Predownload, Install, Finalize, Rollback etc.)
+- **Setup360Result** Result of Setup360 (HRESULT used to diagnose errors)
+- **Setup360Extended** Extension of result - more granular information about phase/action when the potential failure happened
+- **SetupVersionBuildNumber** Build number of Setup360 (build number of target OS).
+
+
+## Setup360Telemetry.PreDownloadQuiet events
+
+This event sends data indicating that the device has invoked the predownload quiet phase of the upgrade, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **ClientId** In the Windows Update scenario, this will be the Windows Update client ID that is passed to Setup. In Media setup, default value is Media360, but can be overwritten by the caller to a unique value.
+- **InstanceId** Unique GUID that identifies each instance of setuphost.exe
+- **ReportId** In the Windows Update scenario, this is the updateID that is passed to Setup. In media setup, this is the GUID for the install.wim.
+- **WuId** This is the Windows Update Client ID. In the Windows Update scenario, this is the same as the clientId.
+- **TestId** String to uniquely identify a group of events, such as all events for the upgrade fair.
+- **State** Exit state of given Setup360 run (succeeded, failed, blocked, cancelled)
+- **HostOsSkuName** OS SKU which is running Setup360 instance (downlevel OS)
+- **HostOSBuildNumber** Build number of downlevel OS
+- **Setup360Scenario** Setup360 flow type (Boot, Media, Update, MCT)
+- **Setup360Mode** Phase of Setup360 (Predownload, Install, Finalize, Rollback etc.)
+- **Setup360Result** Result of Setup360 (HRESULT used to diagnose errors)
+- **Setup360Extended** Extension of result - more granular information about phase/action when the potential failure happened
+- **SetupVersionBuildNumber** Build number of Setup360 (build number of target OS).
+
+
+## Setup360Telemetry.PreDownloadUX events
+
+The event sends data regarding OS Updates and Upgrades from Windows 7, Windows 8, and Windows 10. Specifically the Setup360Telemetry.PredownloadUX indicates the outcome of the PredownloadUX portion of the update process.
+
+
+The following fields are available in this event:
+
+- **ClientId** For Windows Update, this will be the Windows Update client ID that is passed to Setup. In Media setup, default value is Media360, but can be overwritten by the caller to a unique value.
+- **InstanceId** Unique GUID that identifies each instance of setuphost.exe.
+- **ReportId** For Windows Update, this will be the Windows Update client ID that is passed to Setup. In Media setup, this is the GUID for the install.wim.
+- **WuId** Windows Update client ID.
+- **TestId** String to uniquely identify a group of events.
+- **State** Exit state of given Setup360 run (succeeded, failed, blocked, cancelled)
+- **HostOsSkuName** OS edition which is running the Setup360 instance (down-level OS).
+- **HostOSBuildNumber** Build number of the down-level OS.
+- **Setup360Scenario** Setup360 flow type (Boot, Media, Update, MCT)
+- **Setup360Mode** Phase of Setup360 (Predownload, Install, Finalize, Rollback etc.)
+- **Setup360Result** Result of Setup360 (HRESULT used to diagnose errors)
+- **Setup360Extended** Extension of result - more granular information about phase/action when the potential failure happened
+- **SetupVersionBuildNumber** Build number of Setup360 (build number of target OS).
+
+
+## Setup360Telemetry.PreInstallQuiet events
+
+This event sends data indicating that the device has invoked the preinstall quiet phase of the upgrade, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **ClientId** In the Windows Update scenario, this will be the Windows Update client ID that is passed to Setup. In Media setup, default value is Media360, but can be overwritten by the caller to a unique value.
+- **InstanceId** Unique GUID that identifies each instance of setuphost.exe
+- **ReportId** In the Windows Update scenario, this is the updateID that is passed to Setup. In media setup, this is the GUID for the install.wim.
+- **WuId** This is the Windows Update Client ID. In the Windows Update scenario, this is the same as the clientId.
+- **TestId** String to uniquely identify a group of events.
+- **State** Exit state of given Setup360 run (succeeded, failed, blocked, cancelled)
+- **HostOsSkuName** OS edition which is running Setup360 instance (downlevel OS)
+- **HostOSBuildNumber** Build number of downlevel OS
+- **Setup360Scenario** Setup360 flow type (Boot, Media, Update, MCT)
+- **Setup360Mode** Phase of Setup360 (Predownload, Install, Finalize, Rollback etc.)
+- **Setup360Result** Result of Setup360 (HRESULT used to diagnose errors)
+- **Setup360Extended** Extension of result - more granular information about phase/action when the potential failure happened
+- **SetupVersionBuildNumber** Build number of Setup360 (build number of target OS).
+
+
+## Setup360Telemetry.PreInstallUX events
+
+This event sends data regarding OS Updates and Upgrades from Windows 7, Windows 8.X, Windows 10. Specifically, the Setup360Telemetry.PreinstallUX indicates the outcome of the PreinstallUX portion of the update process.
+
+
+The following fields are available in this event:
+
+- **ClientId** For Windows Update, this will be the Windows Update client ID that is passed to Setup. In Media setup, default value is Media360, but can be overwritten by the caller to a unique value.
+- **InstanceId** Unique GUID that identifies each instance of setuphost.exe.
+- **ReportId** For Windows Update, this will be the Windows Update client ID that is passed to Setup. In Media setup, this is the GUID for the install.wim.
+- **WuId** Windows Update client ID.
+- **TestId** String to uniquely identify a group of events.
+- **State** Exit state of given Setup360 run (succeeded, failed, blocked, cancelled)
+- **HostOsSkuName** OS edition which is running the Setup360 instance (down-level OS).
+- **HostOSBuildNumber** Build number of the down-level OS.
+- **Setup360Scenario** Setup360 flow type (Boot, Media, Update, MCT)
+- **Setup360Mode** Phase of Setup360 (Predownload, Install, Finalize, Rollback etc.)
+- **Setup360Result** Result of Setup360 (HRESULT used to diagnose errors)
+- **Setup360Extended** Extension of result - more granular information about phase/action when the potential failure happened
+- **SetupVersionBuildNumber** Build number of Setup360 (build number of target OS).
+
+
+## Setup360Telemetry.Setup360 events
+
+This event sends data about OS deployment scenarios, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **InstanceId** Retrieves a unique identifier for each instance of a setup session
+- **ReportId** Retrieves the report ID
+- **FlightData** Specifies a unique identifier for each group of flights (pre-release builds)
+- **ScenarioId** Retrieves the deployment scenario
+- **FieldName** Retrieves the data point.
+- **Value** Retrieves the value associated with the corresponding FieldName
+- **ClientId** Retrieves the upgrade ID: Upgrades via WU - specifies the WU clientID. All other deployment - static string.
+
+
+## Setup360Telemetry.UnexpectedEvent events
+
+This event sends data indicating that the device has invoked the unexpected event phase of the upgrade, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **ClientId** In the Windows Update scenario, this will be the Windows Update client ID that is passed to Setup. In Media setup, default value is Media360, but can be overwritten by the caller to a unique value.
+- **InstanceId** Unique GUID that identifies each instance of setuphost.exe
+- **ReportId** In the Windows Update scenario, this is the updateID that is passed to Setup. In media setup, this is the GUID for the install.wim.
+- **WuId** This is the Windows Update Client ID. In the Windows Update scenario, this is the same as the clientId.
+- **TestId** String to uniquely identify a group of events.
+- **State** Exit state of given Setup360 run (succeeded, failed, blocked, cancelled)
+- **HostOsSkuName** OS SKU which is running Setup360 instance (downlevel OS)
+- **HostOSBuildNumber** Build number of downlevel OS
+- **Setup360Scenario** Setup360 flow type (Boot, Media, Update, MCT)
+- **Setup360Mode** Phase of Setup360 (Predownload, Install, Finalize, Rollback etc.)
+- **Setup360Result** Result of Setup360 (HRESULT used to diagnose errors)
+- **Setup360Extended** Extension of result - more granular information about phase/action when the potential failure happened
+- **SetupVersionBuildNumber** Build number of Setup360 (build number of target OS).
+
+
+## SetupPlatformTel.SetupPlatformTelActivityEvent events
+
+This event sends a unique ID that can be used to bind Setup Platform events together, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **FieldName** Retrieves the event name/data point. Examples: InstallStartTime, InstallEndtime, OverallResult etc.
+- **GroupName** Retrieves the groupname the event belongs to. Example: Install Information, DU Information, Disk Space Information etc.
+- **Value** Retrieves the value associated with the corresponding event name. For example: For time-related events, this will include the system time.
+- **ActivityId** Provides a unique Id to correlate events that occur between a activity start event, and a stop event
+- **ActivityName** Provides a friendly name of the package type that belongs to the ActivityId (Setup, LanguagePack, GDR, Driver, etc.)
+
+
+## SetupPlatformTel.SetupPlatformTelActivityStarted events
+
+This event sends basic metadata about the update installation process generated by SetupPlatform to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **Name** The name of the dynamic update type. Example: GDR driver
+
+
+## SetupPlatformTel.SetupPlatformTelActivityStopped events
+
+This event sends basic metadata about the update installation process generated by SetupPlatform to help keep Windows up to date.
+
+
+
+
+## SetupPlatformTel.SetupPlatformTelEvent events
+
+This service retrieves events generated by SetupPlatform, the engine that drives the various deployment scenarios.
+
+
+The following fields are available in this event:
+
+- **FieldName** Retrieves the event name/data point. Examples: InstallStartTime, InstallEndtime, OverallResult etc.
+- **Value** Retrieves the value associated with the corresponding event name (Field Name). For example: For time related events this will include the system time.
+- **GroupName** Retrieves the groupname the event belongs to. Example: Install Information, DU Information, Disk Space Information etc.
+
+
+## SoftwareUpdateClientTelemetry.CheckForUpdates events
+
+This event sends tracking data about the software distribution client check for content that is applicable to a device, to help keep Windows up to date
+
+
+The following fields are available in this event:
+
+- **EventScenario** Indicates the purpose of sending this event - whether because the software distribution just started checking for content, or whether it was cancelled, succeeded, or failed.
+- **EventInstanceID** A globally unique identifier for event instance.
+- **DeviceModel** What is the device model.
+- **BiosName** The name of the device BIOS.
+- **BIOSVendor** The vendor of the BIOS.
+- **BiosVersion** The version of the BIOS.
+- **BiosReleaseDate** The release date of the device BIOS.
+- **SystemBIOSMajorRelease** Major version of the BIOS.
+- **SystemBIOSMinorRelease** Minor version of the BIOS.
+- **BiosFamily** The family of the BIOS (Basic Input Output System).
+- **BiosSKUNumber** The sku number of the device BIOS.
+- **ClientVersion** The version number of the software distribution client.
+- **WUDeviceID** The unique identifier of a specific device, used to identify how many devices are encountering success or a particular issue.
+- **CallerApplicationName** The name provided by the caller who initiated API calls into the software distribution client.
+- **ProcessName** The process name of the caller who initiated API calls, in the event where CallerApplicationName was not provided.
+- **ServiceGuid** An ID which represents which service the software distribution client is checking for content (Windows Update, Windows Store, etc.).
+- **StatusCode** Indicates the result of a CheckForUpdates event (success, cancellation, failure code HResult).
+- **ExtendedStatusCode** Secondary error code for certain scenarios where StatusCode wasn't specific enough.
+- **FlightRing** The ring (speed of getting builds) that a device is on if participating in flighting (pre-release builds).
+- **FlightBranch** The branch that a device is on if participating in flighting (pre-release builds).
+- **RelatedCV** The previous Correlation Vector that was used before swapping with a new one
+- **IsWUfBEnabled** Indicates if Windows Update for Business is enabled on the device.
+- **IsWUfBDualScanEnabled** Indicates if Windows Update for Business dual scan is enabled on the device.
+- **ShippingMobileOperator** The mobile operator that a device shipped on.
+- **CurrentMobileOperator** The mobile operator the device is currently connected to.
+- **HomeMobileOperator** The mobile operator that the device was originally intended to work with.
+- **PhonePreviewEnabled** Indicates whether a phone was getting preview build, prior to flighting (pre-release builds) being introduced.
+- **ActivityMatchingId** Contains a unique ID identifying a single CheckForUpdates session from initialization to completion.
+- **SyncType** Describes the type of scan the event was
+- **IPVersion** Indicates whether the download took place over IPv4 or IPv6
+- **NumberOfApplicationsCategoryScanEvaluated** The number of categories (apps) for which an app update scan checked
+- **ScanDurationInSeconds** The number of seconds a scan took
+- **ScanEnqueueTime** The number of seconds it took to initialize a scan
+- **NumberOfLoop** The number of round trips the scan required
+- **NumberOfUpdatesEvaluated** The total number of updates which were evaluated as a part of the scan
+- **NumberOfNewUpdatesFromServiceSync** The number of updates which were seen for the first time in this scan
+- **ServiceUrl** The environment URL a device is configured to scan with
+- **Online** Indicates if this was an online scan.
+- **AllowCachedResults** Indicates if the scan allowed using cached results.
+- **MetadataIntegrityMode** The mode of the update transport metadata integrity check. 0-Unknown, 1-Ignoe, 2-Audit, 3-Enforce
+- **TotalNumMetadataSignatures** The total number of metadata signatures checks done for new metadata that was synced down.
+- **NumFailedMetadataSignatures** The number of metadata signatures checks which failed for new metadata synced down.
+- **MSIError** The last error that was encountered during a scan for updates.
+- **DriverError** The error code hit during a driver scan. This is 0 if no error was encountered.
+- **FailedUpdatesCount** The number of updates that failed to be evaluated during the scan.
+- **FailedUpdateGuids** The GUIDs for the updates that failed to be evaluated during the scan.
+- **CapabilityDetectoidGuid** The GUID for a hardware applicability detectoid that could not be evaluated.
+- **ExtendedMetadataCabUrl** Hostname that is used to download an update.
+- **CDNId** The unique identifier of a specific device, used to identify how many devices are encountering success or a particular issue.
+- **CDNCountryCode** Two letter country abbreviation for the CDN's location.
+- **NetworkConnectivityDetected** Indicates the type of network connectivity that was detected. 0 - IPv4, 1 - IPv6
+- **NumberOfApplicableUpdates** The number of updates which were ultimately deemed applicable to the system after the detection process is complete
+- **ApplicableUpdateInfo** Metadata for the updates which were detected as applicable
+- **WebServiceRetryMethods** Web service method requests that needed to be retried to complete operation.
+- **DeferredUpdates** Update IDs which are currently being deferred until a later time
+- **BranchReadinessLevel** The servicing branch configured on the device.
+- **DeferralPolicySources** Sources for any update deferral policies defined (GPO = 0x10, MDM = 0x100, Flight = 0x1000, UX = 0x10000).
+- **QualityUpdateDeferral** The deferral period configured for quality OS updates on the device (in days).
+- **QualityUpdatePause** Indicates whether quality OS updates are paused on the device.
+- **QualityUpdatePausePeriod** The pause duration configured for quality OS updates on the device (in days).
+- **FeatureUpdateDeferral** The deferral period configured for feature OS updates on the device (in days).
+- **FeatureUpdatePause** Indicates whether feature OS updates are paused on the device.
+- **FeatureUpdatePausePeriod** The pause duration configured for feature OS updates on the device (in days).
+- **DriverExclusionPolicy** Indicates if the policy for not including drivers with Windows Update is enabled.
+- **TargetMetadataVersion** For self-initiated healing, this is the target version of the SIH engine to download (if needed). If not, the value is null.
+- **CachedEngineVersion** For self-initiated healing, the version of the SIH engine that is cached on the device. If the SIH engine does not exist, the value is null.
+- **SearchFilter** Contains information indicating filters applied while checking for content applicable to the device. For example, to filter out all content which may require a reboot.
+- **IntentPFNs** Intended application-set metadata for atomic update scenarios.
+- **PausedUpdates** A list of UpdateIds which that currently being paused.
+- **PauseQualityUpdatesStartTime** If quality OS updates are paused on the device, this is the date and time for the beginning of the pause time window.
+- **PauseQualityUpdatesEndTime** If quality OS updates are paused on the device, this is the date and time for the end of the pause time window.
+- **PauseFeatureUpdatesStartTime** If feature OS updates are paused on the device, this is the date and time for the beginning of the pause time window.
+- **PauseFeatureUpdatesEndTime** If feature OS updates are paused on the device, this is the date and time for the end of the pause time window.
+
+
+## SoftwareUpdateClientTelemetry.Commit events
+
+This event sends data on whether the Update Service has been called to execute an upgrade, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **EventScenario** State of call
+- **EventInstanceID** A globally unique identifier for event instance.
+- **DeviceModel** What is the device model.
+- **BiosName** The name of the device BIOS.
+- **BIOSVendor** The vendor of the BIOS.
+- **BiosVersion** The version of the BIOS.
+- **BiosReleaseDate** The release date of the device BIOS.
+- **SystemBIOSMajorRelease** Major version of the BIOS.
+- **SystemBIOSMinorRelease** Minor version of the BIOS.
+- **BiosFamily** The family of the BIOS (Basic Input Output System).
+- **BiosSKUNumber** The sku number of the device BIOS.
+- **ClientVersion** The version number of the software distribution client.
+- **WUDeviceID** UniqueDeviceID
+- **ServerId** Identifier for the service to which the software distribution client is connecting, such as Windows Update and Windows Store.
+- **EventType** Possible values are "Child", "Bundle", or "Driver".
+- **UpdateId** Unique Update ID
+- **BundleId** Identifier associated with the specific content bundle; should not be all zeros if the bundleID was found.
+- **RevisionNumber** Unique revision number of Update
+- **HandlerType** Indicates the kind of content (app, driver, windows patch, etc.)
+- **BundleRevisionNumber** Identifies the revision number of the content bundle
+- **FlightId** The specific id of the flight the device is getting
+- **CallerApplicationName** The name provided by the caller who initiated API calls into the software distribution client
+
+
+## SoftwareUpdateClientTelemetry.Download events
+
+This event sends tracking data about the software distribution client download of the content for that update, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **EventScenario** Indicates the purpose of sending this event - whether because the software distribution just started downloading content, or whether it was cancelled, succeeded, or failed.
+- **EventInstanceID** A globally unique identifier for event instance.
+- **DeviceModel** What is the device model.
+- **BiosName** The name of the device BIOS.
+- **BIOSVendor** The vendor of the BIOS.
+- **BiosVersion** The version of the BIOS.
+- **BiosReleaseDate** The release date of the device BIOS.
+- **SystemBIOSMajorRelease** Major version of the BIOS.
+- **SystemBIOSMinorRelease** Minor version of the BIOS.
+- **BiosFamily** The family of the BIOS (Basic Input Output System).
+- **BiosSKUNumber** The sku number of the device BIOS.
+- **ClientVersion** The version number of the software distribution client.
+- **WUDeviceID** The unique identifier of a specific device, used to identify how many devices are encountering success or a particular issue.
+- **CallerApplicationName** The name provided by the caller who initiated API calls into the software distribution client.
+- **ProcessName** The process name of the caller who initiated API calls, in the event where CallerApplicationName was not provided.
+- **ServiceGuid** An ID which represents which service the software distribution client is installing content for (Windows Update, Windows Store, etc.).
+- **StatusCode** Indicates the result of a Download event (success, cancellation, failure code HResult).
+- **ExtendedStatusCode** Secondary error code for certain scenarios where StatusCode wasn't specific enough.
+- **FlightRing** The ring (speed of getting builds) that a device is on if participating in flighting (pre-release builds).
+- **FlightBranch** The branch that a device is on if participating in flighting (pre-release builds).
+- **RelatedCV** The previous Correlation Vector that was used before swapping with a new one
+- **IsWUfBEnabled** Indicates if Windows Update for Business is enabled on the device.
+- **IsWUfBDualScanEnabled** Indicates if Windows Update for Business dual scan is enabled on the device.
+- **ShippingMobileOperator** The mobile operator that a device shipped on.
+- **CurrentMobileOperator** The mobile operator the device is currently connected to.
+- **HomeMobileOperator** The mobile operator that the device was originally intended to work with.
+- **PhonePreviewEnabled** Indicates whether a phone was opted-in to getting preview builds, prior to flighting (pre-release builds) being introduced.
+- **IPVersion** Indicates whether the download took place over IPv4 or IPv6.
+- **NetworkCostBitMask** Indicates what kind of network the device is connected to (roaming, metered, over data cap, etc.)
+- **NetworkRestrictionStatus** More general version of NetworkCostBitMask, specifying whether Windows considered the current network to be "metered."
+- **TimeToEstablishConnection** Time (in ms) it took to establish the connection prior to beginning downloaded.
+- **HostName** The hostname URL the content is downloading from.
+- **CDNId** ID which defines which CDN the software distribution client downloaded the content from.
+- **CDNCountryCode** Two letter country abbreviation for the CDN's location.
+- **ActiveDownloadTime** How long the download took, in seconds, excluding time where the update wasn't actively being downloaded.
+- **IsDependentSet** Indicates whether a driver is a part of a larger System Hardware/Firmware Update
+- **TargetingVersion** For drivers targeted to a specific device model, this is the version number of the drivers being distributed to the device.
+- **HardwareId** If this download was for a driver targeted to a particular device model, this ID indicates the model of the device.
+- **UpdateImportance** Indicates whether a piece of content was marked as Important, Recommended, or Optional.
+- **TargetGroupId** For drivers targeted to a specific device model, this ID indicates the distribution group of devices receiving that driver.
+- **RepeatFailFlag** Indicates whether this specific piece of content had previously failed to download.
+- **BytesDownloaded** How many bytes were downloaded for an individual piece of content (not the entire bundle).
+- **TotalExpectedBytes** The total count of bytes that the download is expected to be.
+- **ThrottlingServiceHResult** Result code (success/failure) while contacting a web service to determine whether this device should download content yet.
+- **EventType** Possible values are Child, Bundle, or Driver.
+- **UpdateId** An identifier associated with the specific piece of content.
+- **RevisionNumber** Identifies the revision number of this specific piece of content.
+- **BundleId** Identifier associated with the specific content bundle; should not be all zeros if the bundleID was found.
+- **BundleRevisionNumber** Identifies the revision number of the content bundle.
+- **HandlerType** Indicates what kind of content is being downloaded (app, driver, windows patch, etc.).
+- **DownloadPriority** Indicates whether a download happened at background, normal, or foreground priority.
+- **FlightId** The specific id of the flight (pre-release build) the device is getting.
+- **Setup360Phase** If the download is for an operating system upgrade, this datapoint indicates which phase of the upgrade is underway.
+- **UsedDO** Whether the download used the delivery optimization service.
+- **CbsDownloadMethod** Indicates whether the download was a full-file download or a partial/delta download.
+- **UsedSystemVolume** Indicates whether the content was downloaded to the device's main system storage drive, or an alternate storage drive.
+- **FlightBuildNumber** If this download was for a flight (pre-release build), this indicates the build number of that flight.
+- **BundleBytesDownloaded** How many bytes were downloaded for the specific content bundle.
+- **BundleRepeatFailFlag** Indicates whether this particular update bundle had previously failed to download.
+- **DownloadScenarioId** A unique ID for a given download used to tie together WU and DO events.
+- **PackageFullName** The package name of the content.
+- **AppXBlockHashValidationFailureCount** A count of the number of blocks that have failed validation after being downloaded.
+- **CachedEngineVersion** For self-initiated healing, the version of the SIH engine that is cached on the device. If the SIH engine does not exist, the value is null.
+- **TargetMetadataVersion** For self-initiated healing, this is the target version of the SIH engine to download (if needed). If not, the value is null.
+- **DownloadType** Differentiates the download type of SIH downloads between Metadata and Payload downloads.
+- **WUSetting** Indicates the users' current updating settings.
+- **ProcessorArchitecture** Processor architecture of the system (x86, AMD64, ARM).
+- **PlatformRole** The PowerPlatformRole as defined on MSDN
+- **IsAOACDevice** Is it Always On, Always Connected?
+- **EventNamespaceID** Indicates whether the event succeeded or failed. Has the format EventType+Event where Event is Succeeded, Cancelled, Failed, etc.
+- **Edition** Indicates the edition of Windows being used.
+- **DeviceOEM** What OEM does this device belong to.
+- **ClientManagedByWSUSServer** Indicates whether the client is managed by Windows Server Update Services (WSUS).
+- **QualityUpdatePause** Indicates whether quality OS updates are paused on the device.
+- **FeatureUpdatePause** Indicates whether feature OS updates are paused on the device.
+- **AppXDownloadScope** Indicates the scope of the download for application content. For streaming install scenarios, AllContent - non-streaming download, RequiredOnly - streaming download requested content required for launch, AutomaticOnly - streaming download requested automatic streams for the app, and Unknown - for events sent before download scope is determined by the Windows Update client.
+
+
+## SoftwareUpdateClientTelemetry.Install events
+
+This event sends tracking data about the software distribution client installation of the content for that update, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **EventScenario** Indicates the purpose of sending this event - whether because the software distribution just started installing content, or whether it was cancelled, succeeded, or failed.
+- **EventInstanceID** A globally unique identifier for event instance.
+- **DeviceModel** What is the device model.
+- **BiosName** The name of the device BIOS.
+- **BIOSVendor** The vendor of the BIOS.
+- **BiosVersion** The version of the BIOS.
+- **BiosReleaseDate** The release date of the device BIOS.
+- **SystemBIOSMajorRelease** Major version of the BIOS.
+- **SystemBIOSMinorRelease** Minor version of the BIOS.
+- **BiosFamily** The family of the BIOS (Basic Input Output System).
+- **BiosSKUNumber** The sku number of the device BIOS.
+- **ClientVersion** The version number of the software distribution client.
+- **WUDeviceID** The unique identifier of a specific device, used to identify how many devices are encountering success or a particular issue.
+- **CallerApplicationName** The name provided by the caller who initiated API calls into the software distribution client.
+- **ProcessName** The process name of the caller who initiated API calls, in the event where CallerApplicationName was not provided.
+- **ServiceGuid** An ID which represents which service the software distribution client is installing content for (Windows Update, Windows Store, etc.).
+- **StatusCode** Indicates the result of an installation event (success, cancellation, failure code HResult).
+- **ExtendedStatusCode** Secondary error code for certain scenarios where StatusCode wasn't specific enough.
+- **FlightRing** The ring (speed of getting builds) that a device is on if participating in flighting (pre-release builds).
+- **FlightBranch** The branch that a device is on if participating in flighting (pre-release builds).
+- **RelatedCV** The previous Correlation Vector that was used before swapping with a new one
+- **IsWUfBEnabled** Indicates if Windows Update for Business is enabled on the device.
+- **IsWUfBDualScanEnabled** Indicates if Windows Update for Business dual scan is enabled on the device.
+- **ShippingMobileOperator** The mobile operator that a device shipped on.
+- **CurrentMobileOperator** Mobile operator that device is currently connected to.
+- **HomeMobileOperator** The mobile operator that the device was originally intended to work with.
+- **PhonePreviewEnabled** Indicates whether a phone was getting preview build, prior to flighting being introduced.
+- **TargetGroupId** For drivers targeted to a specific device model, this ID indicates the distribution group of devices receiving that driver.
+- **RepeatFailFlag** Indicates whether this specific piece of content had previously failed to install.
+- **EventType** Possible values are Child, Bundle, or Driver.
+- **TargetingVersion** For drivers targeted to a specific device model, this is the version number of the drivers being distributed to the device.
+- **UpdateImportance** Indicates whether a piece of content was marked as Important, Recommended, or Optional.
+- **IsFirmware** Indicates whether an update was a firmware update
+- **IsFinalOutcomeEvent** Does this event signal the end of the update/upgrade process?
+- **IsDependentSet** Indicates whether a driver is a part of a larger System Hardware/Firmware Update
+- **DriverPingBack** Contains information about the previous driver and system state.
+- **ExtendedErrorCode** Indicates if Windows Update for Business dual scan is enabled on the device.
+- **CSIErrorType** Stage of CBS installation where it failed
+- **MsiAction** Stage of MSI installation where it failed
+- **MsiProductCode** Unique identifier of the MSI installer
+- **TransactionCode** ID which represents a given MSI installation
+- **HardwareId** If this install was for a driver targeted to a particular device model, this ID indicates the model of the device.
+- **IsSuccessFailurePostReboot** Indicates whether an initial success was then a failure after a reboot
+- **UpdateId** Unique update ID
+- **RevisionNumber** Identifies the revision number of this specific piece of content.
+- **BundleId** Identifier associated with the specific content bundle; should not be all zeros if the bundleID was found.
+- **BundleRevisionNumber** Identifies the revision number of the content bundle.
+- **HandlerType** Indicates what kind of content is being installed (app, driver, windows patch, etc.).
+- **FlightId** The specific id of the flight (pre-release build) the device is getting.
+- **Setup360Phase** If the install is for an operating system upgrade, this datapoint indicates which phase of the upgrade is underway.
+- **UsedSystemVolume** Indicates whether the content was downloaded and then installed from the device's main system storage drive, or an alternate storage drive.
+- **FlightBuildNumber** If this installation was for a flight, this indicates the build number of that flight (pre-release build).
+- **BundleRepeatFailFlag** Indicates whether this particular update bundle had previously failed to install.
+- **PackageFullName** The package name of the content being installed.
+- **CachedEngineVersion** For self-initiated healing, the version of the SIH engine that is cached on the device. If the SIH engine does not exist, the value is null.
+- **BundleBytesDownloaded** Indicates how many bytes were downloaded for the specfic content bundle.
+- **CbsDownloadMethod** Indicates whether the download was a fill-file download or a partial/delta download.
+- **ClientManagedByWSUSServer** Indicates whether the client is managed by Windows Server Update Services (WSUS).
+- **DeviceOEM** What OEM does this device belong to.
+- **DownloadPriority** Indicates the priority of the download activity
+- **DownloadScenarioId** A unique ID for a given download used to tie together WU and DO events.
+- **Edition** Indicates the edition of Windows being used.
+- **EventNamespaceID** Indicates whether the event succeeded or failed. Has the format EventType+Event where Event is Succeeded, Cancelled, Failed, etc.
+- **IsAOACDevice** Is it Always On, Always Connected? (Mobile device usage model)
+- **PlatformRole** The PowerPlatformRole as defined on MSDN.
+- **ProcessorArchitecture** Processor architecture of the system (x86, AMD64, ARM).
+- **RepeatSuccessInstallFlag** Indicates whether this specific piece of content had previously installed successful, for example if another user had already installed it.
+- **WUSetting** Indicates the user's current updating settings.
+- **IntentPFNs** Intended application-set metadata for atomic update scenarios.
+- **QualityUpdatePause** Indicates whether quality OS updates are paused on the device.
+- **FeatureUpdatePause** Indicates whether feature OS updates are paused on the device.
+- **MergedUpdate** Indicates whether an OS update and a BSP update were merged for install.
+
+
+## SoftwareUpdateClientTelemetry.SLSDiscovery events
+
+This event sends data about the ability of Windows to discover the location of a backend server with which it must connect to perform updates or content acquisition, in order to determine disruptions in availability of update services and provide context for Windows Update errors.
+
+
+The following fields are available in this event:
+
+- **EventScenario** Indicates the purpose of sending this event - whether because the software distribution just started checking for content, or whether it was cancelled, succeeded, or failed
+- **SusClientId** The unique device ID controlled by the software distribution client
+- **WUAVersion** The version number of the software distribution client
+- **ServiceID** An ID which represents which service the software distribution client is connecting to (Windows Update, Windows Store, etc.)
+- **UrlPath** Path to the SLS cab that was downloaded
+- **HResult** Indicates the result code of the event (success, cancellation, failure code HResult)
+- **IsBackground** Indicates whether the SLS discovery event took place in the foreground or background
+- **NextExpirationTime** Indicates when the SLS cab expires
+
+
+## SoftwareUpdateClientTelemetry.UpdateDetected events
+
+This event sends data about an AppX app that has been updated from the Windows Store, including what app needs an update and what version/architecture is required, in order to understand and address problems with apps getting required updates.
+
+
+The following fields are available in this event:
+
+- **CallerApplicationName** The name provided by the caller who initiated API calls into the software distribution client
+- **ApplicableUpdateInfo** Metadata for the updates which were detected as applicable
+- **NumberOfApplicableUpdates** The number of updates which were ultimately deemed applicable to the system after the detection process is complete
+- **WUDeviceID** The unique device ID controlled by the software distribution client
+- **RelatedCV** The previous Correlation Vector that was used before swapping with a new one
+- **EventScenario** Indicates the purpose of sending this event - whether because the software distribution just started checking for content, or whether it was cancelled, succeeded, or failed
+- **EventInstanceID** A globally unique identifier for event instance
+- **DeviceModel** The device's model as defined in system bios
+- **BiosName** The name of the device's system bios
+- **BIOSVendor** The vendor of the device's system bios
+- **BiosVersion** The version of the device's system bios
+- **BiosReleaseDate** The release date of the device's system bios
+- **SystemBIOSMajorRelease** The major release version of the device's system system
+- **SystemBIOSMinorRelease** The minor release version of the device's system system
+- **BiosFamily** The device's family as defined in system bios
+- **BiosSKUNumber** The device's SKU as defined in system bios
+- **ClientVersion** The version number of the software distribution client
+- **ProcessName** The process name of the caller who initiated API calls, in the event where CallerApplicationName was not provided
+- **ServiceGuid** An ID which represents which service the software distribution client is connecting to (Windows Update, Windows Store, etc.)
+- **StatusCode** Indicates the result code of the event (success, cancellation, failure code HResult)
+- **ExtendedStatusCode** Secondary status code for certain scenarios where StatusCode wasn't specific enough
+- **FlightRing** The ring (speed of getting builds) that a device is on if participating in flighting (pre-release builds).
+- **FlightBranch** The branch that a device is on if participating in flighting (pre-release builds).
+- **ShippingMobileOperator** The mobile operator that a device shipped on.
+- **CurrentMobileOperator** The mobile operator the device is currently connected to.
+- **HomeMobileOperator** The mobile operator that the device was originally intended to work with
+- **PhonePreviewEnabled** Indicates whether a phone was getting preview build, prior to flighting (pre-release builds) being introduced.
+- **ActivityMatchingId** Contains a unique ID identifying a single CheckForUpdates session from initialization to completion
+- **SyncType** Describes the type of scan the event was
+- **IPVersion** Indicates whether the download took place over IPv4 or IPv6
+- **NumberOfApplicationsCategoryScanEvaluated** The number of categories (apps) for which an app update scan checked
+- **ScanDurationInSeconds** The number of seconds a scan took
+- **ScanEnqueueTime** The number of seconds it took to initialize a scan
+- **NumberOfLoop** The number of round trips the scan required
+- **NumberOfUpdatesEvaluated** The total number of updates which were evaluated as a part of the scan
+- **NumberOfNewUpdatesFromServiceSync** The number of updates which were seen for the first time in this scan
+- **ServiceUrl** The environment URL a device is configured to scan with
+- **IntentPFNs** Intended application-set metadata for atomic update scenarios.
+
+
+## SoftwareUpdateClientTelemetry.UpdateMetadataIntegrity events
+
+
+
+
+The following fields are available in this event:
+
+- **EventScenario**
+- **ServiceGuid**
+- **MetadataIntegrityMode**
+- **StatusCode**
+- **ExtendedStatusCode**
+- **RevisionId**
+- **UpdateId**
+- **RevisionNumber**
+- **TimestampTokenId**
+- **LeafCertId**
+- **SHA256OfLeafCertPublicKey**
+- **MetadataSignature**
+- **SignatureAlgorithm**
+- **SHA256OfTimestampToken**
+- **ValidityWindowInDays**
+- **TimestampTokenCertThumbprint**
+- **RawMode**
+- **RawValidityWindowInDays**
+- **SHA256OfLeafCerData**
+- **ListOfSHA256OfIntermediateCerData**
+
+
+## TelClientSynthetic.AuthorizationInfo_RuntimeTransition events
+
+This event sends data indicating that a device has undergone a change of telemetry opt-in level during the runtime of the device (not at UTC boot or offline), to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **CanAddMsaToMsTelemetry** True if UTC is allowed to add MSA user identity onto telemetry from the OS provider groups.
+- **CanCollectAnyTelemetry** True if UTC is allowed to collect non-OS telemetry. Non-OS telemetry is responsible for providing its own opt-in mechanism.
+- **CanCollectCoreTelemetry** True if UTC is allowed to collect data which is tagged with both MICROSOFT_KEYWORD_CRITICAL_DATA and MICROSOFT_EVENTTAG_CORE_DATA.
+- **CanCollectHeartbeats** True if UTC is allowed to collect heartbeats.
+- **CanCollectOsTelemetry** True if UTC is allowed to collect telemetry from the OS provider groups (often called Microsoft Telemetry).
+- **CanPerformDiagnosticEscalations** True if UTC is allowed to perform all scenario escalations.
+- **CanPerformScripting** True if UTC is allowed to perform scripting.
+- **CanPerformTraceEscalations** True if UTC is allowed to perform scenario escalations with tracing actions.
+- **CanReportScenarios** True if UTC is allowed to load and report scenario completion, failure, and cancellation events.
+- **TransitionFromEverythingOff** True if this transition is moving from not allowing core telemetry to allowing core telemetry.
+- **PreviousPermissions** Bitmask representing the previously configured permissions since the telemetry opt-in level was last changed.
+
+
+## TelClientSynthetic.AuthorizationInfo_Startup events
+
+This event sends data indicating that a device has undergone a change of telemetry opt-in level detected at UTC startup, to help keep Windows up to date.
+
+
+The following fields are available in this event:
+
+- **TransitionFromEverythingOff** True if this transition is moving from not allowing core telemetry to allowing core telemetry.
+- **CanCollectAnyTelemetry** True if UTC is allowed to collect non-OS telemetry. Non-OS telemetry is responsible for providing its own opt-in mechanism.
+- **CanCollectHeartbeats** True if UTC is allowed to collect heartbeats.
+- **CanCollectCoreTelemetry** True if UTC is allowed to collect data which is tagged with both MICROSOFT_KEYWORD_CRITICAL_DATA and MICROSOFT_EVENTTAG_CORE_DATA.
+- **CanCollectOsTelemetry** True if UTC is allowed to collect telemetry from the OS provider groups (often called Microsoft Telemetry).
+- **CanReportScenarios** True if UTC is allowed to load and report scenario completion, failure, and cancellation events.
+- **CanAddMsaToMsTelemetry** True if UTC is allowed to add MSA user identity onto telemetry from the OS provider groups.
+- **CanPerformTraceEscalations** True if UTC is allowed to perform scenario escalations with tracing actions.
+- **CanPerformDiagnosticEscalations** True if UTC is allowed to perform all scenario escalations.
+- **CanPerformScripting** True if UTC is allowed to perform scripting.
+- **PreviousPermissions** Bitmask representing the previously configured permissions since the telemetry client was last started.
+
+
+## TelClientSynthetic.ConnectivityHeartBeat_0 events
+
+This event sends data about the connectivity status of the Connected User Experience and Telemetry component that uploads telemetry events. If an unrestricted free network (such as Wi-Fi) is available, this event updates the last successful upload time. Otherwise, it checks whether a Connectivity Heartbeat event was fired in the past 24 hours, and if not, it fires an event. A Connectivity Heartbeat event also fires when a device recovers from costed network to free network.
+
+
+The following fields are available in this event:
+
+- **CensusExitCode** Returns last execution codes from census client run.
+- **CensusStartTime** Returns timestamp corresponding to last successful census run.
+- **CensusTaskEnabled** Returns Boolean value for the census task (Enable/Disable) on client machine.
+- **LastConnectivityLossTime** Retrieves the last time the device lost free network.
+- **NetworkState** Retrieves the network state: 0 = No network. 1 = Restricted network. 2 = Free network.
+- **NoNetworkTime** Retrieves the time spent with no network (since the last time) in seconds.
+- **RestrictedNetworkTime** Retrieves the time spent on a metered (cost restricted) network in seconds.
+- **LastConntectivityLossTime** Retrieves the last time the device lost free network.
+
+
+## TelClientSynthetic.HeartBeat_5 events
+
+This event sends data about the health and quality of the telemetry data from the given device, to help keep Windows up to date. It also enables data analysts to determine how 'trusted' the data is from a given device.
+
+
+The following fields are available in this event:
+
+- **PreviousHeartBeatTime** The time of last heartbeat event. This allows chaining of events.
+- **EtwDroppedCount** The number of events dropped by the ETW layer of the telemetry client.
+- **ConsumerDroppedCount** The number of events dropped by the consumer layer of the telemetry client.
+- **DecodingDroppedCount** The number of events dropped because of decoding failures.
+- **ThrottledDroppedCount** The number of events dropped due to throttling of noisy providers.
+- **DbDroppedCount** The number of events that were dropped because the database was full.
+- **EventSubStoreResetCounter** The number of times the event database was reset.
+- **EventSubStoreResetSizeSum** The total size of the event database across all resets reports in this instance.
+- **CriticalOverflowEntersCounter** The number of times a critical overflow mode was entered into the event database.
+- **EnteringCriticalOverflowDroppedCounter** The number of events that was dropped because a critical overflow mode was initiated.
+- **UploaderDroppedCount** The number of events dropped by the uploader layer of the telemetry client.
+- **InvalidHttpCodeCount** The number of invalid HTTP codes received from Vortex.
+- **LastInvalidHttpCode** The last invalid HTTP code received from Vortex.
+- **MaxInUseScenarioCounter** The soft maximum number of scenarios loaded by the Connected User Experience and Telemetry component.
+- **LastEventSizeOffender** The name of the last event that exceeded the maximum event size.
+- **SettingsHttpAttempts** The number of attempts to contact the OneSettings service.
+- **SettingsHttpFailures** The number of failures from contacting the OneSettings service.
+- **VortexHttpAttempts** The number of attempts to contact the Vortex service.
+- **EventsUploaded** The number of events that have been uploaded.
+- **DbCriticalDroppedCount** The total number of dropped critical events in the event database.
+- **VortexHttpFailures4xx** The number of 400-499 error codes received from Vortex.
+- **VortexHttpFailures5xx** The number of 500-599 error codes received from Vortex.
+- **VortexFailuresTimeout** The number of timeout failures received from Vortex.
+- **HeartBeatSequenceNumber** A monotonically increasing heartbeat counter.
+- **EtwDroppedBufferCount** The number of buffers dropped in the CUET ETW session.
+- **FullTriggerBufferDroppedCount** The number of events that were dropped because the trigger buffer was full.
+- **CriticalDataThrottleDroppedCount** The number of critical data sampled events that were dropped because of throttling.
+- **CriticalDataDbDroppedCount** The number of critical data sampled events that were dropped at the database layer.
+- **MaxActiveAgentConnectionCount** The maximum number of active agents during this heartbeat timeframe.
+- **AgentConnectionErrorsCount** The number of non-timeout errors associated with the host/agent channel.
+- **LastAgentConnectionError** The last non-timeout error that happened in the host/agent channel.
+- **Flags** Flags that indicate device state, such as network, battery, and opt-in state.
+- **CensusTaskEnabled** Indicates whether Census is enabled.
+- **CensusExitCode** The last exit code of the Census task.
+- **CensusStartTime** The time of the last Census run.
+
+
+## Update360Telemetry.UpdateAgent_DownloadRequest events
+
+This event sends data during the download request phase of updating Windows.
+
+
+The following fields are available in this event:
+
+- **ErrorCode** The error code returned for the current download request phase.
+- **PackageCountTotal** Total number of packages needed.
+- **PackageCountRequired** Number of required packages requested.
+- **PackageCountOptional** Number of optional packages requested.
+- **ObjectId** Unique value for each Update Agent mode.
+- **SessionId** Unique value for each Update Agent mode attempt.
+- **ScenarioId** Indicates the update scenario 0 = MoUpdateScenarioUnknown, 1 = MoUpdateScenarioMobileUpdate, 2 = MoUpdateScenarioMobileDUIC, 3 = MoUpdateScenarioDesktopUpgrade, 4 = MoUpdateScenarioDesktopServicing, 5 = MoUpdateScenarioDesktopFOD, 6 = MoUpdateScenarioDesktopLangPack, 7 = MoUpdateScenarioDesktopDriverUpdate
+- **RelatedCV** Correlation vector value generated from the latest USO scan.
+- **Result** Result of the download request phase of update.
+- **PackageSizeCanonical** Size of canonical packages in bytes
+- **PackageSizeDiff** Size of diff packages in bytes
+- **PackageSizeExpress** Size of express packages in bytes
+- **FlightId** Unique ID for each flight.
+- **UpdateId** Unique ID for each update.
+- **PackageCountTotalCanonical** Total number of canonical packages.
+- **PackageCountTotalDiff** Total number of diff packages.
+- **PackageCountTotalExpress** Total number of express packages.
+- **RangeRequestState** Represents the state of the download range request.
+- **DeletedCorruptFiles** Indicates if UpdateAgent found any corrupt payload files and whether the payload was deleted.
+
+
+## Update360Telemetry.UpdateAgent_Initialize events
+
+This event sends data during the initialize phase of updating Windows.
+
+
+The following fields are available in this event:
+
+- **ErrorCode** The error code returned for the current initialize phase.
+- **SessionData** Contains instructions to update agent for processing FODs and DUICs (Null for other scenarios).
+- **UpdateId** Unique ID for each update.
+- **FlightId** Unique ID for each flight.
+- **FlightMetadata** Contains the FlightId and the build being flighted.
+- **ObjectId** Unique value for each Update Agent mode.
+- **SessionId** Unique value for each Update Agent mode attempt .
+- **ScenarioId** Indicates the update scenario 0 = MoUpdateScenarioUnknown, 1 = MoUpdateScenarioMobileUpdate, 2 = MoUpdateScenarioMobileDUIC, 3 = MoUpdateScenarioDesktopUpgrade, 4 = MoUpdateScenarioDesktopServicing, 5 = MoUpdateScenarioDesktopFOD, 6 = MoUpdateScenarioDesktopLangPack, 7 = MoUpdateScenarioDesktopDriverUpdate
+- **RelatedCV** Correlation vector value generated from the latest USO scan.
+- **Result** Result of the initialize phase of update. 0 = Succeeded, 1 = Failed, 2 = Cancelled, 3 = Blocked, 4 = BlockCancelled
+
+
+## Update360Telemetry.UpdateAgent_Install events
+
+This event sends data during the install phase of updating Windows.
+
+
+The following fields are available in this event:
+
+- **ErrorCode** The error code returned for the current install phase.
+- **ObjectId** Unique value for each Update Agent mode.
+- **SessionId** Unique value for each Update Agent mode attempt.
+- **ScenarioId** Indicates the update scenario 0 = MoUpdateScenarioUnknown, 1 = MoUpdateScenarioMobileUpdate, 2 = MoUpdateScenarioMobileDUIC, 3 = MoUpdateScenarioDesktopUpgrade, 4 = MoUpdateScenarioDesktopServicing, 5 = MoUpdateScenarioDesktopFOD, 6 = MoUpdateScenarioDesktopLangPack, 7 = MoUpdateScenarioDesktopDriverUpdate
+- **RelatedCV** Correlation vector value generated from the latest scan.
+- **Result** Result of the install phase of update. 0 = Succeeded 1 = Failed, 2 = Cancelled, 3 = Blocked, 4 = BlockCancelled
+- **FlightId** Unique ID for each flight.
+- **UpdateId** Unique ID for each update.
+
+
+## Update360Telemetry.UpdateAgent_ModeStart events
+
+This event sends data for the start of each mode during the process of updating Windows.
+
+
+The following fields are available in this event:
+
+- **Mode** Indicates that the Update Agent mode that has started. 1 = Initialize, 2 = DownloadRequest, 3 = Install, 4 = Commit
+- **ObjectId** Unique value for each Update Agent mode.
+- **SessionId** Unique value for each Update Agent mode attempt.
+- **ScenarioId** The update scenario. 0 = MoUpdateScenarioUnknown, 1 = MoUpdateScenarioMobileUpdate, 2 = MoUpdateScenarioMobileDUIC, 3 = MoUpdateScenarioDesktopUpgrade, 4 = MoUpdateScenarioDesktopServicing, 5 = MoUpdateScenarioDesktopFOD, 6 = MoUpdateScenarioDesktopLangPack, 7 = MoUpdateScenarioDesktopDriverUpdate
+- **RelatedCV** The correlation vector value generated from the latest scan.
+- **FlightId** Unique ID for each flight.
+- **UpdateId** Unique ID for each update.
+
+
+## Update360Telemetry.UpdateAgent_SetupBoxLaunch events
+
+This event sends data during the launching of the setup box when updating Windows.
+
+
+The following fields are available in this event:
+
+- **Quiet** Indicates whether setup is running in quiet mode. 0 = false 1 = true
+- **ObjectId** Unique value for each Update Agent mode.
+- **SessionId** Unique value for each Update Agent mode attempt.
+- **ScenarioId** Indicates the update scenario 0 = MoUpdateScenarioUnknown, 1 = MoUpdateScenarioMobileUpdate, 2 = MoUpdateScenarioMobileDUIC, 3 = MoUpdateScenarioDesktopUpgrade, 4 = MoUpdateScenarioDesktopServicing, 5 = MoUpdateScenarioDesktopFOD, 6 = MoUpdateScenarioDesktopLangPack, 7 = MoUpdateScenarioDesktopDriverUpdate
+- **RelatedCV** Correlation vector value generated from the latest scan.
+- **FlightId** Unique ID for each flight.
+- **UpdateId** Unique ID for each update.
+- **SetupMode** Setup mode 1 = predownload, 2 = install, 3 = finalize
+- **SandboxSize** The size of the sandbox folder on the device.
-This event sends data about all reports, such as crashes, hangs, generic reports, etc., to help keep Windows up to date. This data includes a summary of the report's signatures, Watson bucket information, and various other fields describing the state of the report. For crashes and hangs, the WER event will contain the same ReportID as the preceding crash or hang event for the given failure being reported. WerEvent is emitted zero or more times per report, depending on processing status; it is not guaranteed to contain any particular ReportStatus value for all reports.
-| Field | Description |
-| - | - |
-| BucketHash | Watson bucket hash (practically a hash of all bucketing parameters concatenated). |
-| BucketId | Watson iBucket number (practically a 64-bit signed integer). |
-| BucketTable | Watson iBucketTable number (practically a small unsigned integer). |
-| CabId | Watson iCab number (practically a 64-bit signed integer or guid). |
-| EventName | Event name. |
-| PayloadSizeInBytes | The size of the report archive in bytes. |
-| ReportId | Unique report ID (usually a GUID). |
-| ReportStatus | 32-bit bitmap describing the report |
-| Response | Response URL. |
-| SignatureParameter01 | Signature parameter 1 of 10. May be null. |
-| SignatureParameter02 | Signature parameter 2 of 10. May be null. |
-| SignatureParameter03 | Signature parameter 3 of 10. May be null. |
-| SignatureParameter04 | Signature parameter 4 of 10. May be null. |
-| SignatureParameter05 | Signature parameter 5 of 10. May be null. |
-| SignatureParameter06 | Signature parameter 6 of 10. May be null. |
-| SignatureParameter07 | Signature parameter 7 of 10. May be null. |
-| SignatureParameter08 | Signature parameter 8 of 10. May be null. |
-| SignatureParameter09 | Signature parameter 9 of 10. May be null. |
-| SignatureParameter10 | Signature parameter 10 of 10. May be null. |
-| SignatureParameterCount | Number of signature parameters set. A number between 0 and 10, inclusive. |