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