Поделиться через


MsftSil_Software class

The MsftSil_Software WMI class retrieves installation data about the software installed on a server.

Syntax

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

Members

The MsftSil_Software class has these types of members:

Properties

The MsftSil_Software 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 software was installed.

Name

Data type: string

Access type: Read-only

Gets the product name of the software.

Publisher

Data type: string

Access type: Read-only

Gets the name of the organization that published the software.

Version

Data type: string

Access type: Read-only

Gets the revision identifier of the software release.

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