We just installed Exchange 2010 into our environment which has Exchange 2007 SP2 already. When I go to the Client Access section I get this error:
An IIS directory entry couldn't be created. The error message is Access is Denied HResult = -2147024891 It was running the command Get-OwaVirtualDirectory
from the Shell:
[PS] C:\Windows\system32>get-OwaVirtualDirectory An IIS directory entry couldn't be created. The error message is Access is denied. . HResult = -2147024891 + CategoryInfo : NotInstalled: (CAS01-EXCH01\Public (Default Web Site):ADObjectId) [Get-OwaVirtualDirecto ry], IISGeneralCOMException + FullyQualifiedErrorId : 45A8FFC4,Microsoft.Exchange.Management.SystemConfigurationTasks.GetOwaVirtualDirectory
[PS] C:\Windows\system32>
It's trying to read something from the original CAS01-EXCH01 server how do I fix this?
|