Windows Administrators should learn PowerShell
Why should Windows Administrators learn PowerShell? My answer is a simple flow chart:
Read More Windows Administrators should learn PowerShellWhy should Windows Administrators learn PowerShell? My answer is a simple flow chart:
Read More Windows Administrators should learn PowerShellThis is a PowerShell script that will send an email notification to Active Directory users when their password will expire in 14, 7, 3, 1, and Zero days. Administrators/helpdesk also get a daily report of passwords that are expired and the users who got an email reminder, a great heads up for your helpdesk. The […]
Read More Active Directory Password Expiration Email NotificationI’ve found it’s often helpful to get an email notification when an Active Directory account is locked out. In a previous job we used Account Lockout Examiner from NetWrix for this functionality. A few years and a job or two later and I’ve found a way to do this with the Windows Task Scheduler and […]
Read More Active Directory Account Lockout Notifications using PowerShell