Tuesday, March 15, 2016

Certificate for Exchange 2010

When importing certificate using Exchange Management Console (EMC) for POP3 protocol, run EMC on the server you import certificate to.  Otherwise it may lead to POP3 protocol not working properly using SSL (port 995) on remote Exchange server.

Wednesday, February 24, 2016

Auto discover slowness Outlook 2016

Microsoft has a vague article about it: https://support.microsoft.com/en-us/kb/2212902

From the list of keys they have to our disposal following is to our experience:

·         ExcludeHttpsRootDomain – no affect
ExcludeHttpsAutoDiscoverDomain – no affect
·         ExcludeScpLookup
ExcludeLastKnownGoodURL

After I added ExcludeScpLookup and ExcludeLastKnownGoodURL auto discover started working fast. One of these two keys added to the registry with the value of 1 is the fix of the issue.

Thursday, February 11, 2016

Giving Helpdesk Full access to Rooms

Get-MailBox -Resultsize Unlimited | Where-Object {$_.ResourceType -eq "Room"} | Add-MailboxPermission -User Helpdesk -AccessRights FullAccess

Helpdesk - security group name.

Thursday, January 14, 2016

Windows 2012 R2 cluster - confusing error message

Following error is found in the cluster log:

000002e4.000016b8::2015/12/16-06:00:51.667 WARN  [QUORUM] Node 1: weight adjustment not performed. Cannot go below weight count 3 in a hybrid configuration with 2+ nodes

This error does not mean that hybrid configuration can't survive weight count going below count 3.  Windows 2012 R2 2 physical node cluster + File Share Witness (FSW) properly surviving failure of one of the physical nodes (therefore having the weight count going to 2).