pvl_php_audit
Purpose
This document stores the data collected by the Locate PHP.exe script.
Dependencies
EPM - Data Collection - Script - Locate PHP.exe
Tables
pvl_php_audit
| Column | Type | Explanation |
|---|---|---|
| computerid | int | Identifier for the computer |
| Path | varchar | Path to the file |
| FileVersion | varchar | Version of the file if available |
| Size | double unsigned | Size of the file in Megabytes |
| CreationTime | datetime | File creation time |
| LastWriteTime | datetime | File modification date |
| Attributes | varchar | File's attributes |
| ScriptRunTime | datetime | Data collection time |