Estimated reading time: 1 minutes
If you have mail contacts in your Exchange environment then you may want to hide them from your global address book if you are using them as forwarders.
To do this, open up Exchange Management Shell (EMS) and run the following command:
Get-MailContact -OrganizationalUnit "ADOU" | Set-MailContact -hiddenfromaddresslistsenabled $true
where:
- “ADOU” = Organisational Unit
- $true = set all contacts to hidden (change to $false to un-hide)
This will set all the mail contacts within the stated Active Directory Organisation Unit to hidden and will not show in your global address book.
COMMENTS
If you have any questions or feedback on this guide, please leave us a message below.
Click to rate this post!
[Total: 0 Average: 0]
Share this content: