Running into a weird situation I can’t get around:
[PS] C:Windowssystem32>Set-ADServerSettings -ViewEntireForest $true [PS] C:Windowssystem32>Get-ExchangeServer | Where {$_.AdminDisplayVersion -like "*14.*" -and $_.IsClientAccessServer} | Set-OutlookAnywhere -IISAuthenticationMethods Basic,NTLM The operation couldn't be performed because object '$SERVER' couldn't be found on '$DC.domain.com'. + CategoryInfo : NotSpecified: (0:Int32) [Set-OutlookAnywhere], ManagementObjectNotFoundException + FullyQualifiedErrorId : A39ACEE4,Microsoft.Exchange.Management.SystemConfigurationTasks.SetRpcHttp The operation couldn't be performed because object '$SERVER' couldn't be found on '$DC.domain.com'. + CategoryInfo : NotSpecified: (1:Int32) [Set-OutlookAnywhere], ManagementObjectNotFoundException + FullyQualifiedErrorId : 1325B99,Microsoft.Exchange.Management.SystemConfigurationTasks.SetRpcHttp
I have replaced the Server names with $SERVER and the DC’s with $DC FYI to protect the innocent.
Anyone have any ideas? You can see that I set the entire forest view to true.
submitted by /u/Rollingprobablecause
[link] [comments]
The post Object Connect Failures in AD appeared first on How to Code .NET.