andydis Posted September 30, 2014 Posted September 30, 2014 Hi Everyone , Very strange problem, We have aload of new users in AD , they are all in a OU named 19 (their usernames start with 19). I can clearly see them in AD , and they can all login. When i goto exchange ECP and click new mailbox > existing user, they do not show up? ok i thought lets do a powershell script to show who has a mailbox in that OU Get-User -OrganizationalUnit 19 produces about 5 users but there more like 150 users in there any ideas??
DellOughta Posted October 1, 2014 Posted October 1, 2014 Hi These are the cmds I use to bulk create mailboxes for existing users (I use a spread sheet and create massive list of the same cmds with the different user names), I hide these users form the address book (only staff use the address book) I also give them a cu tdown version of outlook web access (don't want them faffing about stuff) CMD TO CREATE MAIL BOXES Enable-Mailbox -Identity DOMAIN_NAME\BLOGGS01 -Database EXDB01 CMD TO HIDE FROM ADDRESS LIST Set-Mailbox -Identity BLOGGS01 -HiddenFromAddressListsEnabled $true CMD TO APPLY CUT DOWN OUTLOOK POLICY Set-CASMailbox -Identity BLOGGS01 -OwaMailboxPolicy:STUDENTS_OWA Hope this helps Mike
andydis Posted October 1, 2014 Author Posted October 1, 2014 doesn;t matter am migrating them all to O365 where they can have a mailbox, might as well start now
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now