Hi
Exchange Server 2016 std.
I created a shared mailbox and assigned Administrator for mail delegation.
I then did below to give permissions to rest of users.
Add-MailboxFolderPermission -Identity TestSharedAlias@mydomain.com:\Calendar -User Accounts -AccessRights Editor
FolderName User AccessRights
---------- ---- ------------
Calendar Accounts {Editor}
set-MailboxFolderPermission -Identity TestSharedAlias@mydomain.com:\Calendar -User Default -AccessRights Editor
get-MailboxFolderPermission -Identity TestSharedAlias@mydomain.com:\Calendar
FolderName User AccessRights
---------- ---- ------------
Calendar Default {Editor}
Calendar Anonymous {None}
Calendar Accounts {Editor}
Problem is that user Accounts can't see the shared mailbox in the Global Address List in Outlook. I therefore can not do further operations such as using the shared mailbox's calendar. The shared mailbox appears in Exchange Server's Global Address List preview fine under Organization->Address Lists->Default Global Address List.
How can I make the users access the new shared mailbox in their Outlook global address lists?
Thanks
Regards
