MachineUserMUICache¶
Windows MUI cache information.
Fields¶
| Field | Type | Description |
|---|---|---|
| Company | nvarchar | Company information from the Windows MUI cache. |
| Description | nvarchar | Description from the Windows MUI cache |
| DisplayVersion | nvarchar | Display Version |
| FileVersion | nvarchar | File Version from the version resource |
| FirstScan | datetime2 | First scan of this MUI cache entity in OctoSAM Inventory |
| FriendlyAppName | nvarchar | Friendly application name from the Windows MUI cache |
| ID | bigint | Internal ID for the MachineUserMUICache entity (Primary Key) |
| InternalName | nvarchar | Internal name of the executable from the version resource |
| LastScan | datetime2 | Last scan of this MUI cache entity in OctoSAM Inventory |
| MachineUserID | bigint | Internal ID that references the MachineUser entity (Foreign Key) |
| OriginalFilename | nvarchar | Original file name from the version resource |
| Path | nvarchar | Path of the executable |
| RawPublisher | nvarchar | Raw publisher name from the version resource |
| Signature | nvarchar | Windows MUI signature |