PowerTip: Use PowerShell to Work with Active Directory Date Fields
Summary: Use Windows PowerShell to work with Active Directory date fields. How can I Use Windows PowerShell to work with date fields in Active Directory? Try the following techniques: # Password last set within the last 30 days? $pwdLastSet = Get-ADUser Administrator -Properties pwdLastSet | Select-Object -...