C#.NET – Configure Exchange 2010 Tool
April 26, 2012 in Code, Exchange 2010
A while ago I was having this idea of creating a tool that configure the most common things on the Exchange server(s). It took about 3-4 weeks to complete the application with all coding, which includes around 3000 lines in total. The tool should be used locally on the server, since it’s using the Exchange PowerShell snapin when doing the query’s and configuring parts. Besides the smaller parts that uses PowerShell the application is built on C#.NET. Before going into detail, at the moment it’s version 0.9 since I’m about to optimize the code a bit more. I will update the blog post when it’s done. Until then, use it as much you want and feel free to give any feedback (it’s great to get feedback). The debugging of the application has been done on Exchange 2010 SP2, that’s the version it’s built for. But most likely it will work [...]




















