Skip to main content

custom_proval_computer_new_accounts

Purpose

The table named: custom_proval_computer_new_accounts is built to store all information about the newly created accounts on the server. It is created by a script named: User Management - New Local Account Audit And Disable [DV, Autofix, Global].

Dependencies

Table

custom_proval_computer_new_accounts

ColumnTypeExplanation
computeridINTStores the computer ID of the computer.
Creator UserNameVARCHARStores the username of the person who created the new account.
Creator LocalUserTINYINTIndicates whether the creator of the new account is local or domain (1 - Local, 0 - Domain).
Creator LocalAdminTINYINTIndicates whether the creator of the new account is an admin or non-admin (1 - Admin, 0 - Non Admin).
Creator LastLogonDATETIMERecords the creator's last logon date.
Creator PasswordTINYINTIndicates whether the creator has a password set (1 - Yes, 0 - No).
Created UsernameVARCHARStores the newly created user account name.
Created LocalUserTINYINTIndicates whether the newly created account is local or domain (1 - Local, 0 - Domain).
Created LocalAdminTINYINTIndicates whether the newly created account is an admin or non-admin (1 - Admin, 0 - Non Admin).
Created LastLogonDATETIMERecords the last logon date of the newly created account. (If the date is 1970-01-01 00:00:00, it means the account has never logged in.)
Created PasswordTINYINTIndicates whether the newly created account has a password set (1 - Yes, 0 - No).
Account Creation DateDATETIMEStores the date the account was created.
Disable StatusTINYINTIndicates whether the newly created account is disabled (0 - New Account Approved, 1 - Disabled, 2 - No Action). Here, 2 means the script that creates this table did not choose to disable the newly created account; it is only meant for auditing the new account.
Approve StatusTINYINTIndicates whether the account is approved to be enabled (0 - Not Approved, 1 - Approved and Enabled, 2 - No Action).
Approve Date StatusDATETIMERepresents when the newly created account was approved to be enabled. (If the date is 1970-01-01 00:00:00, it means the account is not approved.)