[Exchange] Test E-mail AutoConfiguration HTTP protocol server name incorrect

2017-08-09 Thread Maglinger, Paul
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 com

[Exchange] Test E-mail AutoConfiguration HTTP protocol server name incorrect

2017-08-09 Thread Maglinger, Paul
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 com

[Exchange] Test email

2017-08-09 Thread Maglinger, Paul
Kind and gentle people - forgive me. I'm trying to figure out why I stopped getting emails from the list server. Paul

[Exchange] RE: Test email

2017-08-09 Thread Michael B. Smith
You are wrking again -Original Message- From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Maglinger, Paul Sent: Wednesday, August 9, 2017 4:06 PM To: 'exchange@lists.myitforum.com' Subject: [Exchange] Test email Kind and gentle people - forgive me.

[Exchange] Test email 2

2017-08-09 Thread Maglinger, Paul
Kind and gentle people - forgive me. I'm trying to figure out why I stopped getting emails from the list server. Paul

[Exchange] RE: Test E-mail AutoConfiguration HTTP protocol server name incorrect

2017-08-09 Thread Michael B. Smith
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. -Origin

[Exchange] RE: Test email

2017-08-09 Thread Maglinger, Paul
HOORAH! I was jonesing for some Exchange correspondence! Did my other emails regarding the autoconfiguration and HTTP make it through? -Original Message- From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Michael B. Smith Sent: Wednesday, August 09,

Re: [Exchange] Test email 2

2017-08-09 Thread Andrew S. Baker
We have seen both test 1 and test 2 Regards, *ASB* *http://XeeMe.com/AndrewBaker * *Providing Expert Technology Consulting Services for the SMB market…* * GPG: *860D 40A1 4DA5 3AE1 B052 8F9F 07A1 F9D6 A549 8842 On Wed, Aug 9, 2017 at 4:21 PM, Maglinger, Paul

Re: [Exchange] Test email 2

2017-08-09 Thread Steve Ens
Still waiting for the 3rd test. On Wed, Aug 9, 2017 at 3:42 PM Andrew S. Baker wrote: > We have seen both test 1 and test 2 > > Regards, > > *ASB* > *http://XeeMe.com/AndrewBaker * > > *Providing Expert Technology Consulting Services for the SMB market…* > > * GP

Re: [Exchange] RE: Test email

2017-08-09 Thread Andrew S. Baker
Yes... Regards, *ASB* *http://XeeMe.com/AndrewBaker * *Providing Expert Technology Consulting Services for the SMB market…* * GPG: *860D 40A1 4DA5 3AE1 B052 8F9F 07A1 F9D6 A549 8842 On Wed, Aug 9, 2017 at 4:27 PM, Maglinger, Paul wrote: > HOORAH! I was jon

RE: [Exchange] Test email 2

2017-08-09 Thread Maglinger, Paul
Thanks everyone for your patience while I worked through this. Paul From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Andrew S. Baker Sent: Wednesday, August 09, 2017 3:35 PM To: Exchange Subject: Re: [Exchange] Test email 2 We have seen both test 1 and t

[Exchange] RE: Test E-mail AutoConfiguration HTTP protocol server name incorrect

2017-08-09 Thread Maglinger, Paul
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 thos

[Exchange] RE: Test E-mail AutoConfiguration HTTP protocol server name incorrect

2017-08-09 Thread Michael B. Smith
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: [Exchan

[Exchange] RE: Test E-mail AutoConfiguration HTTP protocol server name incorrect

2017-08-09 Thread Maglinger, Paul
I don't see them in ADSI either. -Original Message- From: Maglinger, Paul Sent: Wednesday, August 09, 2017 4:22 PM To: 'exchange@lists.myitforum.com' Subject: RE: Test E-mail AutoConfiguration HTTP protocol server name incorrect No, they do not show up. -Original Message- From:

[Exchange] RE: Test E-mail AutoConfiguration HTTP protocol server name incorrect

2017-08-09 Thread Maglinger, Paul
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 proto

[Exchange] RE: Test E-mail AutoConfiguration HTTP protocol server name incorrect

2017-08-09 Thread Michael B. Smith
That doesn't make any sense. That's exactly what the script does: $parameters = @{ 'Status' = $true } if( -not $allServers ) { $parameters += @{ 'Identity' = $env:ComputerName }

[Exchange] RE: Test E-mail AutoConfiguration HTTP protocol server name incorrect

2017-08-09 Thread Maglinger, Paul
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. -Or

[Exchange] RE: Test E-mail AutoConfiguration HTTP protocol server name incorrect

2017-08-09 Thread Michael B. Smith
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 AutoConfig

Re: [Exchange] RE: Test E-mail AutoConfiguration HTTP protocol server name incorrect

2017-08-09 Thread Maglinger, Paul
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 wrote: > > That begins to sound like AD DS weirdness. > > -Original Message- > From: listsad...@lists.myitforum.com