Recent posts

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

Selected PowerShell commands, output to CSV file

Selected PowerShell commands, output to CSV filepowershell

Here’s a sample on a basic PowerShell script that combines Get-Mailbox, Get-User and Get-MailboxStatistics commands. The specified objects will be saved into a CSV file. You can download the script here. I would be more than happy for any kind of comment or feedback Feel free to use the script below