Skip to content

Instantly share code, notes, and snippets.

View hsmalley's full-sized avatar
🚀
🐐 💨 🍰

Hugh Smalley hsmalley

🚀
🐐 💨 🍰
View GitHub Profile
@hsmalley
hsmalley / PasswordExpiryReport.ps1
Created October 4, 2012 12:18 — forked from theagreeablecow/PasswordExpiryReport.ps1
Password Expiry Email Report
<#
.SYNOPSIS
Reports on Users whose passwords are about to expire
.NOTES
Requires Quest.ActiveRoles.ADManagementsnapin to get the AD attributes.
.LINK
http://www.theagreeablecow.com/2012/06/preventing-password-expirations-with.html
#>
# --------------------------------------------------