Exchange 2007 Mail Contact going to Gmail and Calendar Integration

On March 23, 2010, in Uncategorized, by admin

I a mail contact in Exchange 2007 that points to a Gmail account and the complaint was that they did not get proper calendar invites, they got a text email with the dreaded winmail.dat

The fix is to edit the mail contact in Exchange and change the Rich Text Format to Never for the contact.

Tagged with:  

Create exchange accounts from Perl

On February 11, 2010, in Uncategorized, by admin

I have not been able to create MS Exchange 2007 accounts from perl, the only method i have found that works is to call the powershell command to create the account. Below is an examle.

system qq[PowerShell.exe -PSConsoleFile "C:\\Program Files\\Microsoft\\Exchange Server\\Bin\\ExShell.psc1" -Command ". {Enable-Mailbox -Identity fitsuny\\] . $adUser->samaccountname . qq[ -Alias ] . $adUser->samaccountname . qq[ -Database $database] . $value. qq[}"];
Tagged with: