Outlook Autodiscover After Migrating To Office 365 / Exchange Online
article #839, updated 2631 days ago

After migrating all email accounts from an on-premises Exchange 2008 or later server to Exchange Online, there remains the problem of what to do about new Outlook profile creation. Outlook will still look for the old server name, and especially if you want to keep the old server alive for a while, you will have significant problems getting Outlook 2013 to do anything with Exchange Online. Here is what the extraordinary Matt Quick and I did recently with beautiful results.

For the sake of this discussion, “localdomain.local” is the LAN-local AD-enabled domain, and “publicdomain.pub” is the Internet domain. The on-prem Exchange originally had local DNS name “exchange.localdomain.local” and Internet DNS name “exchange.publicdomain.pub”.

  1. Migrated all mailboxes from on-premises Exchange 2010 to Exchange Online. Dirsync was used for initial account setup, then turned off for the actual copyover process which was done with MessageOps.
  2. In Exchange Management Shell, ran Get-ClientAccessServer to get the canonical name of on-prem Exchange (we’ll say it was EXCHANGENAME), and then Set-ClientAccessServer -Identity EXCHANGENAME -AutoDiscoverServiceInternalUri $NULL (replacing EXCHANGENAME with the actual name) to nullify as many defaults as possible.
  3. Set autodiscover.localdomain.local as a CNAME to autodiscover.outlook.com.
  4. Set autodiscover.publicdomain.pub as a CNAME to autodiscover.outlook.com in Internet DNS. This LAN has a local copy of publicdomain.pub in its domain controllers, so copied this record to the local server as well.
  5. Unregistered the NIC for the on-premises Exchange server in DNS. The checkboxes are in the DNS tabs of both TCP/IPv4 and TCP/IPv6, within the Advanced area of the NIC. This is done so that DNS changes which are next, will not be undone automatically.
  6. Removed DNS A records exchange.localdomain.local and exchange.publicdomain.pub from local and Internet DNS respectively.
  7. Added DNS CNAME records exchange.localdomain.local and exchange.publicdomain.pub, both pointing to outlook.office365.com, to local and Internet DNS as appropriate.
  8. Set up oldexchange.localdomain.local and oldexchange.publicdomain.pub as A records pointing to the IP being used by the on-premises Exchange, to local and Internet DNS as appropriate, for archival uses and until we are ready to decommission the on-prem Exchange altogether.

Categories:      

==============

Installing the GUI onto Windows Server 2012 Core
article #853, updated 2631 days ago

The indefatigable Matt Quick provides thus:

http://prajwaldesai.com/switching-between-gui-and-server-core-in-windows-server-2012/

Categories:      

==============

Bluescreen at boot with win32k.sys error
article #1022, updated 2631 days ago

If Windows 7 won’t boot all the way, if it gives a bluescreen involving win32k.sys, it may be a bad update. Boot into startup repair and rename FNTCACHE.DAT in system32 to .OLD. That forces Windows to make a new one and boot will occur next time.

Courtesy of the excellent Matt Quick.

Categories:      

==============

A tool to retrieve, examine, and test SSL certs in servers
article #1085, updated 2631 days ago

From the excellent Matt Quick:

http://www.netscantools.com/ssl-certificate-scanner-standalone.html

Categories:      

==============

"Failed to schedule Software Protection service for re-start" Error Code: 0x80070005
article #1083, updated 2632 days ago

One way this can be fixed at least sometimes, is to give “NETWORK SERVICE” full rights to:

C:\Windows\System32\Tasks\Microsoft\Windows\SoftwareProtectionPlatform

Categories:      

==============

Windows Registry Cleaning & Optimization
article #1081, updated 2634 days ago

This tool:

http://www.pcstarters.net/performance-maintainer/

is an aggregator which appears to be very helpful so far.

Categories:      

==============

SPF for Constant Contact
article #873, updated 2634 days ago

Awhile ago it came to light that the following needed to be added to SPF records for email-enabled domains using Constant Contact:

include:ccsend.com include:constantcontact.com include:confirmedcc.com

Things have gotten a lot better. The following now covers all of the above:

ip4:208.75.120.0/22

Categories:      

==============

SoundFont Editing: Polyphone
article #641, updated 2634 days ago

Polyphone works very well, for both SF2 and SFZ:

http://polyphone-soundfonts.com

Categories:      

==============

Azure Active Directory Sync Stops Working
article #1080, updated 2639 days ago

If this stops working, often it’s due to Microsoft updates of various sorts, cloud or LAN server or both. The first thing to try usually fixes it, unless your AD sync tool is very out of date; if it is very out of date, update first!

  1. Run Azure AD Connect
  2. Choose Customize Synchronization Options, click Next
  3. Sign in with Azure administrative creds
  4. Run through the wizard, choose your settings carefully carefully.

Done!

Categories:      

==============

Favicon generator for all platforms
article #1079, updated 2639 days ago

Favicons now come in many flavors. Here’s one web tool which handles it all.

https://realfavicongenerator.net/

Categories: