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 the CSV file, this dll file is embedded into the exe file for easier handle. The application is using remote PowerShell, so make sure that you have enabled remote PowerShell for the user that’s configured.…
Month: March 2012
Selected PowerShell commands, output to CSV file
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