Migration

This commit is contained in:
Alexandre MOTTIER 2024-10-14 14:17:37 +02:00
parent c647d677a4
commit f4d3103609
3 changed files with 3 additions and 1 deletions

BIN
ExpiredPasswords.exe Normal file

Binary file not shown.

2
ExpiredPasswords.ps1 Normal file
View File

@ -0,0 +1,2 @@
Get-ADUser -filter * -properties SamAccountName, PasswordLastSet, PasswordExpired, PasswordNeverExpires | Sort-Object -Property Name | ft Name, SamAccountName, PasswordLastSet, PasswordExpired, PasswordNeverExpires
pause

View File

@ -1,2 +1,2 @@
# GetADExpiredPasswords
PowerShell tool to get expired AD Passwords