Categories
Archive
![]() Blogroll
|
Creating a new mailbox with Powershell function on Exchange Server 2010
Posted in Exchange Server, Windows Powershell | 1 Comment | 4,968 views | 29/11/2009 21:01
I wrote a function for Hosted Exchange 2010 to create a new mailbox on Exchange Server 2010.
Usage of function: Add-MailUser –UserID “2452” –FirstName “Yusuf” –LastName “Ozturk” -CustomerOU “Users” I used System.Directory.Services to get Active Directory domain. Lets see how does it work: CustomerOU is the base of your user container. Just type your OU name like “Exchange” or “Users”.
Tags: create mailbox for exchange, hosted exchange create mailbox, how to create mailbox with powershell on exchange server 2010, powershell create mailbox exchange 2010
Comments (1)
Leave a Reply
|