Re: Global address list by Bharat
Bharat
Wed Jul 23 13:20:05 CDT 2008
Mentioning version of Exchange Server you're on helps answer such questions.
- Exchange Server 2003/2000: In AD Users & Computers - recipient ->
properties -> Exchange Advanced tab -> select "Hide from Exchange address
lists"
- In Exchange Server 2007: EMC -Recipient Properties -> Exchange General
tab --> select"Hide from Exchange address lists"
- Using the Exchange shell: Set-Mailbox
foo@mydomain.com -HiddenFromAddressLists $true
(Can also be used for cmdlets that set other recipient types like
Set-MailContact, Set-DistributionGroup, etc.)
--
Bharat Suneja
Microsoft Corporation
blog: exchangepedia.com/blog
This posting is provided "AS IS" with no warranties, and confers no
rights. Please do not send email directly to this alias. This alias is for
newsgroup purposes only.
----------------------------
"Doug" <Doug@maxhelp.net> wrote in message
news:B841721F-37DA-4451-BE28-662D646F9055@microsoft.com...
>I need to remove names from the global address list but keep the email
> accounts. how do i do that?