This is really basic powershell rather than exchange specific.
But we needed to troubleshoot why a specific mailbox was not displaying on the global address list.
If you run Get-GlobalAddressList "My GAL" if the recipient filter is any bigger than about 3 words it will be cut off, due to the way powershell displays tables.
Easiest way is to pipe the command to Format-List which will display it as list rather than a table.
No comments:
Post a Comment