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