MsftSil_WindowsUpdate class

The MsftSil_WindowsUpdate WMI class retrieves a list of the Quick Fix Engineering (QFE) updates installed on a server.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[ClassVersion("1.0.0"), dynamic, provider("silprovider"), AMENDMENT]
class MsftSil_WindowsUpdate : MsftSil_Data
{
  string   ID;
  datetime InstallDate;
};

Members

The MsftSil_WindowsUpdate class has these types of members:

Properties

The MsftSil_WindowsUpdate class has these properties.

ID

Data type: string

Access type: Read-only

Qualifiers: key

Gets the software id, which is a unique identifier of the software.

InstallDate

Data type: datetime

Access type: Read-only

Gets the date and time that the update was installed.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\InventoryLogging
MOF
SILProvider.mof
DLL
SILProvider.dll

See also

MsftSil_Data

Software Inventory Logging WMI Data Provider Classes