We discovered that the ActiveSyncVirtualDirectory is missing on the SBS2008 server - I have been trying to recreate it using the New-ActiveSyncVirtualDirectory command. I included the command and error. The account has admin exchange rights and I have
been running the command at an elevated privilege.
New-ActiveSyncVirtualDirectory -WebsiteName "SBS Web Applications" -InternalUrl "https://Sites/Microsoft-Server-ActiveSync" -ExternalAuthenticationMethods Basic -InternalAuthenticationMethods Basic
[PS] C:\Windows\System32>New-ActiveSyncVirtualDirectory -WebsiteName "SBS Web Ap
plications" -InternalUrl "https://Sites/Microsoft-Server-ActiveSync" -ExternalAu
thenticationMethods Basic -InternalAuthenticationMethods Basic
New-ActiveSyncVirtualDirectory : An error occurred while creating the IIS virtu
al directory 'IIS://test.tester.local/W3SVC/3/ROOT/Microsoft-Server-ActiveSync'
on 'test'.
At line:1 char:31
+ New-ActiveSyncVirtualDirectory <<<< -WebsiteName "SBS Web Applications" -Int
ernalUrl "https://Sites/Microsoft-Server-ActiveSync" -ExternalAuthenticationMet
hods Basic -InternalAuthenticationMethods Basic