On an SBS2008 Migration we’ve installed Ex2013 on 2012-R2 & migrated all the Mailboxes and while OWA and Active Sync are working fine, Outlook Desktop (on the same LAN) is producing authentication failures, i.e., it keeps requesting credentials and most of the time it doesn’t accept them.
Exchange 2007 is still on the SBS2008 box (as we’re having problems uninstalling that too) but I don’t know if it’s that Ex2007 is still online or if it’s related to this...
Migrate Exchange Server 2007 from SBS 2008 to a new Exchange Server 2013 on Windows Server 2012 R2
In Chapter 5 , Step 16 the Set-VirtualDirectories.ps1 Script threw some errors but I was able to go in and set them manually (and I’m confident those are correct) however I’m not sure how to handle this one because PowerShell doesn’t seem to think that there is a MapiVirtualDirectory ?!
From the Set-VirtualDirectories.ps1 Script
PS C:\> Set-MapiVirtualDirectory "$HostName\mapi (Default Web Site)" -InternalUrl ((Get-MapiVirtualDirectory "$HostName\mapi (Default Web Site)").ExternalUrl)
Get-MapiVirtualDirectory : The term 'Get-MapiVirtualDirectory' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Please advise...