Welcome to David Sandor Sign in | Join | Help

Browse by Tags

All Tags » Active Directory   (RSS)
Move Mailbox - Access control list (ACL) inheritance is blocked for the Exchange server object.
I am migrating a client from Exchange Server 2003 to Exchange Server 2007. In doing so I decided to move some test mailboxes from the Exchange Server 2003 server and promptly received the following error: Error occurred in the step: Preparing mailbox Read More...
Enumerating / Listing all the users in an Active Directory group using C# / .NET
This should not be this hard. I found examples everywhere. All failed until I found the post here: http://forums.asp.net/p/1015907/1365445.aspx I adapted that code slightly to make it a bit more effecient, the result is below. /// /// This returns a list Read More...