exchange is working mail working web mail working no event errors the only thing is that client access did not install
this is from the log file, have search everywhere and cannot fin the solution
Thank you Christy
Language Files COMPLETED
Restoring Services COMPLETED
Languages COMPLETED
Hub Transport Server Role COMPLETED
Client Access Server Role FAILED
The following error was generated when "$error.Clear();
update-WebServicesVirtualDirectoryVersio
n -DomainController $RoleDomainController;
$urlToUse = "https://" + $RoleFqdnOrName
+ "/ews/exchange.asmx";
$existingVDirs = get-WebServicesVirtualD
irectory -Server $RoleFqdnOrName -DomainController $RoleDomainController;
if ($existingVDirs -ne $null)
{
if ($RoleIsDatacenter -eq $true)
{
$existingVDirs | set-web
servicesvirtualdirectory -InternalNLBBypassUrl $urlToUse -WindowsAuthentication
$true -WSSecurityAuthentication:$true -DomainController $RoleDomainController -U
pdateManagementVirtualDirectory -CertificateAuthentication $true -Force -GzipLev
el High;
}
else
{
$existingVDirs | set-web
servicesvirtualdirectory -InternalNLBBypassUrl $urlToUse -WindowsAuthentication
$true -WSSecurityAuthentication:$true -DomainController $RoleDomainController -C
ertificateAuthentication $true -Force -GzipLevel High;
}
}
else
{
new-WebServicesVirtualDirectory
-windowsAuthentication:$true -WSSecurityAuthentication:$true -InternalNLBBypassU
rl $urlToUse -DomainController $RoleDomainController -Force -GzipLevel High;
}
" was run: "Exception from HRESULT: 0x80005006".
The Exchange Server setup operation didn't complete. More details can be found
in ExchangeSetup.log located in the <SystemDrive>:\ExchangeSetupLogs folder.
Exchange Server setup encountered an error.