Some time you want to see the value of an attribute of a user/mailbox through powershell command but the output you getting would be in ... at the end. so to get the complete value, should run the following command.
Get-mailbox nawaz.khan* | select-object -expandproperty EmailAddresses
No comments:
Post a Comment