Exchange 2010 SP3 - Trying to enable internet calendar sharing following this article:http://technet.microsoft.com/en-us/library/ff607475(v=exchg.141).aspx
Having trouble with the following step:
Use the Shell to enable the publishing virtual directory
Set-OwaVirtualDirectory -Identity "CAS01" -ExternalUrl "<URL for the CAS01>" -CalendarPublishingEnabled $true
From shell:
[PS] C:\windows\system32>Set-OwaVirtualDirectory -Identity "MYSERVERCAS" -ExternalUrl "mail.myserver.com" -CalendarPublishingEnabled $true
The operation couldn't be performed because object 'MYSERVERCAS.DOMAIN.LOCAL\MYSERVERCAS' couldn't be found on 'DOMAINCONTROLLER.DOMAIN.LOCAL'.
+ CategoryInfo : NotSpecified: (0:Int32) [Set-OwaVirtualDirectory], ManagementObjectNotFoundException
+ FullyQualifiedErrorId : 6318C04C,Microsoft.Exchange.Management.SystemConfigurationTasks.SetOwaVirtualDirectory
[PS] C:\windows\system32>
Cans some please assist. What is the correct syntax to get the virtual directories created for anonymous internet calendar sharing.