Recent posts

C#.NET – Configure Exchange 2010 Tool

C#.NET – Configure Exchange 2010 Toolimage.png

====== Updated the code again, this time a minor bug in code. Version is now 0.93. ====== Thanks to John A Cook @JohnACook, who found the issue. It’s now resolved, the tool is now updated and working in my lab environment. It was a compilation issue, found out that it was compiled as a x86

C#.NET – Create Mailboxes

C#.NET – Create Mailboxesimage_thumb.png

Updated: Version 1.0.1 is released I’ve added the possibility to create Room, Equipment and Shared Mailboxes. The zip file with the application is now updated, one CSV example file is included. ===== This is my 3rd C#.Net application, this one is creating mailboxes based on CSV file (semi colon separated). I’m using FileHelpers for reading

C#.NET – List all mailboxes

C#.NET – List all mailboxesC#

Since I promised to put the source code and the application here on the blog, so here it is. The source code can be downloaded here. It’s not any kind of advanced application, it lists all mailboxes in the environment it’s connected to. The connection is done by using Remote PowerShell and can be configured