This class contains information about software files found on client computers.
Table B.63 Software Files Class (SMS_G_System_SoftwareFile)
Property | Data type | Example | Notes |
---|---|---|---|
CreationDate | datetime | See “Date and Time Formats” at the beginning of this appendix. | Indicates the file’s creation date. |
FileCount | uint32 | 1 | Indicates the number of occurrences of the file found on the client computer. |
FileDescription | string | "Any comment." | Indicates a short textual description of the software file. |
FileName | string | "TEXTCOPY. EXE" | Indicates the file name and extension. |
FileID | uint32 | 6 | Indicates a numeric ID that uniquely identifies this object. |
FileSize | uint32 | 122368 | Indicates the size of the file in bytes. |
FileVersion | string | "2.0" | Indicates the version number of the file. |
ModifiedDate | datetime | See “Date and Time Formats” at the beginning of this appendix. | Indicates the date of the most recent file modification. |
ProductId | uint32 | 0 | Key. A unique ID that helps identify the software file to link this object with related objects. |
ResourceID | uint32 | 3 | Key. Indicates an identifier for the resource that is unique to this site. System Resource Type inventory items with the same ResourceID were all discovered on the same SMS client. A ResourceID is an integer generated for the sake of SQL. It is not unique outside the site and should be used only for short-term querying purposes. |