password-in-description-filed
Get-DomainUser * | Select-Object samaccountname,description |Where-Object {$_.Description -ne $null}Last updated
Get-DomainUser * | Select-Object samaccountname,description |Where-Object {$_.Description -ne $null}Last updated