From 3f026c7816e5ab762d0b3f7d396161fd151055be Mon Sep 17 00:00:00 2001 From: Rephl3x Date: Wed, 24 Sep 2025 02:55:42 +0000 Subject: [PATCH] This will check a CSV and check when the password was last reset. --- Ledger.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ledger.ps1 b/Ledger.ps1 index 286c287..822d0d8 100644 --- a/Ledger.ps1 +++ b/Ledger.ps1 @@ -26,4 +26,4 @@ foreach ($user in $users) { } elseif ($adUser.LastLogon -lt $thresholdDate) { Write-Output "$samAccountName Password was last set on $($adUser.PasswordLastSet)" } -} +} \ No newline at end of file