Local User Management Menu
Instructions
checkUser in Users.ps1

checkPassword in String-Helper.ps1

Updates to Main.ps1
Password and User requirements
When creating a user, check if the user exists, and check if password meets requirements for new user.

Check if a user exists when trying to remove the username

Check if user exists when enabling a user

Check if user exists when disabling a user

Logs
Check if user exists and get number of days to search back for the user.


At Risk Users
List users who are a risk if they have more then 10 failed logins within the specified time range

Testing
Option 1: List Enabled Users

Option 2: List Disabled Users

Option 3: Create a User


Option 4: Remove a User

Option 5: Enable a User

Option 6: Disable a User

Option 7: Get Logins

Option 8: Get Failed Logins

Option 9: List of At-Risk Users

Last updated