mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Miscellaneous updates
This commit is contained in:
parent
bc39e0013c
commit
ddff1c4e97
@ -1444,7 +1444,7 @@ The following fields are available:
|
||||
- **ServiceMachineIP** Retrieves the IP address of the KMS host used for anti-piracy.
|
||||
- **ServiceMachinePort** Retrieves the port of the KMS host used for anti-piracy.
|
||||
- **ServiceProductKeyID** Retrieves the License key of the KMS
|
||||
- **SharedPCMode** Returns Boolean for education devices used as shared cart
|
||||
- **SharedPCMode** Returns Boolean for devices that have enabled the configuration EnableSharedPCMode.
|
||||
- **Signature** Retrieves if it is a signature machine sold by Microsoft store.
|
||||
- **SLICStatus** Whether a SLIC table exists on the device.
|
||||
- **SLICVersion** Returns OS type/version from SLIC table.
|
||||
@ -2482,7 +2482,7 @@ The following fields are available:
|
||||
- **Enumerator** Identifies the bus that enumerated the device.
|
||||
- **HWID** A list of hardware IDs for the device. See [HWID](#hwid).
|
||||
- **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: [Device Install State](https://msdn.microsoft.com/library/windows/hardware/ff543130.aspx)
|
||||
- **InstallState** The device installation state. For a list of values, see: [Device Install State](/windows-hardware/drivers/ddi/wdm/ne-wdm-_device_install_state)
|
||||
- **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.
|
||||
@ -2547,7 +2547,7 @@ The following fields are available:
|
||||
- **DriverIsKernelMode** Is it a kernel mode driver?
|
||||
- **DriverName** The file name of the driver.
|
||||
- **DriverPackageStrongName** The strong name of the driver package
|
||||
- **DriverSigned** The strong name of the driver package
|
||||
- **DriverSigned** Is the driver signed?
|
||||
- **DriverTimeStamp** The low 32 bits of the time stamp of the driver file.
|
||||
- **DriverType** A bitfield of driver attributes: 1. define DRIVER_MAP_DRIVER_TYPE_PRINTER 0x0001. 2. define DRIVER_MAP_DRIVER_TYPE_KERNEL 0x0002. 3. define DRIVER_MAP_DRIVER_TYPE_USER 0x0004. 4. define DRIVER_MAP_DRIVER_IS_SIGNED 0x0008. 5. define DRIVER_MAP_DRIVER_IS_INBOX 0x0010. 6. define DRIVER_MAP_DRIVER_IS_WINQUAL 0x0040. 7. define DRIVER_MAP_DRIVER_IS_SELF_SIGNED 0x0020. 8. define DRIVER_MAP_DRIVER_IS_CI_SIGNED 0x0080. 9. define DRIVER_MAP_DRIVER_HAS_BOOT_SERVICE 0x0100. 10. define DRIVER_MAP_DRIVER_TYPE_I386 0x10000. 11. define DRIVER_MAP_DRIVER_TYPE_IA64 0x20000. 12. define DRIVER_MAP_DRIVER_TYPE_AMD64 0x40000. 13. define DRIVER_MAP_DRIVER_TYPE_ARM 0x100000. 14. define DRIVER_MAP_DRIVER_TYPE_THUMB 0x200000. 15. define DRIVER_MAP_DRIVER_TYPE_ARMNT 0x400000. 16. define DRIVER_MAP_DRIVER_IS_TIME_STAMPED 0x800000.
|
||||
- **DriverVersion** The version of the driver file.
|
||||
@ -4283,7 +4283,7 @@ The following fields are available:
|
||||
- **MsiProductCode** The unique identifier of the MSI installer.
|
||||
- **PackageFullName** The package name of the content being installed.
|
||||
- **PhonePreviewEnabled** Indicates whether a phone was getting preview build, prior to flighting being introduced.
|
||||
- **PlatformRole** The PowerPlatformRole as defined on MSDN.
|
||||
- **PlatformRole** The PowerPlatformRole.
|
||||
- **ProcessName** The process name of the caller who initiated API calls, in the event where CallerApplicationName was not provided.
|
||||
- **ProcessorArchitecture** Processor architecture of the system (x86, AMD64, ARM).
|
||||
- **QualityUpdatePause** Are quality OS updates paused on the device?
|
||||
|
@ -1375,7 +1375,7 @@ The following fields are available:
|
||||
- **IsMDMEnrolled** Whether the device has been MDM Enrolled or not.
|
||||
- **MPNId** Returns the Partner ID/MPN ID from Regkey. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\DeployID
|
||||
- **SCCMClientId** This ID correlate systems that send data to Compat Analytics (OMS) and other OMS based systems with systems in an enterprise Configuration Manager environment.
|
||||
- **ServerFeatures** Represents the features installed on a Windows Server. This can be used by developers and administrators who need to automate the process of determining the features installed on a set of server computers.
|
||||
- **ServerFeatures** Represents the features installed on a Windows Server. This can be used by developers and administrators who need to automate the process of determining the features installed on a set of server computers.
|
||||
- **SystemCenterID** The Configuration Manager ID is an anonymized one-way hash of the Active Directory Organization identifier
|
||||
|
||||
|
||||
@ -1516,7 +1516,7 @@ The following fields are available:
|
||||
- **ServiceMachineIP** Retrieves the IP address of the KMS host used for anti-piracy.
|
||||
- **ServiceMachinePort** Retrieves the port of the KMS host used for anti-piracy.
|
||||
- **ServiceProductKeyID** Retrieves the License key of the KMS
|
||||
- **SharedPCMode** Returns Boolean for education devices used as shared cart
|
||||
- **SharedPCMode** Returns Boolean for devices that have enabled the configuration EnableSharedPCMode.
|
||||
- **Signature** Retrieves if it is a signature machine sold by Microsoft store.
|
||||
- **SLICStatus** Whether a SLIC table exists on the device.
|
||||
- **SLICVersion** Returns OS type/version from SLIC table.
|
||||
@ -2527,7 +2527,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: [Device Install State](https://msdn.microsoft.com/library/windows/hardware/ff543130.aspx)
|
||||
- **InstallState** The device installation state. For a list of values, see: [Device Install State](/windows-hardware/drivers/ddi/wdm/ne-wdm-_device_install_state)
|
||||
- **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.
|
||||
@ -2603,7 +2603,7 @@ The following fields are available:
|
||||
- **DriverIsKernelMode** Is it a kernel mode driver?
|
||||
- **DriverName** The file name of the driver.
|
||||
- **DriverPackageStrongName** The strong name of the driver package
|
||||
- **DriverSigned** The strong name of the driver package
|
||||
- **DriverSigned** Is the driver signed?
|
||||
- **DriverTimeStamp** The low 32 bits of the time stamp of the driver file.
|
||||
- **DriverType** A bitfield of driver attributes: 1. define DRIVER_MAP_DRIVER_TYPE_PRINTER 0x0001. 2. define DRIVER_MAP_DRIVER_TYPE_KERNEL 0x0002. 3. define DRIVER_MAP_DRIVER_TYPE_USER 0x0004. 4. define DRIVER_MAP_DRIVER_IS_SIGNED 0x0008. 5. define DRIVER_MAP_DRIVER_IS_INBOX 0x0010. 6. define DRIVER_MAP_DRIVER_IS_WINQUAL 0x0040. 7. define DRIVER_MAP_DRIVER_IS_SELF_SIGNED 0x0020. 8. define DRIVER_MAP_DRIVER_IS_CI_SIGNED 0x0080. 9. define DRIVER_MAP_DRIVER_HAS_BOOT_SERVICE 0x0100. 10. define DRIVER_MAP_DRIVER_TYPE_I386 0x10000. 11. define DRIVER_MAP_DRIVER_TYPE_IA64 0x20000. 12. define DRIVER_MAP_DRIVER_TYPE_AMD64 0x40000. 13. define DRIVER_MAP_DRIVER_TYPE_ARM 0x100000. 14. define DRIVER_MAP_DRIVER_TYPE_THUMB 0x200000. 15. define DRIVER_MAP_DRIVER_TYPE_ARMNT 0x400000. 16. define DRIVER_MAP_DRIVER_IS_TIME_STAMPED 0x800000.
|
||||
- **DriverVersion** The version of the driver file.
|
||||
|
@ -1432,7 +1432,7 @@ The following fields are available:
|
||||
- **IsMDMEnrolled** Whether the device has been MDM Enrolled or not.
|
||||
- **MPNId** Returns the Partner ID/MPN ID from Regkey. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\DeployID
|
||||
- **SCCMClientId** This ID correlate systems that send data to Compat Analytics (OMS) and other OMS based systems with systems in an enterprise Configuration Manager environment.
|
||||
- **ServerFeatures** Represents the features installed on a Windows Server. This can be used by developers and administrators who need to automate the process of determining the features installed on a set of server computers.
|
||||
- **ServerFeatures** Represents the features installed on a Windows Server. This can be used by developers and administrators who need to automate the process of determining the features installed on a set of server computers.
|
||||
- **SystemCenterID** The Configuration Manager ID is an anonymized one-way hash of the Active Directory Organization identifier
|
||||
|
||||
|
||||
@ -1573,7 +1573,7 @@ The following fields are available:
|
||||
- **ServiceMachineIP** Retrieves the IP address of the KMS host used for anti-piracy.
|
||||
- **ServiceMachinePort** Retrieves the port of the KMS host used for anti-piracy.
|
||||
- **ServiceProductKeyID** Retrieves the License key of the KMS
|
||||
- **SharedPCMode** Returns Boolean for education devices used as shared cart
|
||||
- **SharedPCMode** Returns Boolean for devices that have enabled the configuration EnableSharedPCMode.ration EnableSharedPCMode.
|
||||
- **Signature** Retrieves if it is a signature machine sold by Microsoft store.
|
||||
- **SLICStatus** Whether a SLIC table exists on the device.
|
||||
- **SLICVersion** Returns OS type/version from SLIC table.
|
||||
@ -3471,7 +3471,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: [Device Install State](https://msdn.microsoft.com/library/windows/hardware/ff543130.aspx)
|
||||
- **InstallState** The device installation state. For a list of values, see: [Device Install State](/windows-hardware/drivers/ddi/wdm/ne-wdm-_device_install_state)
|
||||
- **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.
|
||||
@ -3547,7 +3547,7 @@ The following fields are available:
|
||||
- **DriverIsKernelMode** Is it a kernel mode driver?
|
||||
- **DriverName** The file name of the driver.
|
||||
- **DriverPackageStrongName** The strong name of the driver package
|
||||
- **DriverSigned** The strong name of the driver package
|
||||
- **DriverSigned** Is the driver signed?
|
||||
- **DriverTimeStamp** The low 32 bits of the time stamp of the driver file.
|
||||
- **DriverType** A bitfield of driver attributes: 1. define DRIVER_MAP_DRIVER_TYPE_PRINTER 0x0001. 2. define DRIVER_MAP_DRIVER_TYPE_KERNEL 0x0002. 3. define DRIVER_MAP_DRIVER_TYPE_USER 0x0004. 4. define DRIVER_MAP_DRIVER_IS_SIGNED 0x0008. 5. define DRIVER_MAP_DRIVER_IS_INBOX 0x0010. 6. define DRIVER_MAP_DRIVER_IS_WINQUAL 0x0040. 7. define DRIVER_MAP_DRIVER_IS_SELF_SIGNED 0x0020. 8. define DRIVER_MAP_DRIVER_IS_CI_SIGNED 0x0080. 9. define DRIVER_MAP_DRIVER_HAS_BOOT_SERVICE 0x0100. 10. define DRIVER_MAP_DRIVER_TYPE_I386 0x10000. 11. define DRIVER_MAP_DRIVER_TYPE_IA64 0x20000. 12. define DRIVER_MAP_DRIVER_TYPE_AMD64 0x40000. 13. define DRIVER_MAP_DRIVER_TYPE_ARM 0x100000. 14. define DRIVER_MAP_DRIVER_TYPE_THUMB 0x200000. 15. define DRIVER_MAP_DRIVER_TYPE_ARMNT 0x400000. 16. define DRIVER_MAP_DRIVER_IS_TIME_STAMPED 0x800000.
|
||||
- **DriverVersion** The version of the driver file.
|
||||
|
@ -2306,7 +2306,7 @@ The following fields are available:
|
||||
- **ServiceMachineIP** Retrieves the IP address of the KMS host used for anti-piracy.
|
||||
- **ServiceMachinePort** Retrieves the port of the KMS host used for anti-piracy.
|
||||
- **ServiceProductKeyID** Retrieves the License key of the KMS
|
||||
- **SharedPCMode** Returns Boolean for education devices used as shared cart
|
||||
- **SharedPCMode** Returns Boolean for devices that have enabled the configuration EnableSharedPCMode.
|
||||
- **Signature** Retrieves if it is a signature machine sold by Microsoft store.
|
||||
- **SLICStatus** Whether a SLIC table exists on the device.
|
||||
- **SLICVersion** Returns OS type/version from SLIC table.
|
||||
@ -4821,7 +4821,7 @@ The following fields are available:
|
||||
- **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).
|
||||
- **InstallDate** The date of the most recent installation of the device on the machine.
|
||||
- **InstallState** The device installation state. For a list of values, see: [Device Install State](https://msdn.microsoft.com/library/windows/hardware/ff543130.aspx)
|
||||
- **InstallState** The device installation state. For a list of values, see: [Device Install State](/windows-hardware/drivers/ddi/wdm/ne-wdm-_device_install_state)
|
||||
- **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.
|
||||
@ -4920,7 +4920,7 @@ The following fields are available:
|
||||
- **DriverIsKernelMode** Is it a kernel mode driver?
|
||||
- **DriverName** The file name of the driver.
|
||||
- **DriverPackageStrongName** The strong name of the driver package
|
||||
- **DriverSigned** The strong name of the driver package
|
||||
- **DriverSigned** Is the driver signed?
|
||||
- **DriverTimeStamp** The low 32 bits of the time stamp of the driver file.
|
||||
- **DriverType** A bitfield of driver attributes: 1. define DRIVER_MAP_DRIVER_TYPE_PRINTER 0x0001. 2. define DRIVER_MAP_DRIVER_TYPE_KERNEL 0x0002. 3. define DRIVER_MAP_DRIVER_TYPE_USER 0x0004. 4. define DRIVER_MAP_DRIVER_IS_SIGNED 0x0008. 5. define DRIVER_MAP_DRIVER_IS_INBOX 0x0010. 6. define DRIVER_MAP_DRIVER_IS_WINQUAL 0x0040. 7. define DRIVER_MAP_DRIVER_IS_SELF_SIGNED 0x0020. 8. define DRIVER_MAP_DRIVER_IS_CI_SIGNED 0x0080. 9. define DRIVER_MAP_DRIVER_HAS_BOOT_SERVICE 0x0100. 10. define DRIVER_MAP_DRIVER_TYPE_I386 0x10000. 11. define DRIVER_MAP_DRIVER_TYPE_IA64 0x20000. 12. define DRIVER_MAP_DRIVER_TYPE_AMD64 0x40000. 13. define DRIVER_MAP_DRIVER_TYPE_ARM 0x100000. 14. define DRIVER_MAP_DRIVER_TYPE_THUMB 0x200000. 15. define DRIVER_MAP_DRIVER_TYPE_ARMNT 0x400000. 16. define DRIVER_MAP_DRIVER_IS_TIME_STAMPED 0x800000.
|
||||
- **DriverVersion** The version of the driver file.
|
||||
@ -6169,7 +6169,7 @@ The following fields are available:
|
||||
- **RemediationShellDeviceNewOS** TRUE if the device has a recently installed OS.
|
||||
- **RemediationShellDeviceProSku** Indicates whether a Windows 10 Professional edition is detected.
|
||||
- **RemediationShellDeviceQualityUpdatesPaused** Indicates whether Quality Updates are paused on the device.
|
||||
- **RemediationShellDeviceSccm** TRUE if the device is managed by SCCM (Microsoft System Center Configuration Manager).
|
||||
- **RemediationShellDeviceSccm** TRUE if the device is managed by Configuration Manager.
|
||||
- **RemediationShellDeviceSedimentMutexInUse** Indicates whether the Sediment Pack mutual exclusion object (mutex) is in use.
|
||||
- **RemediationShellDeviceSetupMutexInUse** Indicates whether device setup is in progress.
|
||||
- **RemediationShellDeviceWuRegistryBlocked** Indicates whether the Windows Update is blocked on the device via the registry.
|
||||
@ -9693,8 +9693,8 @@ The following fields are available:
|
||||
- **UnifiedInstallerDeviceIsMdmManagedHresult** The result code from checking whether a device is MDM managed.
|
||||
- **UnifiedInstallerDeviceIsProSku** Boolean indicating whether a device is Pro SKU.
|
||||
- **UnifiedInstallerDeviceIsProSkuHresult** The result code from checking whether a device is Pro SKU.
|
||||
- **UnifiedInstallerDeviceIsSccmManaged** Boolean indicating whether a device is SCCM managed.
|
||||
- **UnifiedInstallerDeviceIsSccmManagedHresult** The result code from checking whether a device is SCCM managed.
|
||||
- **UnifiedInstallerDeviceIsSccmManaged** Boolean indicating whether a device is managed by Configuration Manager.
|
||||
- **UnifiedInstallerDeviceIsSccmManagedHresult** The result code from checking whether a device is managed by Configuration Manager.
|
||||
- **UnifiedInstallerDeviceWufbManaged** Boolean indicating whether a device is Wufb managed.
|
||||
- **UnifiedInstallerDeviceWufbManagedHresult** The result code from checking whether a device is Wufb managed.
|
||||
- **UnifiedInstallerPlatformResult** The result code from checking what platform type the device is.
|
||||
|
@ -13,11 +13,6 @@ ms.topic: article
|
||||
|
||||
# Windows 10, version 1909 and Windows 10, version 1903 required Windows diagnostic events and fields
|
||||
|
||||
|
||||
> [!IMPORTANT]
|
||||
> Windows is moving to classifying the data collected from customer’s devices as either *Required* or *Optional*.
|
||||
|
||||
|
||||
**Applies to**
|
||||
|
||||
- Windows 10, version 1909
|
||||
@ -32,7 +27,8 @@ Use this article to learn about diagnostic events, grouped by event area, and th
|
||||
|
||||
You can learn more about Windows functional and diagnostic data through these articles:
|
||||
|
||||
- [Required Windows 11 diagnostic events and fields](required-windows-11-diagnostic-events-and-fields.md)
|
||||
- [Required diagnostic events and fields for Windows 11, version 22H2](required-diagnostic-events-fields-windows-11-22H2.md)
|
||||
- [Required diagnostic events and fields for Windows 11, version 21H2](required-windows-11-diagnostic-events-and-fields.md)
|
||||
- [Windows 10, version 21H2, Windows 10, version 21H1, Windows 10, version 20H2 and Windows 10, version 2004 required Windows diagnostic events and fields](required-windows-diagnostic-data-events-and-fields-2004.md)
|
||||
- [Windows 10, version 1809 basic diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields-1809.md)
|
||||
- [Windows 10, version 1803 basic diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields-1803.md)
|
||||
@ -2498,7 +2494,7 @@ The following fields are available:
|
||||
- **ServiceMachineIP** Retrieves the IP address of the KMS host used for anti-piracy.
|
||||
- **ServiceMachinePort** Retrieves the port of the KMS host used for anti-piracy.
|
||||
- **ServiceProductKeyID** Retrieves the License key of the KMS
|
||||
- **SharedPCMode** Returns Boolean for education devices used as shared cart
|
||||
- **SharedPCMode** Returns Boolean for devices that have enabled the configuration EnableSharedPCMode.
|
||||
- **Signature** Retrieves if it is a signature machine sold by Microsoft store.
|
||||
- **SLICStatus** Whether a SLIC table exists on the device.
|
||||
- **SLICVersion** Returns OS type/version from SLIC table.
|
||||
@ -4998,7 +4994,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. For a list of values, see [Device Install State](https://msdn.microsoft.com/library/windows/hardware/ff543130.aspx).
|
||||
- **InstallState** The device installation state. For a list of values, see [Device Install State](/windows-hardware/drivers/ddi/wdm/ne-wdm-_device_install_state).
|
||||
- **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
|
||||
@ -5097,7 +5093,7 @@ The following fields are available:
|
||||
- **DriverIsKernelMode** Is it a kernel mode driver?
|
||||
- **DriverName** The file name of the driver.
|
||||
- **DriverPackageStrongName** The strong name of the driver package
|
||||
- **DriverSigned** The strong name of the driver package
|
||||
- **DriverSigned** Is the driver signed?
|
||||
- **DriverTimeStamp** The low 32 bits of the time stamp of the driver file.
|
||||
- **DriverType** A bitfield of driver attributes: 1. define DRIVER_MAP_DRIVER_TYPE_PRINTER 0x0001. 2. define DRIVER_MAP_DRIVER_TYPE_KERNEL 0x0002. 3. define DRIVER_MAP_DRIVER_TYPE_USER 0x0004. 4. define DRIVER_MAP_DRIVER_IS_SIGNED 0x0008. 5. define DRIVER_MAP_DRIVER_IS_INBOX 0x0010. 6. define DRIVER_MAP_DRIVER_IS_WINQUAL 0x0040. 7. define DRIVER_MAP_DRIVER_IS_SELF_SIGNED 0x0020. 8. define DRIVER_MAP_DRIVER_IS_CI_SIGNED 0x0080. 9. define DRIVER_MAP_DRIVER_HAS_BOOT_SERVICE 0x0100. 10. define DRIVER_MAP_DRIVER_TYPE_I386 0x10000. 11. define DRIVER_MAP_DRIVER_TYPE_IA64 0x20000. 12. define DRIVER_MAP_DRIVER_TYPE_AMD64 0x40000. 13. define DRIVER_MAP_DRIVER_TYPE_ARM 0x100000. 14. define DRIVER_MAP_DRIVER_TYPE_THUMB 0x200000. 15. define DRIVER_MAP_DRIVER_TYPE_ARMNT 0x400000. 16. define DRIVER_MAP_DRIVER_IS_TIME_STAMPED 0x800000.
|
||||
- **DriverVersion** The version of the driver file.
|
||||
|
@ -962,9 +962,9 @@ The following fields are available:
|
||||
- **IsMDMEnrolled** Whether the device has been MDM Enrolled or not.
|
||||
- **MDMServiceProvider** A hash of the specific MDM authority, such as Microsoft Intune, that is managing the device.
|
||||
- **MPNId** Returns the Partner ID/MPN ID from Regkey. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\DeployID
|
||||
- **SCCMClientId** This ID correlate systems that send data to Compat Analytics (OMS) and other OMS based systems with systems in an Enterprise SCCM environment.
|
||||
- **SCCMClientId** This ID correlate systems that send data to Compat Analytics (OMS) and other OMS based systems with systems in an enterprise Configuration Manager environment.
|
||||
- **ServerFeatures** Represents the features installed on a Windows Server. This can be used by developers and administrators who need to automate the process of determining the features installed on a set of server computers.
|
||||
- **SystemCenterID** The SCCM ID is an anonymized one-way hash of the Active Directory Organization identifier
|
||||
- **SystemCenterID** The Configuration Manager ID is an anonymized one-way hash of the Active Directory Organization identifier
|
||||
|
||||
|
||||
### Census.Memory
|
||||
@ -1035,7 +1035,7 @@ The following fields are available:
|
||||
- **ServiceMachineIP** Retrieves the IP address of the KMS host used for anti-piracy.
|
||||
- **ServiceMachinePort** Retrieves the port of the KMS host used for anti-piracy.
|
||||
- **ServiceProductKeyID** Retrieves the License key of the KMS
|
||||
- **SharedPCMode** Returns Boolean for education devices used as shared cart
|
||||
- **SharedPCMode** Returns Boolean for devices that have enabled the configuration EnableSharedPCMode.
|
||||
- **Signature** Retrieves if it is a signature machine sold by Microsoft store.
|
||||
- **SLICStatus** Whether a SLIC table exists on the device.
|
||||
- **SLICVersion** Returns OS type/version from SLIC table.
|
||||
@ -2187,7 +2187,7 @@ The following fields are available:
|
||||
|
||||
### Microsoft.Windows.Shell.Oobe.ZDP.ZdpTaskCancelled
|
||||
|
||||
This event is the result of an attempt to cancel ZDP task
|
||||
This event is the result of an attempt to cancel ZDP task.
|
||||
|
||||
The following fields are available:
|
||||
|
||||
@ -2327,7 +2327,7 @@ The following fields are available:
|
||||
|
||||
### Microsoft.Surface.Battery.Prod.BatteryInfoEventV3
|
||||
|
||||
Hardware level data about battery performance.
|
||||
This event includes the hardware level data about battery performance. The data collected with this event is used to keep Windows performing properly.
|
||||
|
||||
The following fields are available:
|
||||
|
||||
@ -3319,7 +3319,7 @@ The following fields are available:
|
||||
|
||||
### Microsoft.Windows.Update.Ux.MusUpdateSettings.Derived.ClientAggregated.LaunchPageDuration
|
||||
|
||||
Derived Event Results for LaunchPageDuration Scenario.
|
||||
This event is derived event results for the LaunchPageDuration scenario.
|
||||
|
||||
|
||||
### Microsoft.Windows.WindowsUpdate.RUXIM.ICSExit
|
||||
|
@ -1593,7 +1593,7 @@ The following fields are available:
|
||||
- **ServiceMachineIP** Retrieves the IP address of the KMS host used for anti-piracy.
|
||||
- **ServiceMachinePort** Retrieves the port of the KMS host used for anti-piracy.
|
||||
- **ServiceProductKeyID** Retrieves the License key of the KMS
|
||||
- **SharedPCMode** Returns Boolean for education devices used as shared cart
|
||||
- **SharedPCMode** Returns Boolean for devices that have enabled the configuration EnableSharedPCMode.
|
||||
- **Signature** Retrieves if it is a signature machine sold by Microsoft store.
|
||||
- **SLICStatus** Whether a SLIC table exists on the device.
|
||||
- **SLICVersion** Returns OS type/version from SLIC table.
|
||||
@ -3335,7 +3335,7 @@ The following fields are available:
|
||||
- **DriverIsKernelMode** Is it a kernel mode driver?
|
||||
- **DriverName** The file name of the driver.
|
||||
- **DriverPackageStrongName** The strong name of the driver package
|
||||
- **DriverSigned** The strong name of the driver package
|
||||
- **DriverSigned** Is the driver signed?
|
||||
- **DriverTimeStamp** The low 32 bits of the time stamp of the driver file.
|
||||
- **DriverType** A bitfield of driver attributes: 1. define DRIVER_MAP_DRIVER_TYPE_PRINTER 0x0001. 2. define DRIVER_MAP_DRIVER_TYPE_KERNEL 0x0002. 3. define DRIVER_MAP_DRIVER_TYPE_USER 0x0004. 4. define DRIVER_MAP_DRIVER_IS_SIGNED 0x0008. 5. define DRIVER_MAP_DRIVER_IS_INBOX 0x0010. 6. define DRIVER_MAP_DRIVER_IS_WINQUAL 0x0040. 7. define DRIVER_MAP_DRIVER_IS_SELF_SIGNED 0x0020. 8. define DRIVER_MAP_DRIVER_IS_CI_SIGNED 0x0080. 9. define DRIVER_MAP_DRIVER_HAS_BOOT_SERVICE 0x0100. 10. define DRIVER_MAP_DRIVER_TYPE_I386 0x10000. 11. define DRIVER_MAP_DRIVER_TYPE_IA64 0x20000. 12. define DRIVER_MAP_DRIVER_TYPE_AMD64 0x40000. 13. define DRIVER_MAP_DRIVER_TYPE_ARM 0x100000. 14. define DRIVER_MAP_DRIVER_TYPE_THUMB 0x200000. 15. define DRIVER_MAP_DRIVER_TYPE_ARMNT 0x400000. 16. define DRIVER_MAP_DRIVER_IS_TIME_STAMPED 0x800000.
|
||||
- **DriverVersion** The version of the driver file.
|
||||
|
@ -15,10 +15,6 @@ ms.topic: article
|
||||
# Windows 10, version 21H2, Windows 10, version 21H1, Windows 10, version 20H2 and Windows 10, version 2004 required Windows diagnostic events and fields
|
||||
|
||||
|
||||
> [!IMPORTANT]
|
||||
> Windows is moving to classifying the data collected from customer’s devices as either *Required* or *Optional*.
|
||||
|
||||
|
||||
**Applies to**
|
||||
|
||||
- Windows 10, version 21H2
|
||||
@ -35,7 +31,8 @@ Use this article to learn about diagnostic events, grouped by event area, and th
|
||||
|
||||
You can learn more about Windows functional and diagnostic data through these articles:
|
||||
|
||||
- [Required Windows 11 diagnostic events and fields](required-windows-11-diagnostic-events-and-fields.md)
|
||||
- [Required diagnostic events and fields for Windows 11, version 22H2](required-diagnostic-events-fields-windows-11-22H2.md)
|
||||
- [Required diagnostic events and fields for Windows 11, version 21H2](required-windows-11-diagnostic-events-and-fields.md)
|
||||
- [Windows 10, version 1903 and Windows 10, version 1909 basic diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields-1903.md)
|
||||
- [Windows 10, version 1809 basic diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields-1809.md)
|
||||
- [Windows 10, version 1803 basic diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields-1803.md)
|
||||
@ -2029,7 +2026,7 @@ The following fields are available:
|
||||
- **ServiceMachineIP** Retrieves the IP address of the KMS host used for anti-piracy.
|
||||
- **ServiceMachinePort** Retrieves the port of the KMS host used for anti-piracy.
|
||||
- **ServiceProductKeyID** Retrieves the License key of the KMS
|
||||
- **SharedPCMode** Returns Boolean for education devices used as shared cart
|
||||
- **SharedPCMode** Returns Boolean for devices that have enabled the configuration EnableSharedPCMode.
|
||||
- **Signature** Retrieves if it is a signature machine sold by Microsoft store.
|
||||
- **SLICStatus** Whether a SLIC table exists on the device.
|
||||
- **SLICVersion** Returns OS type/version from SLIC table.
|
||||
@ -3744,7 +3741,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. For a list of values, see: [Device Install State](https://msdn.microsoft.com/library/windows/hardware/ff543130.aspx).
|
||||
- **InstallState** The device installation state. For a list of values, see: [Device Install State](/windows-hardware/drivers/ddi/wdm/ne-wdm-_device_install_state).
|
||||
- **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
|
||||
@ -3843,7 +3840,7 @@ The following fields are available:
|
||||
- **DriverIsKernelMode** Is it a kernel mode driver?
|
||||
- **DriverName** The file name of the driver.
|
||||
- **DriverPackageStrongName** The strong name of the driver package
|
||||
- **DriverSigned** The strong name of the driver package
|
||||
- **DriverSigned** Is the driver signed?
|
||||
- **DriverTimeStamp** The low 32 bits of the time stamp of the driver file.
|
||||
- **DriverType** A bitfield of driver attributes: 1. define DRIVER_MAP_DRIVER_TYPE_PRINTER 0x0001. 2. define DRIVER_MAP_DRIVER_TYPE_KERNEL 0x0002. 3. define DRIVER_MAP_DRIVER_TYPE_USER 0x0004. 4. define DRIVER_MAP_DRIVER_IS_SIGNED 0x0008. 5. define DRIVER_MAP_DRIVER_IS_INBOX 0x0010. 6. define DRIVER_MAP_DRIVER_IS_WINQUAL 0x0040. 7. define DRIVER_MAP_DRIVER_IS_SELF_SIGNED 0x0020. 8. define DRIVER_MAP_DRIVER_IS_CI_SIGNED 0x0080. 9. define DRIVER_MAP_DRIVER_HAS_BOOT_SERVICE 0x0100. 10. define DRIVER_MAP_DRIVER_TYPE_I386 0x10000. 11. define DRIVER_MAP_DRIVER_TYPE_IA64 0x20000. 12. define DRIVER_MAP_DRIVER_TYPE_AMD64 0x40000. 13. define DRIVER_MAP_DRIVER_TYPE_ARM 0x100000. 14. define DRIVER_MAP_DRIVER_TYPE_THUMB 0x200000. 15. define DRIVER_MAP_DRIVER_TYPE_ARMNT 0x400000. 16. define DRIVER_MAP_DRIVER_IS_TIME_STAMPED 0x800000.
|
||||
- **DriverVersion** The version of the driver file.
|
||||
|
@ -1,6 +1,8 @@
|
||||
---
|
||||
title: Windows 10, version 1909, connection endpoints for non-Enterprise editions
|
||||
description: Explains what Windows 10 endpoints are used in non-Enterprise editions. Specific to Windows 10, version 1909.
|
||||
ms.prod: windows-client
|
||||
ms.technology: itpro-privacy
|
||||
ms.localizationpriority: high
|
||||
author: DHB-MSFT
|
||||
ms.author: danbrown
|
||||
|
Loading…
x
Reference in New Issue
Block a user