Windows Server 2000/2003 Thread, Option to Hide user from global address list in MS Exchange in Technical; I've had a look at a few of the threads about removing usernames from the global address list in Exchange, ...
-
7th October 2009, 10:19 AM #1 Option to Hide user from global address list in MS Exchange
I've had a look at a few of the threads about removing usernames from the global address list in Exchange, and some of them mention an option that you can tick to hide the user from the global address list. However, I've had a look at the properties tabs for our users, and I can't find anything like that particular option. Can someone tell me where to find it, please? Is it specific to a particular version?
-
-
IDG Tech News
-
7th October 2009, 10:26 AM #2 
Originally Posted by
Andie
I've had a look at a few of the threads about removing usernames from the global address list in Exchange, and some of them mention an option that you can tick to hide the user from the global address list. However, I've had a look at the properties tabs for our users, and I can't find anything like that particular option. Can someone tell me where to find it, please? Is it specific to a particular version?
In Active Directory, Select the User, and look at their Properties, then the Exchange Advanced tab. It's a check box under the Simple Name dialogue box
-
-
7th October 2009, 11:04 AM #3 Thanks. At least you have confirmed to me that I don't have that tab! I need to get onto the suppliers of our exchange setup.
-
-
7th October 2009, 11:16 AM #4 Which version of Exchange are you using?
-
-
7th October 2009, 11:42 AM #5 Use the ADUC on you Exchange-server (if possible)
-
-
7th October 2009, 11:50 AM #6 If you're running exchange 2007, the setting is on the mailbox (Recipient Config > Mailbox > johndoe > checkbox on Bottom Left on the "general" tab)
-
Thanks to pete from:
Andie (13th October 2009)
-
13th October 2009, 08:19 PM #7 Thanks! I got there in the end. Exchange 2007, and I needed to open Exchange Management Console, not ADUC, and then it is as Pete says. Now all I have to do is tick the box for all the users...sigh...
-
-
13th October 2009, 08:28 PM #8 Code:
Get-Mailbox -OrganizationalUnit "Students" | Set-Mailbox -HiddenFromAddressListsEnabled $true
Something like that?
-
-
14th October 2009, 02:31 PM #9 
Originally Posted by
DrPerceptron
Code:
Get-Mailbox -OrganizationalUnit "Students" | Set-Mailbox -HiddenFromAddressListsEnabled $true
Something like that?
Is this for Exchange Management Shell? I have only just started using Exchange. We don't seem to have any OUs at the sort of Teacher Student etc. level at the moment. Our broadband supplier migrated all our accounts into Exchange from a different setup. So at the moment, all accounts are in one pot. How would I adapt the cmdlet to work in this situation?
-
-
14th October 2009, 03:32 PM #10 
Originally Posted by
Andie
Is this for Exchange Management Shell? I have only just started using Exchange. We don't seem to have any OUs at the sort of Teacher Student etc. level at the moment. Our broadband supplier migrated all our accounts into Exchange from a different setup. So at the moment, all accounts are in one pot. How would I adapt the cmdlet to work in this situation?
Mailboxes can be wildcarded as well, but test beforehand, since (say) s* will match Firstname, Displayname and Lastname, not just aliases.
use Code:
get-help get-mailbox --full | more
for more info.
If I wanted to hide all our Y7 kids from the GAL, I'd use:
Code:
Get-Mailbox 09* | Set-Mailbox -HiddenFromAddressListsEnabled $true
but that's because I know "09" is an unique search term for them (mailboxes start with year of entry). If I had staff called Fred Bloggs09, he'd be hidden as well.
-
Thanks to pete from:
Andie (15th October 2009)
SHARE:
Similar Threads
-
By mickeyh080 in forum Windows
Replies: 10
Last Post: 7th December 2010, 05:47 PM
-
By glennda in forum Windows Server 2000/2003
Replies: 4
Last Post: 18th September 2009, 01:43 AM
-
Replies: 0
Last Post: 14th October 2008, 12:39 PM
-
Replies: 1
Last Post: 14th October 2008, 09:55 AM
-
By adamt82 in forum Educational Software
Replies: 0
Last Post: 26th July 2007, 01:28 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules