We are updating our Exchange server from SP1 CU4 to CU7 and receiving the following error message.
Get-OABVirtualDirectory settings appear correct so not sure where to look next.
Error:
The following error was generated when "$error.Clear();
$BEVdirIdentity = $RoleNetBIOSName + "\OAB (Exchange Back End)";
$be = get-OabVirtualDirectory -ShowMailboxVirtualDirectories -Identity $BEVdirIdentity -DomainController $RoleDomainController -ErrorAction SilentlyContinue;
if ($be -eq $null)
{
new-OabVirtualDirectory -Role Mailbox -WebSiteName "Exchange Back End" -DomainController $RoleDomainController;
}
set-OabVirtualdirectory -Identity $BEVdirIdentity -InternalUrl $null -ExternalUrl $null;
. "$RoleInstallPath\Scripts\Update-AppPoolManagedFrameworkVersion.ps1" -AppPoolName:"MSExchangeOABAppPool" -Version:"v4.0";
" was run: "System.Runtime.InteropServices.COMException (0x80070003): The system cannot find the path specified.