Skip to main content

plugin_proval_ad_pwd_audit

Purpose

This report is used to hold the results of the RSM - Active Directory - Agnostic - Test-WeakCredentials script run by the RSM - Active Directory - Script - Weak Passwords - AD Test automate script for reporting purposes.

Dependencies

Tables

plugin_proval_ad_pwd_audit

ColumnTypeExplanation
ComputerIDINT(16)Holds the Computer ID the script was run on.
PW_Reversable_Encryption_EnabledBinary(1)Holds a binary value of 1 or 0; 1 being true, 0 being false for reversible encryption being enabled.
Misc_Interactive_Logon_Msg_EnabledBinary(1)Holds a binary value of 1 or 0; 1 being true, 0 being false for interactive logon message being enabled.
DuplicatePasswordAccountsVarchar(8000)Holds the found items for all accounts that have the same password, grouped by a group number.
DuplicatePasswordFormattedVarchar(4000)Holds a formatted string of DuplicatePasswordAccounts above for report formatting purposes.
WeakAccountPasswordsVarchar(8000)Holds the found items for all accounts that have weak passwords assigned.
ColumnTypeExplanation
ComputerIDInt(16)Explanation of what the column is for.

SQL

Put the SQL to create the custom table here:

CREATE TABLE table_name ...