This class contains information about software files found on client computers. These are files without header information to identify which product they are part of.
Table B.65 Unknown File (SMS_G_System_UnknownFile)
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 discovered 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 | Indicates a numeric ID that uniquely identifies this object. | |
FileSize | uint32 | 122368 | Indicates the size of the file in bytes. |
FileVersion | string | 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 | Since this file represents an unknown product, this value is always zero in this class. |
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. |