While trying to enable Calendar publishing I encountered the following error after running this command:
Set-OwaVirtualDirectory -Identity <Server> -ExternalUrl <outside URL> -CalendarPublishingEnabled $true
Error:
A positional parameter cannot be found that accepts argument '-CalendarPublishingEnabled'.
+ CategoryInfo : InvalidArgument: (:) [Set-OwaVirtualDirectory], ParameterBindingException
+ FullyQualifiedErrorId : PositionalParameterNotFound,Set-OwaVirtualDirectory
I have run the EMS as administrator and a user with full RBAC rights. I have also checked that -CalendarEnable is set to true. OWA is working fine for us so I am somewhat befuddled why I can not see this setting for Set-OwaVirtualDirectory (It does not appear when tabbing through available properties)
Thoughts??