David Overton's Blog and Discussion Site
This site is my way to share my views and general business and IT information with you about Microsoft, IT solutions for ISVs, technologists and businesses, large and small. I specialise in Windows Intune and SBS 2008.
This blog is purely the personal opinions of David Overton. If you can't find the information you were looking for e-mail me at admin@davidoverton.com.

To find out more about my Windows Intune BOOK - Microsoft Windows Intune 2.0: Quickstart Administration click here

To find out more about my SBS 2008 BOOK - Small Business Server 2008, Installation, Migration and Configuration click here

Recreate the ActiveSyncVirtualDirectory on SBS2008

rated by 0 users
Not Answered This post has 0 verified answers | 1 Reply | 2 Followers

Top 200 Contributor
Points 21
INS posted on Fri, Apr 8 2011 7:02 PM

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


  • | Post Points: 21

All Replies

Top 10 Contributor
Points 83,883

Hi, have a look at http://www.fixkar.com/articles/kb/1070/ and let me know if this helps.

 

David

  • | Post Points: 5
Page 1 of 1 (2 items) | RSS

(c)David Overton 2006-13