Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Cannot display the entire email address

$
0
0

Hello,

How I can I get this command to display the entire email address...if the email address is too long the results will show email with "..." at the end...I am assuming it is because if the name is too long then it takes up space from the email results.

Get-ADgroupmember -identity "group name" |  %{get-aduser $_ -properties displayname,emailaddress}|select name,displayname,emailaddress

Thank you very much.

 


Viewing all articles
Browse latest Browse all 6937

Trending Articles