From b5944258609a890e42000731fea5d09abc87d88c Mon Sep 17 00:00:00 2001 From: Brian Lich Date: Sun, 5 Mar 2017 15:19:56 -0800 Subject: [PATCH] second upate --- ...vel-windows-telemetry-events-and-fields.md | 1750 +++++++---------- 1 file changed, 686 insertions(+), 1064 deletions(-) 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 41f967f619..d0a473e67a 100644 --- a/windows/manage/basic-level-windows-telemetry-events-and-fields.md +++ b/windows/manage/basic-level-windows-telemetry-events-and-fields.md @@ -15,7 +15,11 @@ ms.author: brianlic # Windows 10, version 1703 basic telemetry events and fields -**Applies to** +> [!IMPORTANT] +> Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here. + + + **Applies to** - Windows 10 - Windows 10 Mobile @@ -34,26 +38,160 @@ You can learn more about Windows functional and telemetry through these articles - [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 Extensions + +Common data extensions includes fields that are sent with every event. + +### Common Data Extensions.App + +The following fields are available: + +- **expId** Associates a flight, such as an OS flight, or an experiment, such as a web site UX experiment, with an event. +- **userId** The userID as known by the application. +- **env** The environment from which the event was logged. +- **asId** An integer value that represents the app session. This value starts at 0 on the first app launch and increments after each subsequent app launch per boot session. +### Common Data Extensions.CS -## Census.App events + +The following fields are available: + +- **sig** A common schema signature that identifies new and modified event schemas. + + +### Common Data Extensions.CUET + + +The following fields are available: + +- **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. +- **cpId** The composer ID, such as Reference, Desktop, Phone, Holographic, Hub, IoT Composer. +- **tickets** A list of strings that represent entries in the HTTP header of the web request that includes this event. +- **bseq** Upload buffer sequence number in the format : + + +### Common Data Extensions.Device + + +The following fields are available: + +- **ver** Represents the major and minor version of the extension. +- **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. + + +### Common Data Extensions.Envelope + + +The following fields are available: + +- **ver** Represents the major and minor version of the extension. +- **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. + + +### Common Data Extensions.OS + + +The following fields are available: + +- **ver** Represents the major and minor version of the extension. +- **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. +- **locale** Represents the locale of the operating system. +- **bootId** An integer value that represents the boot session. This value starts at 0 on first boot after OS install and increments after every reboot. + + +### Common Data Extensions.User + + +The following fields are available: + +- **ver** Represents the major and minor version of the extension. +- **localId** Represents a unique user identity that is created locally and added by the client. This is not the user's account ID. + + +### Common Data Extensions.XBL + + +The following fields are available: + +- **nbf** Not before time +- **expId** Expiration time +- **sbx** XBOX sandbox identifier +- **dty** XBOX device type +- **did** XBOX device ID +- **xid** A list of base10-encoded XBOX User IDs. +- **uts** A bit field, with 2 bits being assigned to each user ID listed in xid. This field is omitted if all users are retail accounts. + + +### Common Data Extensions.Consent UI Event + +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. +The following fields are available: + +- **eventType** Represents the type of elevation: If it succeeded, was cancelled, or was auto-approved. +- **splitToken** Represents the flag used to distinguish between administrators 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** epresents 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. + + +## Common data fields + +Common data fields are fields that are sent in one or more events. + +### MS.Device.DeviceInventory.Change + +These fields are added whenever Ms.Device.DeviceInventoryChange is included in the event. +The following fields are available: + +- **syncId** A string used to group StartSync, EndSync, Add, and Remove operations that belong together. This field is unique by Sync period and is used to disambiguate in situations where multiple agents perform overlapping inventories for the same object. +- **objectInstanceId** Object identity used within the device scope. This is commonly going to be ProgramId, FileId or DeviceInstancePathId but is typically something unique to the objectType and in some cases is artificially created. +- **objectType** Indicates the object type that the event applies to. +- **Action** The change that was invoked on a device inventory object. +- **inventoryId** Device ID used for Compatibility testing + +## Census events + +### Census.App This event sends version data about the Apps running on this device, to help keep Windows up to date. - - -The following fields are available in this event: +The following fields are available: - **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. -## Census.Battery events +### Census.Battery 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: +The following fields are available: - **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. @@ -62,23 +200,19 @@ The following fields are available in this event: - **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 +### Census.Camera This event sends data about the resolution of cameras on the device, to help keep Windows up to date. - - -The following fields are available in this event: +The following fields are available: - **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 events +### Census.Enterprise 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: +The following fields are available: - **IsCloudDomainJoined** Is this device joined to an Azure Active Directory (AAD) tenant? true/false - **IsMDMEnrolled** Whether the device has been MDM Enrolled or not. @@ -98,12 +232,10 @@ The following fields are available in this event: - **ContainerType** The type of container, such as process or virtual machine hosted. -## Census.Firmware events +### Census.Firmware This event sends data about the BIOS and startup embedded in the device, to help keep Windows up to date. - - -The following fields are available in this event: +The following fields are available: - **FirmwareManufacturer** Represents the manufacturer of the device's firmware (BIOS). - **FirmwareReleaseDate** Represents the date the current firmware was released. @@ -111,12 +243,10 @@ The following fields are available in this event: - **FirmwareVersion** Represents the version of the current firmware. -## Census.Flighting events +### Census.Flighting 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: +The following fields are available: - **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. @@ -127,12 +257,10 @@ The following fields are available in this event: - **SSRK** Retieves the mobile targetting settings. -## Census.Hardware events +### Census.Hardware 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. - - -The following fields are available in this event: +The following fields are available: - **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. @@ -164,23 +292,19 @@ The following fields are available in this event: - **OEMModelSystemVersion** The system model version set by the OEM. -## Census.Memory events +### Census.Memory This event sends data about the memory on the device, including ROM and RAM, to help keep Windows up to date. - - -The following fields are available in this event: +The following fields are available: - **TotalPhysicalRAM** Represents the physical RAM in MB. - **TotalVisibleMemory** Represents the visible memory -memory that is not reserved by the system. -## Census.Network events +### Census.Network 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. - - -The following fields are available in this event: +The following fields are available: - **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. @@ -199,12 +323,10 @@ The following fields are available in this event: - **NetworkAdapterGUID** The GUID of the primary network adapter. -## Census.OS events +### Census.OS 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. - - -The following fields are available in this event: +The following fields are available: - **GenuineState** Retrieves the ID Value specifying the OS Genuine check. - **IsPortableOperatingSystem** Retrieves whether OS is running Windows-To-Go @@ -241,12 +363,10 @@ The following fields are available in this event: - **DeveloperUnlockStatus** Represents if a device has been developer unlocked by the user or Group Policy. -## Census.Processor events +### Census.Processor This event sends data about the processor (architecture, speed, number of cores, manufacturer, and model number), to help keep Windows up to date. - - -The following fields are available in this event: +The following fields are available: - **ProcessorCores** Retrieves the number of cores in the processor. - **ProcessorPhysicalCores** Number of physical cores in the processor. @@ -258,12 +378,10 @@ The following fields are available in this event: - **ProcessorIdentifier** The processor identifier of a manufacturer. -## Census.Speech events +### Census.Speech This event is used to gather basic speech settings on the device. - - -The following fields are available in this event: +The following fields are available: - **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). @@ -276,35 +394,29 @@ The following fields are available in this event: - **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 +### Census.Storage This event sends data about the total capacity of the system volume and primary disk, to help keep Windows up to date. - - -The following fields are available in this event: +The following fields are available: - **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.Userdefault events +### Census.Userdefault 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: +The following fields are available: - **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 +### Census.UserDisplay 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. - - -The following fields are available in this event: +The following fields are available: - **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. @@ -321,12 +433,10 @@ The following fields are available in this event: - **VRAMSharedSystem** Retrieves the amount of RAM memory that the video card can use. -## Census.UserNLS events +### Census.UserNLS 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. - - -The following fields are available in this event: +The following fields are available: - **DefaultAppLanguage** The current user Default App Language. - **HomeLocation** The current user location, which is populated using GetUserGeoId() function. @@ -335,12 +445,10 @@ The following fields are available in this event: - **KeyboardInputLanguages** The Keyboard input languages installed on the device. -## Census.VM events +### Census.VM This event sends data indicating whether virtualization is enabled on the device, and its various characteristics, to help keep Windows up to date. - - -The following fields are available in this event: +The following fields are available: - **VirtualizationFirmwareEnabled** Represents whether virtualization is enabled in the firmware. - **SLATSupported** Represents whether Second Level Address Translation (SLAT) is supported by the hardware. @@ -349,12 +457,10 @@ The following fields are available in this event: - **HyperVisor** Retrieves whether the current OS is running on top of a Hypervisor. -## Census.WU events +### Census.WU This event sends data about the Windows update server and other App store policies, to help keep Windows up to date. - - -The following fields are available in this event: +The following fields are available: - **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). @@ -375,12 +481,10 @@ The following fields are available in this event: - **AppraiserGatedStatus** Indicates whether a device has been gated for upgrading. -## Census.Xbox events +### Census.Xbox This event sends data about the Xbox Console, such as Serial Number and DeviceId, to help keep Windows up to date. - - -The following fields are available in this event: +The following fields are available: - **XboxLiveDeviceId** Retrieves the unique device id of the console. - **XboxConsoleSerialNumber** Retrieves the serial number of the Xbox console. @@ -388,19 +492,12 @@ The following fields are available in this event: - **XboxConsolePreferredLanguage** Retrieves the preferred language selected by the user on Xbox console. -## Common Data Events.Consent UI Event events +## DxgKernelTelemetry 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. - - - - -## DxgKrnlTelemetry.GPUAdapterInventoryV2 events +### DxgKrnlTelemetry.GPUAdapterInventoryV2 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: +The following fields are available: - **version** The GPUAdapterInventoryV2 event version - **bootId** The system boot ID, @@ -438,13 +535,12 @@ The following fields are available in this event: - **NumVidPnSources** Number of supported display output sources - **NumVidPnTargets** Number of supported display output targets +## OneDrive events -## Microsoft.OneDrive.Sync.Setup.APIOperation events +### Microsoft.OneDrive.Sync.Setup.APIOperation This event includes basic data about install and uninstall OneDrive API operations. - - -The following fields are available in this event: +The following fields are available: - **APIName** The name of the API. - **ScenarioName** The name of the scenario. @@ -453,12 +549,10 @@ The following fields are available in this event: - **ResultCode** The result code. -## Microsoft.OneDrive.Sync.Setup.EndExperience events +### Microsoft.OneDrive.Sync.Setup.EndExperience This event includes a success or failure summary of the installation. - - -The following fields are available in this event: +The following fields are available: - **APIName** The name of the API. - **ScenarioName** The name of the scenario. @@ -466,12 +560,10 @@ The following fields are available in this event: - **isSuccess** Was the operation successful? -## Microsoft.OneDrive.Sync.Setup.OSUpgradeInstallationOperation events +### Microsoft.OneDrive.Sync.Setup.OSUpgradeInstallationOperation This event is related to the OS version when the OS is upgraded with OneDrive installed. - - -The following fields are available in this event: +The following fields are available: - **HResult** The HResult of the operation. - **SourceOSVersion** The source version of the operating system. @@ -483,12 +575,10 @@ The following fields are available in this event: - **CurrentOneDriveVersion** The current version of OneDrive. -## Microsoft.OneDrive.Sync.Setup.RegisterStandaloneUpdaterAPIOperation events +### Microsoft.OneDrive.Sync.Setup.RegisterStandaloneUpdaterAPIOperation This event is related to registering or unregistering the OneDrive update task. - - -The following fields are available in this event: +The following fields are available: - **APIName** The name of the API. - **ScenarioName** The name of the scenario. @@ -497,12 +587,10 @@ The following fields are available in this event: - **isSuccess** Was the operation successful? -## Microsoft.OneDrive.Sync.Setup.SetupCommonData events +### Microsoft.OneDrive.Sync.Setup.SetupCommonData This event contains basic OneDrive configuration data that helps to diagnose failures. - - -The following fields are available in this event: +The following fields are available: - **AppVersion** The version of the app. - **OfficeVersion** The version of Office that is installed. @@ -520,12 +608,10 @@ The following fields are available in this event: - **MSFTInternal** Is this an internal Microsoft device? -## Microsoft.OneDrive.Sync.Updater.CommonData events +### Microsoft.OneDrive.Sync.Updater.CommonData This event contains basic OneDrive configuration data that helps to diagnose failures. - - -The following fields are available in this event: +The following fields are available: - **AppVersion** The version of the app. - **OfficeVersion** The version of Office that is installed. @@ -539,107 +625,88 @@ The following fields are available in this event: - **Environment** Is the device on the production or int service? -## Microsoft.OneDrive.Sync.Updater.ComponentInstallState events +### Microsoft.OneDrive.Sync.Updater.ComponentInstallState This event determines the installation state of dependent OneDrive components. - - -The following fields are available in this event: +The following fields are available: - **ComponentName** The name of the dependent component. - **isInstalled** Is the dependent component installed? -## Microsoft.OneDrive.Sync.Updater.OfficeRegistration events +### Microsoft.OneDrive.Sync.Updater.OfficeRegistration This event determines the status of the OneDrive integration with Microsoft Office. - - -The following fields are available in this event: +The following fields are available: - **isValid** Is the Microsoft Office registration valid? -## Microsoft.OneDrive.Sync.Updater.OverlayIconStatus events +### Microsoft.OneDrive.Sync.Updater.OverlayIconStatus 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: +The following fields are available: - **ThirtyTwoBit** Is it running 32-bit? - **SixtyFourBit** Is it running 64-bit? -## Microsoft.OneDrive.Sync.Updater.RepairResult events +### Microsoft.OneDrive.Sync.Updater.RepairResult The event determines the result of the installation repair. - - -The following fields are available in this event: +The following fields are available: - **hr** The HResult of the operation. -## Microsoft.OneDrive.Sync.Updater.SetupBinaryDownloadHResult events +### Microsoft.OneDrive.Sync.Updater.SetupBinaryDownloadHResult This event indicates the status when downloading the OneDrive setup file. - - -The following fields are available in this event: +The following fields are available: - **hr** The HResult of the operation. -## Microsoft.OneDrive.Sync.Updater.UpdateOverallResult events +### Microsoft.OneDrive.Sync.Updater.UpdateOverallResult This event determines the outcome of the operation. - - -The following fields are available in this event: +The following fields are available: - **UpdaterVersion** The version of the updater. - **IsLoggingEnabled** Is logging enabled? - **hr** The HResult of the operation. -## Microsoft.OneDrive.Sync.Updater.UpdateTierReg events +### Microsoft.OneDrive.Sync.Updater.UpdateTierReg This event determines status of the update tier registry values. - - -The following fields are available in this event: +The following fields are available: - **regReadEnterpriseHr** The HResult of the enterprise reg read value. - **regReadTeamHr** The HResult of the team reg read value. -## Microsoft.OneDrive.Sync.Updater.UpdateXmlDownloadHResult events +### Microsoft.OneDrive.Sync.Updater.UpdateXmlDownloadHResult This event determines the status when downloading the OneDrive update configuration file. - - -The following fields are available in this event: +The following fields are available: - **hr** The HResult of the operation. -## Microsoft.OneDrive.Sync.Updater.WebConnectionStatus events +### Microsoft.OneDrive.Sync.Updater.WebConnectionStatus This event determines the error code that was returned when verifying Internet connectivity. - - -The following fields are available in this event: +The following fields are available: - **winInetError** The HResult of the operation. +## Windows Update Delivery Optimization events -## Microsoft.OSG.DU.DeliveryOptClient.DownloadCanceled events +### Microsoft.OSG.DU.DeliveryOptClient.DownloadCanceled 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: +The following fields are available: - **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. @@ -660,12 +727,10 @@ The following fields are available in this event: - **usedMemoryStream** Did the download use memory streaming? -## Microsoft.OSG.DU.DeliveryOptClient.DownloadCompleted events +### Microsoft.OSG.DU.DeliveryOptClient.DownloadCompleted 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: +The following fields are available: - **sessionID** The ID of the download session. - **scenarioID** The ID of the scenario. @@ -701,12 +766,10 @@ The following fields are available in this event: - **usedMemoryStream** Did the download use memory streaming? -## Microsoft.OSG.DU.DeliveryOptClient.DownloadPaused events +### Microsoft.OSG.DU.DeliveryOptClient.DownloadPaused 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: +The following fields are available: - **updateID** The ID of the update being paused. - **errorCode** The error code that was returned. @@ -720,12 +783,10 @@ The following fields are available in this event: - **isVpn** Is the device connected to a Virtual Private Network? -## Microsoft.OSG.DU.DeliveryOptClient.DownloadStarted events +### Microsoft.OSG.DU.DeliveryOptClient.DownloadStarted 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: +The following fields are available: - **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. @@ -753,12 +814,10 @@ The following fields are available in this event: - **costFlags** A set of flags representing network cost. -## Microsoft.OSG.DU.DeliveryOptClient.FailureCdnCommunication events +### Microsoft.OSG.DU.DeliveryOptClient.FailureCdnCommunication 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: +The following fields are available: - **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. @@ -770,17 +829,15 @@ The following fields are available in this event: - **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** +- **isHeadRequest** The type of HTTP request that was sent to the CDN. Example: HEAD or GET +- **requestSize** The size of the range requested from the CDN. +- **responseSize** The size of the range response received from the CDN. -## Microsoft.OSG.DU.DeliveryOptClient.JobError events +### Microsoft.OSG.DU.DeliveryOptClient.JobError This event represents a Windows Update job error. It allows for investigation of top errors. - - -The following fields are available in this event: +The following fields are available: - **jobID** The Windows Update job ID. - **fileID** The ID of the file being downloaded. @@ -788,13 +845,12 @@ The following fields are available in this event: - **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. +## Appraiser events -## Microsoft.Windows.Appraiser.General.ChecksumTotalPictureCount events +### Microsoft.Windows.Appraiser.General.ChecksumTotalPictureCount 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: +The following fields are available: - **PCFP** An ID for the system that is calculated by hashing hardware identifiers. - **InventoryApplicationFile** The total InventoryApplicationFile objects that are present on this device. @@ -830,12 +886,10 @@ The following fields are available in this event: - **DecisionSystemBios_RS2** The total DecisionSystemBios objects targeting Windows 10 version 1703 present on this device. -## Microsoft.Windows.Appraiser.General.ChecksumTotalPictureIdHashSha256 events +### Microsoft.Windows.Appraiser.General.ChecksumTotalPictureIdHashSha256 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: +The following fields are available: - **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. @@ -871,12 +925,10 @@ The following fields are available in this event: - **DecisionSystemBios_RS2** The SHA256 hash of DecisionSystemBios objects targeting Windows 10 version 1703 present on this device. -## Microsoft.Windows.Appraiser.General.DatasourceApplicationFileAdd events +### Microsoft.Windows.Appraiser.General.DatasourceApplicationFileAdd 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: +The following fields are available: - **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 @@ -901,32 +953,26 @@ The following fields are available in this event: - **SdbEntries_item_SdbUxBlocktypeOverride** Example: SDB_UX_BLOCKTYPE_OVERRIDE_MIG_FIXED -## Microsoft.Windows.Appraiser.General.DatasourceApplicationFileRemove events +### Microsoft.Windows.Appraiser.General.DatasourceApplicationFileRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DatasourceApplicationFileStartSync events +### Microsoft.Windows.Appraiser.General.DatasourceApplicationFileStartSync This event indicates that a new set of DatasourceApplicationFileAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DatasourceDevicePnpAdd events +### Microsoft.Windows.Appraiser.General.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. - - -The following fields are available in this event: +The following fields are available: - **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 @@ -950,32 +996,26 @@ The following fields are available in this event: - **WuPopulatedFromID** The expected uplevel driver matching ID based on driver coverage from Windows Update. -## Microsoft.Windows.Appraiser.General.DatasourceDevicePnpRemove events +### Microsoft.Windows.Appraiser.General.DatasourceDevicePnpRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DatasourceDevicePnpStartSync events +### Microsoft.Windows.Appraiser.General.DatasourceDevicePnpStartSync This event indicates that a new set of DatasourceDevicePnpAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DatasourceDriverPackageAdd events +### Microsoft.Windows.Appraiser.General.DatasourceDriverPackageAdd This event sends compatibility database data about driver packages to help keep Windows up to date. - - -The following fields are available in this event: +The following fields are available: - **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 @@ -989,32 +1029,26 @@ The following fields are available in this event: - **SdbEntries_item_SdbUxBlocktypeOverride** Example: SDB_UX_BLOCKTYPE_OVERRIDE_NO_BLOCK -## Microsoft.Windows.Appraiser.General.DatasourceDriverPackageRemove events +### Microsoft.Windows.Appraiser.General.DatasourceDriverPackageRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DatasourceDriverPackageStartSync events +### Microsoft.Windows.Appraiser.General.DatasourceDriverPackageStartSync This event indicates that a new set of DatasourceDriverPackageAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DataSourceMatchingInfoBlockAdd events +### 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. - - -The following fields are available in this event: +The following fields are available: - **objectInstanceId** Will always be BlockingMatchingInfo. - **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361 @@ -1028,32 +1062,26 @@ The following fields are available in this event: - **SdbEntries_item_SdbUxBlocktypeOverride** Example: SDB_UX_BLOCKTYPE_OVERRIDE_UPGRADE_UNTIL_UPDATE_BLOCK -## Microsoft.Windows.Appraiser.General.DataSourceMatchingInfoBlockRemove events +### Microsoft.Windows.Appraiser.General.DataSourceMatchingInfoBlockRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DataSourceMatchingInfoBlockStartSync events +### Microsoft.Windows.Appraiser.General.DataSourceMatchingInfoBlockStartSync This event indicates that a full set of DataSourceMatchingInfoBlockStAdd events have been sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DataSourceMatchingInfoPassiveAdd events +### 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. - - -The following fields are available in this event: +The following fields are available: - **objectInstanceId** Will always be PassiveMatchingInfo. - **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361 @@ -1071,32 +1099,26 @@ The following fields are available in this event: - **SdbEntries_item_SdbUxBlocktypeOverride** Example: SDB_UX_BLOCKTYPE_OVERRIDE_MIG_FIXED -## Microsoft.Windows.Appraiser.General.DataSourceMatchingInfoPassiveRemove events +### Microsoft.Windows.Appraiser.General.DataSourceMatchingInfoPassiveRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DataSourceMatchingInfoPassiveStartSync events +### Microsoft.Windows.Appraiser.General.DataSourceMatchingInfoPassiveStartSync This event indicates that a new set of DataSourceMatchingInfoPassiveAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DataSourceMatchingInfoPostUpgradeAdd events +### 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. - - -The following fields are available in this event: +The following fields are available: - **objectInstanceId** Will always be PostUpgradeMatchingInfo. - **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361 @@ -1111,32 +1133,26 @@ The following fields are available in this event: - **SdbEntries_item_SdbUxBlocktypeOverride** Example: SDB_UX_BLOCKTYPE_OVERRIDE_REINSTALL_BLOCK -## Microsoft.Windows.Appraiser.General.DataSourceMatchingInfoPostUpgradeRemove events +### Microsoft.Windows.Appraiser.General.DataSourceMatchingInfoPostUpgradeRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DataSourceMatchingInfoPostUpgradeStartSync events +### Microsoft.Windows.Appraiser.General.DataSourceMatchingInfoPostUpgradeStartSync This event indicates that a new set of DataSourceMatchingInfoPostUpgradeAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DatasourceSystemBiosAdd events +### Microsoft.Windows.Appraiser.General.DatasourceSystemBiosAdd This event sends compatibility database information about the BIOS to help keep Windows up to date. - - -The following fields are available in this event: +The following fields are available: - **objectInstanceId** This will always be BIOS. - **AppraiserVersion** The version of the Appraiser file generating the events. Example: 10014361 @@ -1146,32 +1162,26 @@ The following fields are available in this event: - **SdbEntries_item_SdbUpgradeMode** Example: Swap -## Microsoft.Windows.Appraiser.General.DatasourceSystemBiosRemove events +### Microsoft.Windows.Appraiser.General.DatasourceSystemBiosRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DatasourceSystemBiosStartSync events +### Microsoft.Windows.Appraiser.General.DatasourceSystemBiosStartSync This event indicates that a new set of DatasourceSystemBiosAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DecisionApplicationFileAdd events +### Microsoft.Windows.Appraiser.General.DecisionApplicationFileAdd 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: +The following fields are available: - **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 @@ -1195,32 +1205,26 @@ The following fields are available in this event: - **SoftBlock** The file is softblocked in the SDB and has a warning uplevel. Example: FALSE -## Microsoft.Windows.Appraiser.General.DecisionApplicationFileRemove events +### Microsoft.Windows.Appraiser.General.DecisionApplicationFileRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DecisionApplicationFileStartSync events +### Microsoft.Windows.Appraiser.General.DecisionApplicationFileStartSync This event indicates that a new set of DecisionApplicationFileAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DecisionDevicePnpAdd events +### Microsoft.Windows.Appraiser.General.DecisionDevicePnpAdd 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: +The following fields are available: - **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 @@ -1240,32 +1244,26 @@ The following fields are available in this event: - **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 +### Microsoft.Windows.Appraiser.General.DecisionDevicePnpRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DecisionDevicePnpStartSync events +### Microsoft.Windows.Appraiser.General.DecisionDevicePnpStartSync 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DecisionDriverPackageAdd events +### Microsoft.Windows.Appraiser.General.DecisionDriverPackageAdd 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: +The following fields are available: - **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 @@ -1277,32 +1275,26 @@ The following fields are available in this event: - **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 +### Microsoft.Windows.Appraiser.General.DecisionDriverPackageRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DecisionDriverPackageStartSync events +### Microsoft.Windows.Appraiser.General.DecisionDriverPackageStartSync This event indicates that a new set of DecisionDriverPackageAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DecisionMatchingInfoBlockAdd events +### 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. - - -The following fields are available in this event: +The following fields are available: - **objectInstanceId** Will always be BlockingMatchingInfo. - **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361 @@ -1314,32 +1306,26 @@ The following fields are available in this event: - **SdbBlockUpgradeUntilUpdate** Indicates if a matching info block blocks upgrade but has the until update tag. Example: FALSE -## Microsoft.Windows.Appraiser.General.DecisionMatchingInfoBlockRemove events +### Microsoft.Windows.Appraiser.General.DecisionMatchingInfoBlockRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DecisionMatchingInfoBlockStartSync events +### Microsoft.Windows.Appraiser.General.DecisionMatchingInfoBlockStartSync This event indicates that a new set of DecisionMatchingInfoBlockAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DecisionMatchingInfoPassiveAdd events +### Microsoft.Windows.Appraiser.General.DecisionMatchingInfoPassiveAdd 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: +The following fields are available: - **objectInstanceId** Will always be PassiveMatchingInfo. - **AppraiserVersion** The version of the Appraiser file that is generating the events. @@ -1347,32 +1333,26 @@ The following fields are available in this event: - **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 +### Microsoft.Windows.Appraiser.General.DecisionMatchingInfoPassiveRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DecisionMatchingInfoPassiveStartSync events +### Microsoft.Windows.Appraiser.General.DecisionMatchingInfoPassiveStartSync This event indicates that a new set of DecisionMatchingInfoPassiveAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DecisionMatchingInfoPostUpgradeAdd events +### 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. - - -The following fields are available in this event: +The following fields are available: - **objectInstanceId** Will always be PostUpgradeMatchingInfo. - **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361 @@ -1382,32 +1362,26 @@ The following fields are available in this event: - **SdbReinstallUpgrade** Example: TRUE -## Microsoft.Windows.Appraiser.General.DecisionMatchingInfoPostUpgradeRemove events +### Microsoft.Windows.Appraiser.General.DecisionMatchingInfoPostUpgradeRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DecisionMatchingInfoPostUpgradeStartSync events +### Microsoft.Windows.Appraiser.General.DecisionMatchingInfoPostUpgradeStartSync This event indicates that a new set of DecisionMatchingInfoPostUpgradeAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DecisionMediaCenterAdd events +### Microsoft.Windows.Appraiser.General.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. - - -The following fields are available in this event: +The following fields are available: - **objectInstanceId** Will always be MediaCenter. - **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361 @@ -1419,32 +1393,26 @@ The following fields are available in this event: - **NeedsDismissAction** Indicates if there are any dismissible actions coming from MediaCenter. Will equal MediaCenterInUse. Example: FALSE -## Microsoft.Windows.Appraiser.General.DecisionMediaCenterRemove events +### Microsoft.Windows.Appraiser.General.DecisionMediaCenterRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DecisionMediaCenterStartSync events +### Microsoft.Windows.Appraiser.General.DecisionMediaCenterStartSync This event indicates that a new set of DecisionMediaCenterAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DecisionSystemBiosAdd events +### Microsoft.Windows.Appraiser.General.DecisionSystemBiosAdd 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: +The following fields are available: - **objectInstanceId** Will always be Bios. - **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361 @@ -1452,32 +1420,26 @@ The following fields are available in this event: - **HasBiosBlock** Does the device have a BIOS block? Example: FALSE -## Microsoft.Windows.Appraiser.General.DecisionSystemBiosRemove events +### Microsoft.Windows.Appraiser.General.DecisionSystemBiosRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DecisionSystemBiosStartSync events +### Microsoft.Windows.Appraiser.General.DecisionSystemBiosStartSync This event indicates that a new set of DecisionSystemBiosAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.DecisionSystemProcessorAdd events +### Microsoft.Windows.Appraiser.General.DecisionSystemProcessorAdd This event sends defunct data. It always reads false. - - -The following fields are available in this event: +The following fields are available: - **objectInstanceId** Will always be Processor. - **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361 @@ -1485,24 +1447,20 @@ The following fields are available in this event: - **ProcessorRequirementViolated** Will always be FALSE -## Microsoft.Windows.Appraiser.General.EnterpriseScenarioWithDiagTrackServiceRunning events +### Microsoft.Windows.Appraiser.General.EnterpriseScenarioWithDiagTrackServiceRunning 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: +The following fields are available: - **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 +### 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. - - -The following fields are available in this event: +The following fields are available: - **Time** The client time of the event. - **PCFP** An ID for the system calculated by hashing hardware identifiers. @@ -1512,12 +1470,10 @@ The following fields are available in this event: - **NewData** The data in the registry value after the scan completed. -## Microsoft.Windows.Appraiser.General.InventoryApplicationFileAdd events +### 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. - - -The following fields are available in this event: +The following fields are available: - **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 @@ -1537,32 +1493,26 @@ The following fields are available in this event: - **Size** Size of the file, in hex bytes. Example: 0x31f0 -## Microsoft.Windows.Appraiser.General.InventoryApplicationFileRemove events +### Microsoft.Windows.Appraiser.General.InventoryApplicationFileRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.InventoryApplicationFileStartSync events +### Microsoft.Windows.Appraiser.General.InventoryApplicationFileStartSync This event indicates indicates that a new set of InventoryApplicationFileAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.InventoryLanguagePackAdd events +### Microsoft.Windows.Appraiser.General.InventoryLanguagePackAdd 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: +The following fields are available: - **objectInstanceId** Will always be LanguagePack. - **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361 @@ -1570,32 +1520,26 @@ The following fields are available in this event: - **LanguagePackCount** The count of language packs. Calculated by calling EnumUILanguages with MUI_ALL_INSTALLED_LANGUAGES. Example: 1 -## Microsoft.Windows.Appraiser.General.InventoryLanguagePackRemove events +### Microsoft.Windows.Appraiser.General.InventoryLanguagePackRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.InventoryLanguagePackStartSync events +### Microsoft.Windows.Appraiser.General.InventoryLanguagePackStartSync This event indicates that a new set of InventoryLanguagePackAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.InventoryMediaCenterAdd events +### Microsoft.Windows.Appraiser.General.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. - - -The following fields are available in this event: +The following fields are available: - **objectInstanceId** Will always be MediaCenter. - **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361 @@ -1608,32 +1552,26 @@ The following fields are available in this event: - **IsSupported** Does the running OS even support MediaCenter? Example: FALSE -## Microsoft.Windows.Appraiser.General.InventoryMediaCenterRemove events +### Microsoft.Windows.Appraiser.General.InventoryMediaCenterRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.InventoryMediaCenterStartSync events +### Microsoft.Windows.Appraiser.General.InventoryMediaCenterStartSync This event indicates that a new set of InventoryMediaCenterAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.InventorySystemBiosAdd events +### Microsoft.Windows.Appraiser.General.InventorySystemBiosAdd This event sends basic metadata about the BIOS to determine whether it has a compatibility block. - - -The following fields are available in this event: +The following fields are available: - **objectInstanceId** Will always be Bios. - **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361 @@ -1643,32 +1581,26 @@ The following fields are available in this event: - **Model** Model field from Win32_ComputerSystem. Example: 2537J35 -## Microsoft.Windows.Appraiser.General.InventorySystemBiosRemove events +### Microsoft.Windows.Appraiser.General.InventorySystemBiosRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.InventorySystemBiosStartSync events +### Microsoft.Windows.Appraiser.General.InventorySystemBiosStartSync This event indicates that a new set of InventorySystemBiosAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.InventoryUplevelDriverPackageAdd events +### Microsoft.Windows.Appraiser.General.InventoryUplevelDriverPackageAdd 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. - **BootCritical** Is the driver package marked as boot critical? @@ -1687,32 +1619,26 @@ The following fields are available in this event: - **Revision** The revision of the driver package. -## Microsoft.Windows.Appraiser.General.InventoryUplevelDriverPackageRemove events +### Microsoft.Windows.Appraiser.General.InventoryUplevelDriverPackageRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.InventoryUplevelDriverPackageStartSync events +### Microsoft.Windows.Appraiser.General.InventoryUplevelDriverPackageStartSync This event indicates that a new set of InventoryUplevelDriverPackageAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.IsOnlineTelemetryOutputter events +### Microsoft.Windows.Appraiser.General.IsOnlineTelemetryOutputter 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: +The following fields are available: - **Time** The client time of the event. - **PCFP** Unique hardware identifier. Equivalent to InventoryId that is found in other core events. @@ -1720,12 +1646,10 @@ The following fields are available in this event: - **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 +### Microsoft.Windows.Appraiser.General.IsOnlineWuDriverDataSource 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: +The following fields are available: - **Time** The client time of the event. - **PCFP** Unique hardware identifier. Equivalent to InventoryId that is found in other core events. @@ -1734,12 +1658,10 @@ The following fields are available in this event: - **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 +### Microsoft.Windows.Appraiser.General.RunContext 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: +The following fields are available: - **AppraiserBranch** The source branch in which the currently running version of Appraiser was built. - **AppraiserVersion** The version of the Appraiser file generating the events. @@ -1749,12 +1671,10 @@ The following fields are available in this event: - **PCFP** An ID for the system calculated by hashing hardware identifiers. -## Microsoft.Windows.Appraiser.General.SetupAdlStatus events +### Microsoft.Windows.Appraiser.General.SetupAdlStatus 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: +The following fields are available: - **Time** The client time of the event. - **PCFP** An ID for the system calculated by hashing hardware identifiers. @@ -1764,12 +1684,10 @@ The following fields are available in this event: - **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 +### Microsoft.Windows.Appraiser.General.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. - - -The following fields are available in this event: +The following fields are available: - **objectInstanceId** Will always be Memory. - **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361 @@ -1782,32 +1700,26 @@ The following fields are available in this event: - **virtualKB** virtual/1024. Example: 137438953344 -## Microsoft.Windows.Appraiser.General.SystemMemoryRemove events +### Microsoft.Windows.Appraiser.General.SystemMemoryRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.SystemMemoryStartSync events +### Microsoft.Windows.Appraiser.General.SystemMemoryStartSync This event indicates that a new set of SystemMemoryAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.SystemProcessorCompareExchangeAdd events +### Microsoft.Windows.Appraiser.General.SystemProcessorCompareExchangeAdd 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: +The following fields are available: - **objectInstanceId** Will always be CompareExchange128. - **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361 @@ -1815,32 +1727,26 @@ The following fields are available in this event: - **CompareExchange128Support** Indicates if the CPU supports CompareExchange128. Example: TRUE -## Microsoft.Windows.Appraiser.General.SystemProcessorCompareExchangeRemove events +### Microsoft.Windows.Appraiser.General.SystemProcessorCompareExchangeRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.SystemProcessorCompareExchangeStartSync events +### Microsoft.Windows.Appraiser.General.SystemProcessorCompareExchangeStartSync This event indicates that a new set of SystemProcessorCompareExchangeAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.SystemProcessorLahfSahfAdd events +### Microsoft.Windows.Appraiser.General.SystemProcessorLahfSahfAdd 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: +The following fields are available: - **objectInstanceId** Will always be LahfSahf. - **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361 @@ -1848,32 +1754,26 @@ The following fields are available in this event: - **LahfSahfSupport** Indicates if the CPU supports LAHF/SAHF. Example: TRUE -## Microsoft.Windows.Appraiser.General.SystemProcessorLahfSahfRemove events +### Microsoft.Windows.Appraiser.General.SystemProcessorLahfSahfRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.SystemProcessorLahfSahfStartSync events +### Microsoft.Windows.Appraiser.General.SystemProcessorLahfSahfStartSync This event indicates that a new set of SystemProcessorLahfSahfAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.SystemProcessorNxAdd events +### Microsoft.Windows.Appraiser.General.SystemProcessorNxAdd 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: +The following fields are available: - **objectInstanceId** Will always be NX. - **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361 @@ -1882,32 +1782,26 @@ The following fields are available in this event: - **NXProcessorSupport** Indicates if the CPU supports NX. Example: TRUE -## Microsoft.Windows.Appraiser.General.SystemProcessorNxRemove events +### Microsoft.Windows.Appraiser.General.SystemProcessorNxRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.SystemProcessorNxStartSync events +### Microsoft.Windows.Appraiser.General.SystemProcessorNxStartSync This event indicates that a new set of SystemProcessorNxAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.SystemProcessorPrefetchWAdd events +### Microsoft.Windows.Appraiser.General.SystemProcessorPrefetchWAdd 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: +The following fields are available: - **objectInstanceId** Will always be PrefetchW. - **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361 @@ -1915,32 +1809,26 @@ The following fields are available in this event: - **PrefetchWSupport** Indicates if the CPU supports PrefetchW. Example: TRUE -## Microsoft.Windows.Appraiser.General.SystemProcessorPrefetchWRemove events +### Microsoft.Windows.Appraiser.General.SystemProcessorPrefetchWRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.SystemProcessorPrefetchWStartSync events +### Microsoft.Windows.Appraiser.General.SystemProcessorPrefetchWStartSync This event indicates that a new set of SystemProcessorPrefetchWAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.SystemProcessorSse2Add events +### Microsoft.Windows.Appraiser.General.SystemProcessorSse2Add 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: +The following fields are available: - **objectInstanceId** Will always be SSE2. - **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361 @@ -1948,32 +1836,26 @@ The following fields are available in this event: - **SSE2ProcessorSupport** Indicates if the CPU supports SSE2. Example: TRUE -## Microsoft.Windows.Appraiser.General.SystemProcessorSse2Remove events +### Microsoft.Windows.Appraiser.General.SystemProcessorSse2Remove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.SystemProcessorSse2StartSync events +### Microsoft.Windows.Appraiser.General.SystemProcessorSse2StartSync This event indicates that a new set of SystemProcessorSse2Add events will be sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.SystemTouchAdd events +### Microsoft.Windows.Appraiser.General.SystemTouchAdd 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: +The following fields are available: - **objectInstanceId** Will always be Touch. - **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361 @@ -1981,32 +1863,26 @@ The following fields are available in this event: - **MaximumTouches** Maximum number of touch points supported by the device hardware. Example: 1 -## Microsoft.Windows.Appraiser.General.SystemTouchRemove events +### Microsoft.Windows.Appraiser.General.SystemTouchRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.SystemTouchStartSync events +### Microsoft.Windows.Appraiser.General.SystemTouchStartSync This event indicates that a new set of SystemTouchAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.SystemWimAdd events +### Microsoft.Windows.Appraiser.General.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. - - -The following fields are available in this event: +The following fields are available: - **objectInstanceId** Will always be Wim. - **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361 @@ -2014,32 +1890,26 @@ The following fields are available in this event: - **RegistryWimBootValue** Raw value from registry used to indicate if system is running from a WIM. Example: 0 -## Microsoft.Windows.Appraiser.General.SystemWimRemove events +### Microsoft.Windows.Appraiser.General.SystemWimRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.SystemWimStartSync events +### Microsoft.Windows.Appraiser.General.SystemWimStartSync This event indicates that a new set of SystemWimAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.SystemWindowsActivationStatusAdd events +### Microsoft.Windows.Appraiser.General.SystemWindowsActivationStatusAdd 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: +The following fields are available: - **objectInstanceId** Will always be WindowsActivationStatus. - **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361 @@ -2047,32 +1917,26 @@ The following fields are available in this event: - **WindowsNotActivatedDecision** Indicates if the current operating system is activated. Example: FALSE -## Microsoft.Windows.Appraiser.General.SystemWindowsActivationStatusRemove events +### Microsoft.Windows.Appraiser.General.SystemWindowsActivationStatusRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.SystemWindowsActivationStatusStartSync events +### Microsoft.Windows.Appraiser.General.SystemWindowsActivationStatusStartSync This event indicates that a new set of SystemWindowsActivationStatusAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.SystemWlanAdd events +### Microsoft.Windows.Appraiser.General.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. - - -The following fields are available in this event: +The following fields are available: - **objectInstanceId** Will always be Wlan. - **AppraiserVersion** The version of the appraiser binary generating the events. Example: 10014361 @@ -2084,32 +1948,26 @@ The following fields are available in this event: - **WlanNativeDriver** Indicates if the system has a non-emulated WLAN driver. Example: TRUE -## Microsoft.Windows.Appraiser.General.SystemWlanRemove events +### Microsoft.Windows.Appraiser.General.SystemWlanRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.SystemWlanStartSync events +### Microsoft.Windows.Appraiser.General.SystemWlanStartSync This event indicates that a new set of SystemWlanAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.TelemetryRunHealth events +### Microsoft.Windows.Appraiser.General.TelemetryRunHealth 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: +The following fields are available: - **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. @@ -2138,12 +1996,10 @@ The following fields are available in this event: - **RunResult** The hresult of the Appraiser telemetry run. -## Microsoft.Windows.Appraiser.General.WmdrmAdd events +### Microsoft.Windows.Appraiser.General.WmdrmAdd 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: +The following fields are available: - **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. @@ -2156,63 +2012,55 @@ The following fields are available in this event: - **BlockingApplication** Same as NeedsDismissAction -## Microsoft.Windows.Appraiser.General.WmdrmRemove events +### Microsoft.Windows.Appraiser.General.WmdrmRemove 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: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Appraiser.General.WmdrmStartSync events +### Microsoft.Windows.Appraiser.General.WmdrmStartSync This event indicates that a new set of WmdrmAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **AppraiserVersion** The version of the Appraiser file that is generating the events. -## Microsoft.Windows.Defender.Shield.UpdateMonitorBinaryCorruptionDetected events +## Windows Defender events + +### Microsoft.Windows.Defender.Shield.UpdateMonitorBinaryCorruptionDetected + +No content is currently available. +The following fields are available: + +- **binaryName** No content is currently available. - - -The following fields are available in this event: - -- **binaryName** - - -## Microsoft.Windows.Defender.Shield.UpdateMonitorServiceDisabledDetected events +### Microsoft.Windows.Defender.Shield.UpdateMonitorServiceDisabledDetected This event sends information about Windows Update services that have been disabled. - - -The following fields are available in this event: +The following fields are available: - **serviceName** The name of the disabled service. -## Microsoft.Windows.Defender.Shield.UpdateMonitorTaskDisabledDetected events +### Microsoft.Windows.Defender.Shield.UpdateMonitorTaskDisabledDetected This event sends information about Windows Update scheduled tasks that have been disabled. - - -The following fields are available in this event: +The following fields are available: - **taskPath** The path to the scheduled task. - **taskName** The name of the scheduled task. -## Microsoft.Windows.FaultReporting.AppCrashEvent events +## Fault Reporting events + +### Microsoft.Windows.FaultReporting.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. - - -The following fields are available in this event: +The following fields are available: - **ProcessId** The ID of the process that has crashed. - **ProcessCreateTime** The time of creation of the process that has crashed. @@ -2234,13 +2082,12 @@ The following fields are available in this event: - **TargetAppVer** The specific version of the application being reported - **TargetAsId** The sequence number for the hanging process. +## Hang Reporting events -## Microsoft.Windows.HangReporting.AppHangEvent events +### Microsoft.Windows.HangReporting.AppHangEvent 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. - - -The following fields are available in this event: +The following fields are available: - **AppName** The name of the app that has hung. - **TypeCode** Bitmap describing the hang type. @@ -2262,13 +2109,12 @@ The following fields are available in this event: - **TargetAppVer** The specific version of the application being reported. - **TargetAsId** The sequence number for the hanging process. +## Inventory events -## Microsoft.Windows.Inventory.Core.AmiTelCacheChecksum events +### Microsoft.Windows.Inventory.Core.AmiTelCacheChecksum 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: +The following fields are available: - **Device** A count of device objects in cache - **DeviceCensus** A count of devicecensus objects in cache @@ -2290,12 +2136,10 @@ The following fields are available in this event: - **InventoryDeviceInterface** A count of inventory device interface objects in cache. -## Microsoft.Windows.Inventory.Core.AmiTelCacheVersions events +### Microsoft.Windows.Inventory.Core.AmiTelCacheVersions This event sends inventory component versions for the Device Inventory data. - - -The following fields are available in this event: +The following fields are available: - **aeinv.dll** The version of the App inventory component. - **devinv.dll** The file version of the Device inventory component. @@ -2303,12 +2147,10 @@ The following fields are available in this event: - **devinv** The file version of the Device inventory component. -## Microsoft.Windows.Inventory.Core.DriverPackageExtendedAdd events +### Microsoft.Windows.Inventory.Core.DriverPackageExtendedAdd This event sends inventory component versions for the Device Inventory data. - - -The following fields are available in this event: +The following fields are available: - **Inf** The inf file name. - **OriginalInf** The original inf file name in the driver package. @@ -2324,22 +2166,18 @@ The following fields are available in this event: - **InventoryVersion** The version of the inventory file generating the events. -## Microsoft.Windows.Inventory.Core.DriverPackageExtendedStartSync events +### Microsoft.Windows.Inventory.Core.DriverPackageExtendedStartSync This event event indicates that a new set of DriverPackageExtendedAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **InventoryVersion** The version of the inventory file generating the events. -## Microsoft.Windows.Inventory.Core.FileSigningInfoAdd events +### Microsoft.Windows.Inventory.Core.FileSigningInfoAdd 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: +The following fields are available: - **InventoryVersion** The version of the inventory file generating the events. - **FileName** The file name of the file whose signatures are listed. @@ -2350,22 +2188,18 @@ The following fields are available in this event: - **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 +### Microsoft.Windows.Inventory.Core.FileSigningInfoStartSync This event indicates that a new set of FileSigningInfoAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **InventoryVersion** The version of the inventory file generating the events. -## Microsoft.Windows.Inventory.Core.InventoryApplicationAdd events +### Microsoft.Windows.Inventory.Core.InventoryApplicationAdd 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: +The following fields are available: - **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: @@ -2391,34 +2225,28 @@ The following fields are available in this event: - **StoreAppType** A sub-classification for the type of Windows Store app, such as UWP or Win8StoreApp. -## Microsoft.Windows.Inventory.Core.InventoryApplicationRemove events +### Microsoft.Windows.Inventory.Core.InventoryApplicationRemove This event indicates that a new set of InventoryDevicePnpAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **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 +### Microsoft.Windows.Inventory.Core.InventoryApplicationStartSync This event indicates that a new set of InventoryApplicationAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **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 +### Microsoft.Windows.Inventory.Core.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. - - -The following fields are available in this event: +The following fields are available: - **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} @@ -2439,34 +2267,28 @@ The following fields are available in this event: - **InventoryVersion** The version of the inventory file generating the events. -## Microsoft.Windows.Inventory.Core.InventoryDeviceContainerRemove events +### Microsoft.Windows.Inventory.Core.InventoryDeviceContainerRemove 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: +The following fields are available: - **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 +### Microsoft.Windows.Inventory.Core.InventoryDeviceContainerStartSync This event indicates that a new set of InventoryDeviceContainerAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **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 +### Microsoft.Windows.Inventory.Core.InventoryDeviceInterfaceAdd This event retrieves information about what sensor interfaces are available on the device. - - -The following fields are available in this event: +The following fields are available: - **InventoryVersion** The version of the inventory file generating the events. - **Accelerometer3D** Indicates if an Accelerator3D sensor is found. @@ -2489,22 +2311,18 @@ The following fields are available in this event: - **Temperature** Indicates if a Temperature sensor is found. -## Microsoft.Windows.Inventory.Core.InventoryDeviceInterfaceStartSync events +### Microsoft.Windows.Inventory.Core.InventoryDeviceInterfaceStartSync This event indicates that a new set of InventoryDeviceInterfaceAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **InventoryVersion** The version of the inventory file generating the events. -## Microsoft.Windows.Inventory.Core.InventoryDeviceMediaClassAdd events +### Microsoft.Windows.Inventory.Core.InventoryDeviceMediaClassAdd 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: +The following fields are available: - **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 @@ -2515,34 +2333,28 @@ The following fields are available in this event: - **Audio_RenderDriver** The Audio device render driver endpoint. -## Microsoft.Windows.Inventory.Core.InventoryDeviceMediaClassRemove events +### Microsoft.Windows.Inventory.Core.InventoryDeviceMediaClassRemove This event indicates that the InventoryDeviceMediaClass object represented by the objectInstanceId is no longer present. - - -The following fields are available in this event: +The following fields are available: - **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 +### Microsoft.Windows.Inventory.Core.InventoryDeviceMediaClassStartSync This event indicates that a new set of InventoryDeviceMediaClassSAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **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 +### Microsoft.Windows.Inventory.Core.InventoryDevicePnpAdd 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: +The following fields are available: - **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 @@ -2573,36 +2385,31 @@ The following fields are available in this event: - **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. +- **ProblemCode** The current error code for the device. -## Microsoft.Windows.Inventory.Core.InventoryDevicePnpRemove events +### Microsoft.Windows.Inventory.Core.InventoryDevicePnpRemove 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: +The following fields are available: - **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 +### Microsoft.Windows.Inventory.Core.InventoryDevicePnpStartSync This event indicates that a new set of InventoryDevicePnpAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **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 +### Microsoft.Windows.Inventory.Core.InventoryDriverBinaryAdd 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: +The following fields are available: - **DriverName** Driver file name. Example: 1394ohci.sys - **Inf** INF file name (the name could be renamed by OS, such as oemXX.inf) @@ -2625,34 +2432,28 @@ The following fields are available in this event: - **InventoryVersion** The version of the inventory file generating the events. -## Microsoft.Windows.Inventory.Core.InventoryDriverBinaryRemove events +### Microsoft.Windows.Inventory.Core.InventoryDriverBinaryRemove 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: +The following fields are available: - **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 +### Microsoft.Windows.Inventory.Core.InventoryDriverBinaryStartSync This event indicates that a new set of InventoryDriverBinaryAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **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 +### Microsoft.Windows.Inventory.Core.InventoryDriverPackageAdd 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: +The following fields are available: - **Inf** Same as InfPath in InventoryDevicePnp. Example: oem9.inf - **ClassGuid** Same as in InventoryDevicePnp. Example: {4d36e979-e325-11ce-bfc1-08002be10318} @@ -2667,109 +2468,92 @@ The following fields are available in this event: - **InventoryVersion** The version of the inventory file generating the events. -## Microsoft.Windows.Inventory.Core.InventoryDriverPackageRemove events +### Microsoft.Windows.Inventory.Core.InventoryDriverPackageRemove 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: +The following fields are available: - **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 +### Microsoft.Windows.Inventory.Core.InventoryDriverPackageStartSync This event indicates that a new set of InventoryDriverPackageAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **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 +### Microsoft.Windows.Inventory.Indicators.Checksum 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: +The following fields are available: - **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 +### Microsoft.Windows.Inventory.Indicators.InventoryMiscellaneousUexIndicatorAdd 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: +The following fields are available: - **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 +### Microsoft.Windows.Inventory.Indicators.InventoryMiscellaneousUexIndicatorRemove 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: +The following fields are available: - **PartB_Ms.Device.DeviceInventoryChange** This field is replaced with the following fields: syncId, objectInstanceId, objectType, Action, and InventoryId. -## Microsoft.Windows.Inventory.Indicators.InventoryMiscellaneousUexIndicatorStartSync events +### Microsoft.Windows.Inventory.Indicators.InventoryMiscellaneousUexIndicatorStartSync This event indicates that a new set of InventoryMiscellaneousUexIndicatorAdd events will be sent. - - -The following fields are available in this event: +The following fields are available: - **PartB_Ms.Device.DeviceInventoryChange** This field is replaced with the following fields: syncId, objectInstanceId, objectType, Action, and InventoryId. +## WinLogon events -## Microsoft.Windows.Security.Winlogon.SetupCompleteLogon events +### Microsoft.Windows.Security.Winlogon.SetupCompleteLogon This event signals the completion of the setup process. It happens only once during the first logon. +## Shared PC events - - -## Microsoft.Windows.SharedPC.AccountManager.DeleteUserAccount events +### Microsoft.Windows.SharedPC.AccountManager.DeleteUserAccount 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: +The following fields are available: - **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 +### Microsoft.Windows.SharedPC.AccountManager.SinglePolicyEvaluation 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: +The following fields are available: - **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 +## Windows Store events -## Microsoft.Windows.StoreAgent.Telemetry.AbortedInstallation events +### Microsoft.Windows.StoreAgent.Telemetry.AbortedInstallation 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: +The following fields are available: - **PFN** Product Family Name of the product being installed - **ClientAppId** The client App ID that initiated this action. @@ -2794,26 +2578,20 @@ The following fields are available in this event: - **AggregatedPackageFullNames** Includes a set of package full names for each app that is part of an atomic set. -## Microsoft.Windows.StoreAgent.Telemetry.BeginGetInstalledContentIds events +### Microsoft.Windows.StoreAgent.Telemetry.BeginGetInstalledContentIds 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 +### Microsoft.Windows.StoreAgent.Telemetry.BeginUpdateMetadataPrepare 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 +### Microsoft.Windows.StoreAgent.Telemetry.CancelInstallation 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: +The following fields are available: - **IsInteractive** Flag indicating if this an interactive install. - **AttemptNumber** Count of the attempt to cancel @@ -2839,12 +2617,10 @@ The following fields are available in this event: - **AggregatedPackageFullNames** Includes a set of package full names for each app that is part of an atomic set. -## Microsoft.Windows.StoreAgent.Telemetry.CompleteInstallOperationRequest events +### Microsoft.Windows.StoreAgent.Telemetry.CompleteInstallOperationRequest 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: +The following fields are available: - **IsBundle** Flag indicating if this item is a bundle. - **ProductId** Product ID of the item being installed. @@ -2854,12 +2630,10 @@ The following fields are available in this event: - **HResult** HResult code of the action being performed. -## Microsoft.Windows.StoreAgent.Telemetry.EndAcquireLicense events +### Microsoft.Windows.StoreAgent.Telemetry.EndAcquireLicense This event sends data indicating that aquiring the license during software acquisition is complete. - - -The following fields are available in this event: +The following fields are available: - **PFN** Product Family Name of the product being installed. - **HResult** HResult code to show the result of the operation (success/failure). @@ -2885,12 +2659,10 @@ The following fields are available in this event: - **AggregatedPackageFullNames** Includes a set of package full names for each app that is part of an atomic set. -## Microsoft.Windows.StoreAgent.Telemetry.EndDownload events +### Microsoft.Windows.StoreAgent.Telemetry.EndDownload 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: +The following fields are available: - **PFN** The Product Full Name. - **IsRemediation** Flag indicating if the item was repaired. @@ -2917,32 +2689,26 @@ The following fields are available in this event: - **AggregatedPackageFullNames** Includes a set of package full names for each app that is part of an atomic set. -## Microsoft.Windows.StoreAgent.Telemetry.EndFrameworkUpdate events +### Microsoft.Windows.StoreAgent.Telemetry.EndFrameworkUpdate 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: +The following fields are available: - **HResult** HResult error code returned from this method. -## Microsoft.Windows.StoreAgent.Telemetry.EndGetInstalledContentIds events +### Microsoft.Windows.StoreAgent.Telemetry.EndGetInstalledContentIds 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: +The following fields are available: - **HResult** Resulting HResult from the method. -## Microsoft.Windows.StoreAgent.Telemetry.EndInstall events +### Microsoft.Windows.StoreAgent.Telemetry.EndInstall 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: +The following fields are available: - **BundleId** Bundle ID (if this product is a bundle) - **PFN** Product Family Name of the product being installed. @@ -2968,12 +2734,10 @@ The following fields are available in this event: - **AggregatedPackageFullNames** Includes a set of package full names for each app that is part of an atomic set. -## Microsoft.Windows.StoreAgent.Telemetry.EndScanForUpdates events +### Microsoft.Windows.StoreAgent.Telemetry.EndScanForUpdates 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: +The following fields are available: - **HResult** The result code of the last action performed. - **Query** Unused. @@ -2983,12 +2747,10 @@ The following fields are available in this event: - **IsOnline** Flag indicating if it wasan online check (always true). -## Microsoft.Windows.StoreAgent.Telemetry.EndSearchUpdatePackages events +### Microsoft.Windows.StoreAgent.Telemetry.EndSearchUpdatePackages 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: +The following fields are available: - **IsWin32** Flag indicating if this a Win32 app (unused). - **IsRemediation** Flag indicating if this a remediation install. @@ -3013,12 +2775,10 @@ The following fields are available in this event: - **AggregatedPackageFullNames** Includes a set of package full names for each app that is part of an atomic set. -## Microsoft.Windows.StoreAgent.Telemetry.EndStageUserData events +### Microsoft.Windows.StoreAgent.Telemetry.EndStageUserData 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: +The following fields are available: - **IsInteractive** Flag indicating if this was a result of user interaction. - **PFN** The Product Full Name. @@ -3042,22 +2802,18 @@ The following fields are available in this event: - **AggregatedPackageFullNames** Includes a set of package full names for each app that is part of an atomic set. -## Microsoft.Windows.StoreAgent.Telemetry.EndUpdateMetadataPrepare events +### Microsoft.Windows.StoreAgent.Telemetry.EndUpdateMetadataPrepare 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: +The following fields are available: - **HResult** The result code of the last action performed. -## Microsoft.Windows.StoreAgent.Telemetry.InstallOperationRequest events +### Microsoft.Windows.StoreAgent.Telemetry.InstallOperationRequest 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: +The following fields are available: - **CatalogId** The catalog ID of the item. - **BundleId** The bundle ID of the item. @@ -3066,12 +2822,10 @@ The following fields are available in this event: - **VolumePath** The disk path of the installation. -## Microsoft.Windows.StoreAgent.Telemetry.PauseInstallation events +### Microsoft.Windows.StoreAgent.Telemetry.PauseInstallation 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: +The following fields are available: - **RelatedCV** Correlation Vector of a previous performed action on this product. - **IsRemediation** Flag indicating if this a remediation install. @@ -3097,12 +2851,10 @@ The following fields are available in this event: - **AggregatedPackageFullNames** Includes a set of package full names for each app that is part of an atomic set. -## Microsoft.Windows.StoreAgent.Telemetry.ResumeInstallation events +### Microsoft.Windows.StoreAgent.Telemetry.ResumeInstallation 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: +The following fields are available: - **RelatedCV** Correlation Vector for the original install before it was resumed. - **AttemptNumber** Number of retry attempts before it was cancelled. @@ -3130,44 +2882,37 @@ The following fields are available in this event: - **HResult** Return code of the operation. -## Microsoft.Windows.StoreAgent.Telemetry.ResumeOperationRequest events +### Microsoft.Windows.StoreAgent.Telemetry.ResumeOperationRequest 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: +The following fields are available: - **ProductId** The product ID of the app being resumed. -## Microsoft.Windows.StoreAgent.Telemetry.SearchForUpdateOperationRequest events +### Microsoft.Windows.StoreAgent.Telemetry.SearchForUpdateOperationRequest 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: +The following fields are available: - **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 +### Microsoft.Windows.StoreAgent.Telemetry.UpdateAppOperationRequest 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: +The following fields are available: - **PFamN** Product Family Name of the app being updated. +## Windows Update events -## Microsoft.Windows.Update.DataMigrationFramework.DmfMigrationCompleted events +### Microsoft.Windows.Update.DataMigrationFramework.DmfMigrationCompleted 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: +The following fields are available: - **MigrationEndtime** A system timestamp of when the DMF migration completed. - **UpdateIds** A collection of GUIDs for updates that are associated with the DMF session. @@ -3176,12 +2921,10 @@ The following fields are available in this event: - **RevisionNumbers** A collection of revision numbers for the updates associated with the DMF session. -## Microsoft.Windows.Update.DataMigrationFramework.DmfMigrationStarted events +### Microsoft.Windows.Update.DataMigrationFramework.DmfMigrationStarted 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: +The following fields are available: - **UpdateIds** A collection of GUIDs identifying the upgrades that are running. - **MigrationStarttime** The timestamp representing the beginning of the DMF migration. @@ -3191,12 +2934,10 @@ The following fields are available in this event: - **RevisionNumbers** A collection of the revision numbers associated with the UpdateIds. -## Microsoft.Windows.Update.DataMigrationFramework.MigratorResult events +### Microsoft.Windows.Update.DataMigrationFramework.MigratorResult This event sends DMF migrator data to help keep Windows up to date. - - -The following fields are available in this event: +The following fields are available: - **MigratorGuid** A GUID identifying the migrator that just completed. - **RunDurationInSeconds** The time it took for the migrator to complete. @@ -3207,12 +2948,10 @@ The following fields are available in this event: - **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 +### Microsoft.Windows.Update.Orchestrator.Detection 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: +The following fields are available: - **wuDeviceid** Unique device ID used by Windows Update. - **revisionNumber** Update revision number. @@ -3227,12 +2966,10 @@ The following fields are available in this event: - **errorCode** The returned error code. -## Microsoft.Windows.Update.Orchestrator.Download events +### Microsoft.Windows.Update.Orchestrator.Download 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: +The following fields are available: - **detectionDeferreason** Reason for download not completing - **wuDeviceid** Unique device ID used by Windows Update. @@ -3246,12 +2983,10 @@ The following fields are available in this event: - **updateScenarioType** The update session type. -## Microsoft.Windows.Update.Orchestrator.FlightInapplicable events +### Microsoft.Windows.Update.Orchestrator.FlightInapplicable 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: +The following fields are available: - **updateId** Unique Update ID - **revisionNumber** Revision Number of the Update @@ -3262,12 +2997,10 @@ The following fields are available in this event: - **updateScenarioType** The update session type. -## Microsoft.Windows.Update.Orchestrator.InitiatingReboot events +### Microsoft.Windows.Update.Orchestrator.InitiatingReboot 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: +The following fields are available: - **revisionNumber** Revision number of the update. - **EventPublishedTime** Time of the event. @@ -3280,12 +3013,10 @@ The following fields are available in this event: - **updateScenarioType** The update session type. -## Microsoft.Windows.Update.Orchestrator.Install events +### Microsoft.Windows.Update.Orchestrator.Install 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: +The following fields are available: - **eventScenario** End to end update session ID. - **deferReason** Reason for install not completing. @@ -3306,12 +3037,10 @@ The following fields are available in this event: - **updateScenarioType** The update session type. -## Microsoft.Windows.Update.Orchestrator.PostInstall events +### Microsoft.Windows.Update.Orchestrator.PostInstall 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: +The following fields are available: - **wuDeviceid** Unique device ID used by Windows Update. - **eventScenario** End to end update session ID. @@ -3323,12 +3052,10 @@ The following fields are available in this event: - **flightID** Unique update ID. -## Microsoft.Windows.Update.Orchestrator.RebootFailed events +### Microsoft.Windows.Update.Orchestrator.RebootFailed 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: +The following fields are available: - **updateId** Update ID. - **batteryLevel** Current battery capacity in mWh or percentage left. @@ -3344,36 +3071,10 @@ The following fields are available in this event: - **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 +### Microsoft.Windows.Update.Orchestrator.RestoreRebootTask 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: +The following fields are available: - **RebootTaskRestoredTime** Time at which this reboot task was restored. - **wuDeviceid** Device id on which the reboot is restored @@ -3381,12 +3082,10 @@ The following fields are available in this event: - **updateId** Update ID. -## Microsoft.Windows.Update.Orchestrator.SystemNeeded events +### Microsoft.Windows.Update.Orchestrator.SystemNeeded 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: +The following fields are available: - **eventScenario** End to end update session ID. - **wuDeviceid** Unique device ID used by Windows Update. @@ -3398,12 +3097,10 @@ The following fields are available in this event: - **updateScenarioType** The update session type. -## Microsoft.Windows.Update.Orchestrator.UpdatePolicyCacheRefresh events +### Microsoft.Windows.Update.Orchestrator.UpdatePolicyCacheRefresh 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: +The following fields are available: - **wuDeviceid** Unique device ID used by Windows Update. - **policyCacherefreshtime** Refresh time @@ -3412,12 +3109,10 @@ The following fields are available in this event: - **configuredPoliciescount** Policy Count -## Microsoft.Windows.Update.Orchestrator.UpdateRebootRequired events +### Microsoft.Windows.Update.Orchestrator.UpdateRebootRequired 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: +The following fields are available: - **updateId** Update ID. - **revisionNumber** Update revision number. @@ -3428,26 +3123,10 @@ The following fields are available in this event: - **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 +### Microsoft.Windows.Update.Ux.MusNotification.RebootScheduled 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: +The following fields are available: - **updateId** Update ID of the update that is getting installed with this reboot. - **ScheduledRebootTime** Time of the scheduled reboot. @@ -3461,19 +3140,16 @@ The following fields are available in this event: - **rebootState** The state of the reboot. -## Microsoft.Windows.Upgrade.Uninstall.UninstallGoBackButtonClicked events +### Microsoft.Windows.Upgrade.Uninstall.UninstallGoBackButtonClicked 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. +## Windows Error Reporting events - - -## Microsoft.Windows.WERVertical.OSCrash events +### Microsoft.Windows.WERVertical.OSCrash 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: +The following fields are available: - **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. @@ -3486,13 +3162,12 @@ The following fields are available in this event: - **DumpFileSize** Size of the dump file - **DumpFileAttributes** Codes that identify the type of data contained in the dump file +## Upgrade events -## Setup360Telemetry.Downlevel events +### 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. - - -The following fields are available in this event: +The following fields are available: - **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 @@ -3509,12 +3184,10 @@ The following fields are available in this event: - **SetupVersionBuildNumber** Build number of Setup360 (build number of target OS). -## Setup360Telemetry.Finalize events +### Setup360Telemetry.Finalize 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: +The following fields are available: - **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 @@ -3531,12 +3204,10 @@ The following fields are available in this event: - **SetupVersionBuildNumber** Build number of Setup360 (build number of target OS). -## Setup360Telemetry.OsUninstall events +### Setup360Telemetry.OsUninstall 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: +The following fields are available: - **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. @@ -3553,12 +3224,10 @@ The following fields are available in this event: - **SetupVersionBuildNumber** Build number of Setup360 (build number of target OS). -## Setup360Telemetry.PostRebootInstall events +### 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. - - -The following fields are available in this event: +The following fields are available: - **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 @@ -3575,12 +3244,10 @@ The following fields are available in this event: - **SetupVersionBuildNumber** Build number of Setup360 (build number of target OS). -## Setup360Telemetry.PreDownloadQuiet events +### Setup360Telemetry.PreDownloadQuiet 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: +The following fields are available: - **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 @@ -3597,12 +3264,10 @@ The following fields are available in this event: - **SetupVersionBuildNumber** Build number of Setup360 (build number of target OS). -## Setup360Telemetry.PreDownloadUX events +### Setup360Telemetry.PreDownloadUX 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: +The following fields are available: - **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. @@ -3619,12 +3284,10 @@ The following fields are available in this event: - **SetupVersionBuildNumber** Build number of Setup360 (build number of target OS). -## Setup360Telemetry.PreInstallQuiet events +### Setup360Telemetry.PreInstallQuiet 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: +The following fields are available: - **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 @@ -3641,12 +3304,10 @@ The following fields are available in this event: - **SetupVersionBuildNumber** Build number of Setup360 (build number of target OS). -## Setup360Telemetry.PreInstallUX events +### Setup360Telemetry.PreInstallUX 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: +The following fields are available: - **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. @@ -3663,12 +3324,10 @@ The following fields are available in this event: - **SetupVersionBuildNumber** Build number of Setup360 (build number of target OS). -## Setup360Telemetry.Setup360 events +### Setup360Telemetry.Setup360 This event sends data about OS deployment scenarios, to help keep Windows up to date. - - -The following fields are available in this event: +The following fields are available: - **InstanceId** Retrieves a unique identifier for each instance of a setup session - **ReportId** Retrieves the report ID @@ -3679,12 +3338,10 @@ The following fields are available in this event: - **ClientId** Retrieves the upgrade ID: Upgrades via WU - specifies the WU clientID. All other deployment - static string. -## Setup360Telemetry.UnexpectedEvent events +### Setup360Telemetry.UnexpectedEvent 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: +The following fields are available: - **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 @@ -3701,12 +3358,12 @@ The following fields are available in this event: - **SetupVersionBuildNumber** Build number of Setup360 (build number of target OS). -## SetupPlatformTel.SetupPlatformTelActivityEvent events +## Setup events + +### SetupPlatformTel.SetupPlatformTelActivityEvent 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: +The following fields are available: - **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. @@ -3715,41 +3372,34 @@ The following fields are available in this event: - **ActivityName** Provides a friendly name of the package type that belongs to the ActivityId (Setup, LanguagePack, GDR, Driver, etc.) -## SetupPlatformTel.SetupPlatformTelActivityStarted events +### SetupPlatformTel.SetupPlatformTelActivityStarted 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: +The following fields are available: - **Name** The name of the dynamic update type. Example: GDR driver -## SetupPlatformTel.SetupPlatformTelActivityStopped events +### SetupPlatformTel.SetupPlatformTelActivityStopped This event sends basic metadata about the update installation process generated by SetupPlatform to help keep Windows up to date. - - -## SetupPlatformTel.SetupPlatformTelEvent events +### SetupPlatformTel.SetupPlatformTelEvent This service retrieves events generated by SetupPlatform, the engine that drives the various deployment scenarios. - - -The following fields are available in this event: +The following fields are available: - **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. +## Software update events -## SoftwareUpdateClientTelemetry.CheckForUpdates events +### SoftwareUpdateClientTelemetry.CheckForUpdates 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: +The following fields are available: - **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. @@ -3826,12 +3476,10 @@ The following fields are available in this event: - **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 +### SoftwareUpdateClientTelemetry.Commit 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: +The following fields are available: - **EventScenario** State of call - **EventInstanceID** A globally unique identifier for event instance. @@ -3857,12 +3505,10 @@ The following fields are available in this event: - **CallerApplicationName** The name provided by the caller who initiated API calls into the software distribution client -## SoftwareUpdateClientTelemetry.Download events +### SoftwareUpdateClientTelemetry.Download 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: +The following fields are available: - **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. @@ -3942,12 +3588,10 @@ The following fields are available in this event: - **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 +### SoftwareUpdateClientTelemetry.Install 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: +The following fields are available: - **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. @@ -4023,12 +3667,10 @@ The following fields are available in this event: - **MergedUpdate** Indicates whether an OS update and a BSP update were merged for install. -## SoftwareUpdateClientTelemetry.SLSDiscovery events +### SoftwareUpdateClientTelemetry.SLSDiscovery 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: +The following fields are available: - **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 @@ -4040,12 +3682,10 @@ The following fields are available in this event: - **NextExpirationTime** Indicates when the SLS cab expires -## SoftwareUpdateClientTelemetry.UpdateDetected events +### SoftwareUpdateClientTelemetry.UpdateDetected 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: +The following fields are available: - **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 @@ -4087,41 +3727,38 @@ The following fields are available in this event: - **IntentPFNs** Intended application-set metadata for atomic update scenarios. -## SoftwareUpdateClientTelemetry.UpdateMetadataIntegrity events +### SoftwareUpdateClientTelemetry.UpdateMetadataIntegrity +This event identifies whether updates have been tampered with and protects against man-in-the-middle attacks. +The following fields are available: +- **EventScenario** The purpose of this event, such as scan started, scan succeeded, or scan failed. +- **ServiceGuid** Identifies the service to which the software distribution client is connected, Example: Windows Update or Windows Store +- **MetadataIntegrityMode** The mode of the transport metadata integrity check. 0 = unknown; 1 = ignore; 2 = audit; 3 = enforce +- **StatusCode** The status code of the event. +- **ExtendedStatusCode** The secondary status code of the event. +- **RevisionId** The revision ID for a specific piece of content. +- **UpdateId** The update ID for a specific piece of content. +- **RevisionNumber** The revision number for a specific piece of content. +- **TimestampTokenId** The time this was created. It is encoded in a timestamp blob and will be zero if the token is malformed. +- **LeafCertId** Integral ID from the FragmentSigning data for certificate that failed. +- **SHA256OfLeafCertPublicKey** A base64 encoding of the hash of the Base64CertData in the FragmentSigning data of the leaf certificate. +- **MetadataSignature** A base64-encoded string of the signature associated with the update metadata (specified by revision ID). +- **SignatureAlgorithm** The hash algorithm for the metadata signature. +- **SHA256OfTimestampToken** A base64-encoded string of hash of the timestamp token blob. +- **ValidityWindowInDays** The validity window that's in effect when verifying the timestamp. +- **TimestampTokenCertThumbprint** The thumbprint of the encoded timestamp token. +- **RawMode** The raw unparsed mode string from the SLS response. This field is null if not applicable. +- **RawValidityWindowInDays** The raw unparsed validity window string in days of the timestamp token. This field is null if not applicable. +- **SHA256OfLeafCerData** A base64 encoding of the hash for the Base64CerData in the FragmentSigning data of the leaf certificate. +- **ListOfSHA256OfIntermediateCerData** A semicolon delimited list of base64 encoding of hashes for the Base64CerData in the FragmentSigning data of an intermediate certificate. +## Windows Telemetry 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 +### 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. - - -The following fields are available in this event: +The following fields are available: - **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. @@ -4136,12 +3773,10 @@ The following fields are available in this event: - **PreviousPermissions** Bitmask representing the previously configured permissions since the telemetry opt-in level was last changed. -## TelClientSynthetic.AuthorizationInfo_Startup events +### 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. - - -The following fields are available in this event: +The following fields are available: - **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. @@ -4156,12 +3791,10 @@ The following fields are available in this event: - **PreviousPermissions** Bitmask representing the previously configured permissions since the telemetry client was last started. -## TelClientSynthetic.ConnectivityHeartBeat_0 events +### 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. - - -The following fields are available in this event: +The following fields are available: - **CensusExitCode** Returns last execution codes from census client run. - **CensusStartTime** Returns timestamp corresponding to last successful census run. @@ -4173,12 +3806,10 @@ The following fields are available in this event: - **LastConntectivityLossTime** Retrieves the last time the device lost free network. -## TelClientSynthetic.HeartBeat_5 events +### 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. - - -The following fields are available in this event: +The following fields are available: - **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. @@ -4216,13 +3847,12 @@ The following fields are available in this event: - **CensusExitCode** The last exit code of the Census task. - **CensusStartTime** The time of the last Census run. +## Update events -## Update360Telemetry.UpdateAgent_DownloadRequest events +### Update360Telemetry.UpdateAgent_DownloadRequest This event sends data during the download request phase of updating Windows. - - -The following fields are available in this event: +The following fields are available: - **ErrorCode** The error code returned for the current download request phase. - **PackageCountTotal** Total number of packages needed. @@ -4245,12 +3875,10 @@ The following fields are available in this event: - **DeletedCorruptFiles** Indicates if UpdateAgent found any corrupt payload files and whether the payload was deleted. -## Update360Telemetry.UpdateAgent_Initialize events +### Update360Telemetry.UpdateAgent_Initialize This event sends data during the initialize phase of updating Windows. - - -The following fields are available in this event: +The following fields are available: - **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). @@ -4264,12 +3892,10 @@ The following fields are available in this event: - **Result** Result of the initialize phase of update. 0 = Succeeded, 1 = Failed, 2 = Cancelled, 3 = Blocked, 4 = BlockCancelled -## Update360Telemetry.UpdateAgent_Install events +### Update360Telemetry.UpdateAgent_Install This event sends data during the install phase of updating Windows. - - -The following fields are available in this event: +The following fields are available: - **ErrorCode** The error code returned for the current install phase. - **ObjectId** Unique value for each Update Agent mode. @@ -4281,12 +3907,10 @@ The following fields are available in this event: - **UpdateId** Unique ID for each update. -## Update360Telemetry.UpdateAgent_ModeStart events +### Update360Telemetry.UpdateAgent_ModeStart This event sends data for the start of each mode during the process of updating Windows. - - -The following fields are available in this event: +The following fields are available: - **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. @@ -4297,12 +3921,10 @@ The following fields are available in this event: - **UpdateId** Unique ID for each update. -## Update360Telemetry.UpdateAgent_SetupBoxLaunch events +### Update360Telemetry.UpdateAgent_SetupBoxLaunch This event sends data during the launching of the setup box when updating Windows. - - -The following fields are available in this event: +The following fields are available: - **Quiet** Indicates whether setup is running in quiet mode. 0 = false 1 = true - **ObjectId** Unique value for each Update Agent mode.