Publishing a calendar to the internet with Exchange 2013

I'm trying to enable publish calendars to the internet...

I'm following this article:  http://technet.microsoft.com/en-us/library/jj853046(v=exchg.150).aspx

I got past the first step...   but the second step is says to "Use the shell to enable the publishing virtual directory" and this is where I am having the problem...  I copy and paste the command and change the variables to what I believe what should be my own...  this is the command I am running.

Set-OwaVirtualDirectory -Identity "CLIENTACCESSSERVER" -ExternalUrl "https://clientaccessserver/owa" -CalendarEnabled $true

But I am getting error:

[PS] C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft Exchange Server 2013>Set-OwaVirtualDirectory -Ide
ty "owa" -ExternalUrl "https://clientaccessserver/owa" -CalendarEnabled $true
The operation couldn't be performed because object 'CLIENTACCESSSERVER.DOMAIN.ORG\owa' couldn't be found on 'DOMAINCONTROLLER.DOMAIN.ORG'.
    + CategoryInfo          : NotSpecified: (:) [Set-OwaVirtualDirectory], ManagementObjectNotFoundException
    + FullyQualifiedErrorId : BA592F42,Microsoft.Exchange.Management.SystemConfigurationTasks.SetOwaVirtualDirectory
    + PSComputerName        : EXCHANGESERVER.DOMAIN.org

Do I not have a client access server set up? am I missing something?


July 1st, 2013 8:22pm

In my case I write the Name as in the Get-OwaVirtualDirectory command which is owa (Default Web Site)

[PS] C:\Windows\system32>Get-OwaVirtualDirectory

Name                                    Server                                  OwaVersion
----                                    ------                                  ----------
owa (Default Web Site)         Server                                         Exchange2010

The command you need to run must be like:

Set-OwaVirtualDirectory -Identity "owa (Default Web Site)" -CalendarEnabled $true

regards.

okan.

Free Windows Admin Tool Kit Click here and download it now
July 16th, 2013 12:51pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics