Hi
I am running SBS 2011 and have been using Microsoft Baseline Configuration Analyzer 2.0 and slowley fixing all the errors and warning.
I fllowed the link and started to upgrade my echange 2010 to SP2 as recomended by Microsoft Baseline Configuration Analyzer 2.0.
after getting to step 5 "Client Access Role" I get this error.
Client Access Role
Failed
Error:
The following error was generated when "$error.Clear();
update-WebServicesVirtualDirectoryVersion -DomainController $RoleDomainController;
$urlToUse = "https://" + $RoleFqdnOrName + "/ews/exchange.asmx";
$existingVDirs = get-WebServicesVirtualDirectory -Server $RoleFqdnOrName -DomainController $RoleDomainController;
if ($existingVDirs -ne $null)
{
if ($RoleIsDatacenter -eq $true)
{
$existingVDirs | set-webservicesvirtualdirectory -InternalNLBBypassUrl $urlToUse -WindowsAuthentication $true -WSSecurityAuthentication:$true -DomainController $RoleDomainController -UpdateManagementVirtualDirectory -CertificateAuthentication $true -Force -GzipLevel High;
}
else
{
$existingVDirs | set-webservicesvirtualdirectory -InternalNLBBypassUrl $urlToUse -WindowsAuthentication $true -WSSecurityAuthentication:$true -DomainController $RoleDomainController -CertificateAuthentication $true -Force -GzipLevel High;
}
}
else
{
new-WebServicesVirtualDirectory -windowsAuthentication:$true -WSSecurityAuthentication:$true -InternalNLBBypassUrl $urlToUse -DomainController $RoleDomainController -Force -GzipLevel High;
}
" was run: "Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))".
Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
Click here for help... http://technet.microsoft.com/en-US/library/ms.exch.err.default(EXCHG.141).aspx?v=14.2.247.1&e=ms.exch.err.Ex88D115&l=0&cl=cp
Does any 1 have any idea on how to correct this error so I can complete the upgrade as now my clients iphones refuse to access the mail server but android and blackberry all work as normal.
Any feedback would be very greatly appreciated
Thank You.