Delete Mailbox Without Deleting User Account in Exchange 2013
In Exchange 2013, if you delete a mailbox, the user associated with the mailbox in Active Directory is also deleted. But at some point, you might just want to delete mailbox only. So, in this post I will show steps to delete mailbox without deleting user account in Exchange 2013. Delete Mailbox Without Deleting User […]
Script to Create AD User Accounts from MS Access File
It can be very painful to create hundreds and thousands of user accounts using GUI method. But there are some command line tools and PowerShell cmdlets to make the job simpler, easier and faster. Let’s say a company wants to create user accounts of all the employees of the company. The names of the employees […]
Create User Mailbox in Exchange 2010
After you install Exchange 2010, the very first thing you would want to do is to create some mailboxes. You can start sending and receiving emails only after you create mailboxes in Exchange server. So, in this post I will show steps to create user mailbox in Exchange 2010. Create User Mailbox in Exchange 2010 […]
Create Bulk User Accounts from Excel CSV file in Server 2008 R2
With the power and combination of Excel, CSV, and PowerShell you can easily create thousands of users within minutes. There are GUI tools like Active Directory Users and Computers and Active Directory Administrative Center which can be used to create user accounts and other AD objects. Imagine creating 50 user accounts with Active Directory Users and Computers. This method […]