Recent posts

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

Exchange 2010 SP2 Update Rollup 1 is released

Exchange 2010 SP2 Update Rollup 1 is releasedNEWS

Yesterday Microsoft announced on their Exchange Team blog (URL: http://bit.ly/ynvrHT) that Update Rollup 1 has been released for Exchange 2010 SP2.   Read about what the update roll will fix: http://support.microsoft.com/kb/2645995 Download link http://www.microsoft.com/download/en/details.aspx?id=28809 Make sure you deploy this update into a test environment before deploying it into production! If you’re looking for feedback, check

Search for PST files on clients

Search for PST files on clientsdocument-code

Wrote a basic PowerShell script that searches all computers listed in the clients.txt file. Saving the pst files into the destination path. For each computer, a folder is created with the corresponding computer name so that the PST files is collected per client. Before the PST Capture Tool was released I wrote a post about