Ask a question

Tim Stockman

SBS2008 to Server 2016 + Server2012/Exchange2013 Set-Outlookanywhere issues

Hi everyone - first time user of these guides and all gone well so far!

Step 7, Migrate SBS2008/Exchange 2007 guide

When trying to set-outlookanywhere in section 3 of Step 7:

[PS] C:\Windows\system32>$Exchange2013HostName = "mail.contoso.com"
[PS] C:\Windows\system32>Get-ExchangeServer | Where {($_.AdminDisplayVersion -Like "Version 8*") -And ($_.ServerRole -Like "*ClientAccess*")} | Get-ClientAccessServer | Where {$_.OutlookAnywhereEnabled -Eq $True} | ForEach {Set-OutlookAnywhere "$_\RPC (SBS Web Applications)" -ClientAuthenticationMethod Basic -SSLOffloading $False -ExternalHostName $Exchange2013HostName -IISAuthenticationMethods NTLM, Basic}
 
I get:
 
Set-OutlookAnywhere : The operation could not be performed because object 'server\RPC (SBS Web Applications)' could not be found on domain controller 'server. domain.local'.                                                                At line:1 char:219                                                              + Get-ExchangeServer | Where {($_.AdminDisplayVersion -Like "Version 8*") -And  ($_.ServerRole -Like "*ClientAccess*")} | Get-ClientAccessServer | Where {$_.Ou tlookAnywhereEnabled -Eq $True} | ForEach {Set-OutlookAnywhere <<<<  "$_\RPC (S BS Web Applications)" -ClientAuthenticationMethod Basic -SSLOffloading $False - ExternalHostName $Exchange2013HostName -IISAuthenticationMethods NTLM, Basic}       + CategoryInfo          : NotSpecified: (0:Int32) [Set-OutlookAnywhere], M     anagementObjectNotFoundException                                                 + FullyQualifiedErrorId : 8A359892,Microsoft.Exchange.Management.SystemCon     figurationTasks.SetRpcHttp 
 
 
OWA works fine on the old box and appears to be in the right location - any ideas?
 
 
Cheers
 
Tim                                              

asked05/18/2019 15:42
89 views
Add Comment
Tim Stockman

WOW - awesome help from Mariette! Thanks! All fixed!

Mariette Knap

Thanks Tim!


replied 05/19/2019 10:07
Last Activity 05/19/2019 10:07

1 Answer(s)

  • Mariette Knap
    Add Comment
Add an Answer