Credentials
Password in Description Field
PS C:\> Get-DomainUser * | Select-Object samaccountname,description |Where-Object {$_.Description -ne $null}Last updated
PS C:\> Get-DomainUser * | Select-Object samaccountname,description |Where-Object {$_.Description -ne $null}Last updated