User Management - Profile Audit
Summary
Superseded by EPM - Accounts - Script - User Profile - Get Information.
This script looks for user profile information at the machine level. It provides information about whether a user is local/domain, admin or not, password set or not, profile size, last logon, and the timestamp of the audit.
Time Saved by Automation: 15 Minutes
Sample Run
Dependencies
- @Windows – Local Account Audit (script)
- Requires Windows OS
- custom_proval_computer_accounts
Variables
@output@
-> Output from the PowerShell script@dataValidation@
-> RegEx matching setup
Process
- This script creates the custom_proval_computer_accounts table if it doesn't exist.
- Runs a PowerShell script to gather the list of users, properties, and sizes.
- Logs the output in Automate's script logs.
- Trims the PowerShell output via SQL and performs a RegEx to verify data.
- Conducts a verification step of the data.
- Logs a failure in Automate's script logs if there was an issue verifying the data.
Output
- Script log
- custom_proval_computer_accounts
- @Windows – Local Account Audit (Dataview)