user not able to see his email address in GAL ,but able to
send and recieve emails.Why ?
Answer Posted / satish sharma
see the attribuite HiddenFromAddressListsEnabled for the user id is set as true. To see in GAL this attribuite must be set as $false. or run command
Get-mailbox -id user@contoso.com | FL HiddenFromAddressLists*
If it is set $true then run command
set-mailbox -id user@contoso.com -HiddenFromAddressListsEnabled $False
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Is microsoft exchange server free?
Explain how message is delivered to the mailbox database in exchange 2013?
What are the benefits on the architecture change by having two server roles in exchange 2013?
Explain how many cluster nodes are supported by each version of exchange?
Explain what is the stm file?
Why do the storage quota settings not take effect immediately?
What are the versions available in exchange server 2007?
How do I limit the maximum amount of messages the smtp queue can hold?
Explain how do I strip the attachment from an ndr?
What is a dc?
Can I upgrade from the evaluation edition of exchange 2003 enterprise server to the rtm standard version of exchange 2003 server?
What’s new in protection and compliance?
What is oma?
Explain the difference between "receive as" and "send as"?
Can I use exchange 2000 tools to manage exchange 2003 servers?