new build 4/3/2019 8:16 AM

This commit is contained in:
Brian Lich
2019-04-03 08:16:17 -07:00
parent bbf3529726
commit 93782e71d1

View File

@ -13,7 +13,7 @@ manager: dansimp
ms.collection: M365-security-compliance ms.collection: M365-security-compliance
ms.topic: article ms.topic: article
audience: ITPro audience: ITPro
ms.date: 04/02/2019 ms.date: 04/03/2019
--- ---
@ -3780,7 +3780,7 @@ The following fields are available:
- **ClassGuid** The unique ID for the device class. - **ClassGuid** The unique ID for the device class.
- **DeviceInstanceId** The unique ID for the device on the system. - **DeviceInstanceId** The unique ID for the device on the system.
- **DriverDate** The date the driver was installed. - **DriverDate** The date of the driver.
- **DriverFlightIds** The IDs for the driver flights. - **DriverFlightIds** The IDs for the driver flights.
- **DriverInfName** Driver INF file name. - **DriverInfName** Driver INF file name.
- **DriverProvider** The driver manufacturer or provider. - **DriverProvider** The driver manufacturer or provider.
@ -3969,7 +3969,7 @@ The following fields are available:
### Microsoft.Windows.DriverInstall.DeviceInstall ### Microsoft.Windows.DriverInstall.DeviceInstall
This critical event sends device instance properties for the driver installation that took place. This critical event sends information about the driver installation that took place.
The following fields are available: The following fields are available:
@ -3981,59 +3981,59 @@ The following fields are available:
- **DeviceConfigured** Indicates whether this device was configured through the kernel configuration. - **DeviceConfigured** Indicates whether this device was configured through the kernel configuration.
- **DeviceInstanceId** The unique identifier of the device in the system. - **DeviceInstanceId** The unique identifier of the device in the system.
- **DeviceStack** The device stack of the driver being installed. - **DeviceStack** The device stack of the driver being installed.
- **DriverDate** No content is currently available. - **DriverDate** The date of the driver.
- **DriverDescription** No content is currently available. - **DriverDescription** A description of the driver function.
- **DriverInfName** No content is currently available. - **DriverInfName** Name of the INF file (the setup information file) for the driver.
- **DriverInfSectionName** No content is currently available. - **DriverInfSectionName** Name of the DDInstall section within the driver INF file.
- **DriverPackageId** No content is currently available. - **DriverPackageId** The ID of the driver package that is staged to the driver store.
- **DriverProvider** No content is currently available. - **DriverProvider** The driver manufacturer or provider.
- **DriverUpdated** No content is currently available. - **DriverUpdated** Indicates whether the driver is replacing an old driver.
- **DriverVersion** No content is currently available. - **DriverVersion** The version of the driver file.
- **EndTime** No content is currently available. - **EndTime** The time the installation completed.
- **Error** No content is currently available. - **Error** Provides the WIN32 error code for the installation.
- **ExtensionDrivers** No content is currently available. - **ExtensionDrivers** List of extension drivers that complement this installation.
- **FinishInstallAction** No content is currently available. - **FinishInstallAction** Indicates whether the co-installer invoked the finish-install action.
- **FinishInstallUI** No content is currently available. - **FinishInstallUI** Indicates whether the installation process shows the user interface.
- **FirmwareDate** No content is currently available. - **FirmwareDate** The firmware date that will be stored in the EFI System Resource Table (ESRT).
- **FirmwareRevision** No content is currently available. - **FirmwareRevision** The firmware revision that will be stored in the EFI System Resource Table (ESRT).
- **FirmwareVersion** No content is currently available. - **FirmwareVersion** The firmware version that will be stored in the EFI System Resource Table (ESRT).
- **FirstHardwareId** No content is currently available. - **FirstHardwareId** The ID in the hardware ID list that provides the most specific device description.
- **FlightIds** No content is currently available. - **FlightIds** A list of the different Windows Insider builds on the device.
- **GenericDriver** No content is currently available. - **GenericDriver** Indicates whether the driver is a generic driver.
- **Inbox** No content is currently available. - **Inbox** Indicates whether the driver package is included with Windows.
- **InstallDate** No content is currently available. - **InstallDate** The date the driver was installed.
- **LastCompatibleId** No content is currently available. - **LastCompatibleId** The ID in the hardware ID list that provides the least specific device description.
- **LegacyInstallReasonError** No content is currently available. - **LegacyInstallReasonError** The error code for the legacy installation.
- **LowerFilters** No content is currently available. - **LowerFilters** The list of lower filter drivers.
- **MatchingDeviceId** No content is currently available. - **MatchingDeviceId** The hardware ID or compatible ID that Windows used to install the device instance.
- **NeedReboot** No content is currently available. - **NeedReboot** Indicates whether the driver requires a reboot.
- **OriginalDriverInfName** No content is currently available. - **OriginalDriverInfName** The original name of the INF file before it was renamed.
- **ParentDeviceInstanceId** No content is currently available. - **ParentDeviceInstanceId** The device instance ID of the parent of the device.
- **PendedUntilReboot** No content is currently available. - **PendedUntilReboot** Indicates whether the installation is pending until the device is rebooted.
- **Problem** No content is currently available. - **Problem** Error code returned by the device after installation.
- **ProblemStatus** No content is currently available. - **ProblemStatus** The status of the device after the driver installation.
- **SecondaryDevice** No content is currently available. - **SecondaryDevice** Indicates whether the device is a secondary device.
- **ServiceName** No content is currently available. - **ServiceName** The service name of the driver.
- **SetupMode** No content is currently available. - **SetupMode** Indicates whether the driver installation took place before the initial installation of the device was completed.
- **StartTime** No content is currently available. - **StartTime** The time when the installation started.
- **SubmissionId** No content is currently available. - **SubmissionId** The driver submission identifier assigned by the Windows Hardware Development Center.
- **UpperFilters** No content is currently available. - **UpperFilters** The list of upper filter drivers.
### Microsoft.Windows.DriverInstall.NewDevInstallDeviceEnd ### Microsoft.Windows.DriverInstall.NewDevInstallDeviceEnd
No content is currently available. This event sends data about the driver installation once it is completed.
The following fields are available: The following fields are available:
- **DeviceInstanceId** No content is currently available. - **DeviceInstanceId** The unique identifier of the device in the system.
- **DriverUpdated** No content is currently available. - **DriverUpdated** Indicates whether the driver was updated.
- **Error** No content is currently available. - **Error** The Win32 error code of the installation.
- **FlightId** No content is currently available. - **FlightId** The ID of the Windows Insider build the device received.
- **InstallDate** No content is currently available. - **InstallDate** The date the driver was installed.
- **InstallFlags** No content is currently available. - **InstallFlags** The driver installation flags.
- **RebootRequired** No content is currently available. - **RebootRequired** Indicates whether a reboot is required after the installation.
- **RollbackPossible** No content is currently available. - **RollbackPossible** Indicates whether this driver can be rolled back.
- **WuTargetedHardwareId** No content is currently available. - **WuTargetedHardwareId** No content is currently available.
- **WuUntargetedHardwareId** No content is currently available. - **WuUntargetedHardwareId** No content is currently available.