We've ran dcdiag and it comes back clean. I'll get with the Windows admins and 
see what we can find. 

Sent from my iPhone

> On Aug 9, 2017, at 5:17 PM, Michael B. Smith <mich...@smithcons.com> wrote:
> 
> That begins to sound like AD DS weirdness.
> 
> -----Original Message-----
> From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] 
> On Behalf Of Maglinger, Paul
> Sent: Wednesday, August 9, 2017 5:56 PM
> To: 'exchange@lists.myitforum.com'
> Subject: [Exchange] RE: Test E-mail AutoConfiguration HTTP protocol server 
> name incorrect
> 
> Okay, this is weird.  When I ran the script the first time there were 12 
> servers listed under the ExchangeServer header - including 2 that were 
> decommissioned.
> Now when I run it there is only one - and it's the one I ran the script from 
> and should be there but I don't see the other 9.
> 
> 
> -----Original Message-----
> From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] 
> On Behalf Of Michael B. Smith
> Sent: Wednesday, August 09, 2017 4:31 PM
> To: exchange@lists.myitforum.com
> Subject: [Exchange] RE: Test E-mail AutoConfiguration HTTP protocol server 
> name incorrect
> 
> That doesn't make any sense. That's exactly what the script does:
> 
>        $parameters = @{
>            'Status' = $true
>        }
> 
>        if( -not $allServers )
>        {
>            $parameters += @{ 'Identity' = $env:ComputerName }
>        }
> 
>        $r = Get-ExchangeServer @parameters
> 
>        $r | fl Name, Identity, Fqdn, Edition, 
>            Site, OrganizationalUnit, ServerRole, 
>            AdminDisplayVersion, ExchangeVersion, 
>            Static*, Current*,
>            Is*
> 
> -----Original Message-----
> From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] 
> On Behalf Of Maglinger, Paul
> Sent: Wednesday, August 9, 2017 5:22 PM
> To: 'exchange@lists.myitforum.com'
> Subject: [Exchange] RE: Test E-mail AutoConfiguration HTTP protocol server 
> name incorrect
> 
> No, they do not show up.
> 
> -----Original Message-----
> From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] 
> On Behalf Of Michael B. Smith
> Sent: Wednesday, August 09, 2017 4:10 PM
> To: exchange@lists.myitforum.com
> Subject: [Exchange] RE: Test E-mail AutoConfiguration HTTP protocol server 
> name incorrect
> 
> Does "Get-ExchangeServer -Status" find the old servers? I bet it does...
> 
> -----Original Message-----
> From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] 
> On Behalf Of Maglinger, Paul
> Sent: Wednesday, August 9, 2017 5:00 PM
> To: 'exchange@lists.myitforum.com'
> Subject: [Exchange] RE: Test E-mail AutoConfiguration HTTP protocol server 
> name incorrect
> 
> Interesting.  When I run your script 2 decommissioned Exchange servers show 
> up under the ExchangeServer header.
> When I run a Get-ExchangeServer command alone they do not.  
> So what information are you pulling down that the Get-ExchangeServer alone 
> isn't?
> Additionally, everything listed under those 2 servers is either null or 
> "False" except for "IsValid" which is "True"
> 
> Paul
> 
> 
> -----Original Message-----
> From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] 
> On Behalf Of Michael B. Smith
> Sent: Wednesday, August 09, 2017 3:28 PM
> To: exchange@lists.myitforum.com
> Subject: [Exchange] RE: Test E-mail AutoConfiguration HTTP protocol server 
> name incorrect
> 
> Run this. (Save as ps1, run in Exchange Management Shell, the output is 
> rather voluminous, so you should probably redirect to a file.)
> 
> This should tell you where the old server name is referred to.
> 
> I haven't tested this on Exchange 2010 in a while, but I think it should 
> still work.
> 
> -----Original Message-----
> From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] 
> On Behalf Of Maglinger, Paul
> Sent: Wednesday, August 9, 2017 3:48 PM
> To: 'exchange@lists.myitforum.com'
> Subject: [Exchange] Test E-mail AutoConfiguration HTTP protocol server name 
> incorrect
> 
> Exchange 2010 SP3 UR17
> When I run Test E-mail Autoconfiguration on my workstation everything looks 
> good except under the Exchange HTTP protocol heading where it has the server 
> name.  The server listed was one that we decommissioned a while back.  I have 
> Googled and searched for where this is coming from and I can't find it.  Can 
> someone tell me where this can be changed?
> 
> TIA,
> 
> Paul
>  
> PS - Apologies if this is a multiple post - our spam filter seems to have 
> acquired a dislike for the list's messages and I'm working on that.
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 


Reply via email to