Skip to main content

plugin_proval_controluseraudit

Purpose

Stores information from the @CW Control - User Audit script about existing ConnectWise Control users.

Dependencies

@CW Control - User Audit (Script)

Table

plugin_proval_controluseraudit

ColumnTypeExplanation
ComputerIDINTThe ComputerID of the audited CWC server.
UsernameVARCHARThe username of the audited CWC user.
DisplayNameVARCHARThe display name of the audited CWC user.
EmailVARCHARThe email address of the audited CWC user.
CreationDateDATETIMEThe date that the audited CWC user was created.
LastActivityDateDATETIMEThe last time the audited CWC user performed any action.
LastLockoutDateDATETIMEThe last time that the audited CWC user was locked out.
LastLoginDateDATETIMEThe last time that the audited CWC user logged into CWC.
LastPasswordChangedDateDATETIMEThe last time that the audited CWC user changed their password.
RolesVARCHARThe CWC roles assigned to the audited CWC user.
IsApprovedTINYINT1 or 0 to determine if the audited CWC user is an approved user or not.
IsLockedOutTINYINT1 or 0 to determine if the audited CWC user is locked out.
2FAEnabledTINYINT1 or 0 to determine if the audited CWC user has 2FA enabled.