mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-18 16:27:22 +00:00
final update
This commit is contained in:
parent
6927b2efb5
commit
9a8dffe2c9
@ -14572,9 +14572,9 @@
|
||||
"redirect_document_id": true
|
||||
},
|
||||
{
|
||||
"source_path": "windows/privacy/basic-level-windows-diagnostic-events-and-fields.md",
|
||||
"redirect_url": "https://docs.microsoft.com/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1903",
|
||||
"redirect_document_id": true
|
||||
"source_path": "windows/privacy/basic-level-windows-diagnostic-events-and-fields.md",
|
||||
"redirect_url": "https://docs.microsoft.com/windows/privacy/required-windows-diagnostic-events-and-fields-2005",
|
||||
"redirect_document_id": true
|
||||
},
|
||||
{
|
||||
"source_path": "windows/configuration/basic-level-windows-diagnostic-events-and-fields-1703.md",
|
||||
|
@ -8,7 +8,7 @@
|
||||
### [Diagnostic Data Viewer Overview](diagnostic-data-viewer-overview.md)
|
||||
### [Diagnostic Data Viewer for PowerShell Overview](Microsoft-DiagnosticDataViewer.md)
|
||||
## Basic level Windows diagnostic data events and fields
|
||||
### [Windows 10, version 2005 Windows diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields-2005.md)
|
||||
### [Windows 10, version 2005 Windows diagnostic events and fields](required-windows-diagnostic-data-events-and-fields-2005.md)
|
||||
### [Windows 10, version 1903 and Windows 10, version 1909 basic level Windows diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields-1903.md)
|
||||
### [Windows 10, version 1809 basic level Windows diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields-1809.md)
|
||||
### [Windows 10, version 1803 basic level Windows diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields-1803.md)
|
||||
|
@ -2502,7 +2502,7 @@ The following fields are available:
|
||||
- **Enumerator** Identifies the bus that enumerated the device.
|
||||
- **HWID** A list of hardware IDs for the device.
|
||||
- **Inf** The name of the INF file (possibly renamed by the OS, such as oemXX.inf).
|
||||
- **InstallState** The device installation state. For a list of values, see: https://msdn.microsoft.com/en-us/library/windows/hardware/ff543130.aspx
|
||||
- **InstallState** The device installation state. For a list of values, see: https://msdn.microsoft.com/library/windows/hardware/ff543130.aspx
|
||||
- **InventoryVersion** The version number of the inventory process generating the events.
|
||||
- **LowerClassFilters** The identifiers of the Lower Class filters installed for the device.
|
||||
- **LowerFilters** The identifiers of the Lower filters installed for the device.
|
||||
|
@ -3464,7 +3464,7 @@ The following fields are available:
|
||||
- **Enumerator** Identifies the bus that enumerated the device.
|
||||
- **HWID** A list of hardware IDs for the device.
|
||||
- **Inf** The name of the INF file (possibly renamed by the OS, such as oemXX.inf).
|
||||
- **InstallState** The device installation state. For a list of values, see: https://msdn.microsoft.com/en-us/library/windows/hardware/ff543130.aspx
|
||||
- **InstallState** The device installation state. For a list of values, see: https://msdn.microsoft.com/library/windows/hardware/ff543130.aspx
|
||||
- **InventoryVersion** The version number of the inventory process generating the events.
|
||||
- **LowerClassFilters** The identifiers of the Lower Class filters installed for the device.
|
||||
- **LowerFilters** The identifiers of the Lower filters installed for the device.
|
||||
|
@ -3701,7 +3701,7 @@ The following fields are available:
|
||||
- **HWID** The version of the driver loaded for the device.
|
||||
- **Inf** The bus that enumerated the device.
|
||||
- **InstallDate** The date of the most recent installation of the device on the machine.
|
||||
- **InstallState** The device installation state. One of these values: https://msdn.microsoft.com/en-us/library/windows/hardware/ff543130.aspx
|
||||
- **InstallState** The device installation state. One of these values: https://msdn.microsoft.com/library/windows/hardware/ff543130.aspx
|
||||
- **InventoryVersion** List of hardware ids for the device.
|
||||
- **LowerClassFilters** Lower filter class drivers IDs installed for the device
|
||||
- **LowerFilters** Lower filter drivers IDs installed for the device
|
||||
|
@ -365,6 +365,17 @@ The following fields are available:
|
||||
- **objectType** Indicates the object type that the event applies to.
|
||||
- **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.
|
||||
|
||||
## Component-based Servicing events
|
||||
|
||||
### Microsoft.Windows.CbsLite.CbsLiteResetBegin
|
||||
|
||||
This event is fired from Update OS when re-install of the OS begins.
|
||||
|
||||
The following fields are available:
|
||||
|
||||
- **cbsLiteSessionID** An ID to associate other Cbs events related to this reset session.
|
||||
- **resetFlags** A flag containing the detail of which reset scenarios was executed.
|
||||
- **wipeDuration** The time taken to purge the system volume and format data volume.
|
||||
|
||||
## DISM events
|
||||
|
||||
@ -524,13 +535,36 @@ The following fields are available:
|
||||
- **PreviousExecutionState** Windows Mixed Reality Portal app prior execution state.
|
||||
- **wilActivity** Windows Mixed Reality Portal app wilActivity ID. See [wilActivity](#wilactivity).
|
||||
|
||||
### wilActivity
|
||||
|
||||
This event provides a Windows Internal Library context used for Product and Service diagnostics.
|
||||
|
||||
The following fields are available:
|
||||
|
||||
- **callContext** The function where the failure occurred.
|
||||
- **currentContextId** The ID of the current call context where the failure occurred.
|
||||
- **currentContextMessage** The message of the current call context where the failure occurred.
|
||||
- **currentContextName** The name of the current call context where the failure occurred.
|
||||
- **failureCount** The number of failures for this failure ID.
|
||||
- **failureId** The ID of the failure that occurred.
|
||||
- **failureType** The type of the failure that occurred.
|
||||
- **fileName** The file name where the failure occurred.
|
||||
- **function** The function where the failure occurred.
|
||||
- **hresult** The HResult of the overall activity.
|
||||
- **lineNumber** The line number where the failure occurred.
|
||||
- **message** The message of the failure that occurred.
|
||||
- **module** The module where the failure occurred.
|
||||
- **originatingContextId** The ID of the originating call context that resulted in the failure.
|
||||
- **originatingContextMessage** The message of the originating call context that resulted in the failure.
|
||||
- **originatingContextName** The name of the originating call context that resulted in the failure.
|
||||
- **threadId** The ID of the thread on which the activity is executing.
|
||||
|
||||
|
||||
### Microsoft.Windows.Shell.HolographicFirstRun.AppLifecycleService_Resuming
|
||||
|
||||
This event indicates Windows Mixed Reality Portal app resuming. This event is also used to count WMR device.
|
||||
|
||||
|
||||
|
||||
## Inventory events
|
||||
|
||||
### Microsoft.Windows.Inventory.Core.AmiTelCacheChecksum
|
||||
@ -986,19 +1020,6 @@ The following fields are available:
|
||||
- **ResourceFileName** DLL path and name which has a failing service checksum.
|
||||
|
||||
|
||||
## Other events
|
||||
|
||||
### Microsoft.Windows.CbsLite.CbsLiteResetBegin
|
||||
|
||||
This event is fired from Update OS when re-install of the OS begins.
|
||||
|
||||
The following fields are available:
|
||||
|
||||
- **cbsLiteSessionID** An ID to associate other Cbs events related to this reset session.
|
||||
- **resetFlags** A flag containing the detail of which reset scenarios was executed.
|
||||
- **wipeDuration** The time taken to purge the system volume and format data volume.
|
||||
|
||||
|
||||
### NetworkTelemetry.AccessPointData
|
||||
|
||||
This event describes the wireless access point to which the Xbox is connected. Collected when a wireless network is joined.
|
Loading…
x
Reference in New Issue
Block a user