Skip to main content

plugin_proval_userprofiles

Purpose

This document stores Windows user profile information. Data is filled by EPM - Accounts - Script - User Profile - Get Information and displayed in EPM - Accounts - Dataview - Windows - User Profiles.

Dependencies

Tables

plugin_proval_userprofiles

ColumnTypeExplanation
computeridINTThe ComputerID of the audited computer.
usernameVARCHARThe username of the associated profile.
localuserTINYINT1 if the user is a local user, 0 if not.
localadminTINYINT1 if the user is a local admin, 0 if not.
profilesizeINTThe size in MB of the user profile folder.
usersidVARCHARThe SID of the user for the associated profile.
LastLogonDATETIMEThe last time the user logged in.
TimeStampDATETIMEThe date and time of the audit.
UserProfileVARCHARThe path to the user profile folder.
EnabledVARCHARTrue or False indicating if the local account is enabled. If not a local user, then the field is set to Remote.