We have noticed that Chrome browsers have significant delay in loading websites through a reverse proxy server like TMG. Issue: There is a new feature in Chrome called SSL False Start which is supposed to speed up your SSL connections. Unfortunately, the end result against sites published by TMG is they don’t ever load unless the user manually refreshes the page a 2nd time. Keep in mind this applies to any SSL website published by TMG and accessed by a user with Chrome, not just Lync Web App or Outlook Web App. There is also an issue open on Google Code about this problem, http://code.google.com/p/chromium/issues/detail?id=67617, but there is no server-side fix. At this time the only solution is to modify the Google Chrome shortcut to disable the SSL False Start feature. Just modify your shortcut to be “chrome.exe -disable-ssl-false-start” and all is well. Reference: http://www.confusedamused.com/tags/tmg/ Lync Web App and TMG Hangs January 24, 2011
Author: Steve Man
Get all mailboxes with IMAP enabled using powershell
To get all mailboxes with IMAP enabled using powershell, use the command below Get-CASMailbox -resultsize unlimited | where {$_.IMAPEnabled} | select Name, SamAccountName
Use Netstat to select specific strings
Use Netstat to select specific strings, in this case Ip address 192.168.1.2, port 993: use the command below: netstat -ano | Select-String 192.168.1.2:993
Grant send-on behalf to distribution list
To Grant send-on behalf to distribution list called DL for User1: Set-DistributionGroup -Identity “DL” -GrantSendOnBehalfTo “User1”
The Black Hole Method in Exchange
Create distribution list with no members. Emails sent to this DL will go into blackhole and won’t NDR. Exchange silently deletes them.
Automatically Check Your Spelling Before Sending In Outlook 2007
Automatically Check Your Spelling Before Sending In Outlook 2007 go to this link: http://www.lockergnome.com/windows/2007/08/29/automatically-check-your-spelling-before-sending-in-outlook-2007/
Changing the default address book in Outlook
How to change the default address book in Outlook http://office.microsoft.com/en-us/outlook-help/change-the-default-address-book-watch-and-learn-HA010252526.aspx
Automatically Spell Check Emails Before Sending
Automatically Spell Check Emails Before Sending: go to this link http://www.addictivetips.com/windows-tips/outlook-2010-automatically-spell-check-emails-before-sending/
Balancing Active Databases
cd ‘E:Program FilesMicrosoftExchange ServerScripts’
.RedistributeActiveDatabases.ps1 -ShowDatabaseCurrentActives >C:db.txt
.RedistributeActiveDatabases.ps1 -dagname <dagname> -BalanceDbsByActivationPreference -ShowFinalDatabaseDistribution -Confirm:$false