[Exchange] Powershell help

2014-10-22 Thread Candee
I need to pull a list of all recurring meetings created prior to December 31, 2010 We have a consultant coming in that claims the reason we have issues with the iPhones is because our meetings are not all created since we upgraded. Can anyone help with the syntax? I know I can search within

[Exchange] RE: Really noob question

2014-10-22 Thread David McSpadden
Import needs to be done on all Exchange 2010 servers in my environment? From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Kennedy, Jim Sent: Wednesday, October 22, 2014 11:24 AM To: 'exchange@lists.myitforum.com' Subject: [Exchange] RE: Really noob

[Exchange] RE: Autodiscover Help

2014-10-22 Thread Michael B. Smith
You need to do something called autodiscover redirect. Doing a google/bing for that should lead you to the information you need. From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Kelsey, John Sent: Wednesday, October 22, 2014 1:00 PM To:

[Exchange] RE: Really noob question

2014-10-22 Thread Michael B. Smith
Everywhere the old cert is. Import all the new certs. Flip them to the new cert, all at once. Shouldn't be a problem. If you did it right. :) From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of David McSpadden Sent: Wednesday, October 22, 2014 11:35 AM

[Exchange] DNS external records and Testconnectivity

2014-10-22 Thread David McSpadden
I have the below set externally with Ultradns and Fisolv: Autodiscover.imcu.com 'A' 38.109.185.193 Mx1.imcu.com 'A' 38.109.185.193 LegacyMail.imcu.com 'A' 38.109.185.193 Mail.imcu.com 'A' 38.109.185.193 193.185.109.38.in-addr.arpa 'PTR' mail.imcu.com 193.185.109.38.in-addr.arpa 'PTR'

[Exchange] RE: DNS external records and Testconnectivity

2014-10-22 Thread David McSpadden
Thing is it has been working for about a year now. Just trying it now prior to getting new certs and it is failing. So since I don't test daily I am not sure when it broke. I will look at the TMG but I believe I have a rule there already. From: listsad...@lists.myitforum.com

[Exchange] RE: DNS external records and Testconnectivity

2014-10-22 Thread Orlebeck, Geoffrey
Oh, I was looking at this specific portion of the error: The Microsoft Connectivity Analyzer is attempting to retrieve an XML Autodiscover response from URL https://autodiscover.Imcu.com:443/Autodiscover/Autodiscover.xml for user dav...@imcu.commailto:dav...@imcu.com. The Microsoft

[Exchange] Certificate prompt after upgrading cert to SHA2

2014-10-22 Thread Maglinger, Paul
 Hoping for some help to understand what is going on here. Rekeyed my SHA1 certs to SHA2 and imported them into my certificate store. They showed up in Exchange and I assigned IMAP, POP, IIS and SMTP to it. So much for that. Exchange 2010 SP2 UR8 - 2 sites, flat domain. Each site has 2

[Exchange] RE: Really noob question

2014-10-22 Thread Kennedy, Jim
You are going to install them on the server, then assign them to the needed services on the server. Servers with client access need them for active sync, owa and so on. You will also need them on your Transport servers if you use TLS.

[Exchange] RE: Really noob question

2014-10-22 Thread David McSpadden
Perfect thank you From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Kennedy, Jim Sent: Wednesday, October 22, 2014 1:55 PM To: 'exchange@lists.myitforum.com' Subject: [Exchange] RE: Really noob question You are going to install them on the server, then

Re: [Exchange] Re: Powershell help

2014-10-22 Thread Candee
Thanks, but there are 2000 mailboxes. I'd rather not open them all. On Wed, Oct 22, 2014 at 1:54 PM, Maglinger, Paul pmaglin...@scvl.com wrote: Don’t need Powershell. Open Outlook, go to Calendar, click on View, Change View, select List, sort by date. Recurring appointments are grouped

Re: [Exchange] Re: Powershell help

2014-10-22 Thread Candee
that might work, actually. I'll try messing with it. Thanks On Wed, Oct 22, 2014 at 1:40 PM, Ramatowski, Paul M.. pramatow...@mediageneral.com wrote: I’m getting killed at work so I can’t play but would something like EndDate=$false or $Item.Recurrence.HasEnd -eq $false on the search?

[Exchange] RE: DNS external records and Testconnectivity

2014-10-22 Thread Orlebeck, Geoffrey
Sorry, to answer the question, you want the SRV record on your external DNS. Thanks, Geoff From: Orlebeck, Geoffrey Sent: Wednesday, October 22, 2014 11:02 AM To: 'exchange@lists.myitforum.com' Subject: RE: DNS external records and Testconnectivity Well (someone can jump in and correct me if

[Exchange] RE: DNS external records and Testconnectivity

2014-10-22 Thread David McSpadden
Yeah how the hell have I been working all year like this? No rule in TMG No SRV internal or external What the heck... :) I will start SRV record externally Then work on the TMG Then get my certs straight. Geez Thanks all From: listsad...@lists.myitforum.com

[Exchange] RE: DNS external records and Testconnectivity

2014-10-22 Thread Kennedy, Jim
It worked for you before because one of the fallback connection attempts is: https://autodiscover.domain.com/Autodiscover/Autodiscover.xml Something in your TMG broke that url. Mine has always run that way, no SRV here. From: listsad...@lists.myitforum.com

[Exchange] RE: DNS external records and Testconnectivity

2014-10-22 Thread Orlebeck, Geoffrey
That's a good list. It is possible you could have added the /Autodiscover/* path to your OWA rule. But I now remember I had to create a separate TMG rule because with our OWA we leverage 2FA with OTP and Autodiscover won't work in that config. So had the second rule to allow Autodiscover

[Exchange] RE: Autodiscover Help

2014-10-22 Thread Kelsey, John
That looks much better. So I did this: Made a new website called 'autodiscover redirect' bound to a new IP. Then set the http redirect on it to point to the real autodiscover site. Made a new internal DNS A record for autodiscover.phhealthcare.org pointing to that new IP. Seems too easy.

[Exchange] RE: DNS external records and Testconnectivity

2014-10-22 Thread David McSpadden
_autodiscover._tcp IN SRV 0 0 443 autodiscover.imcu.com Would the above be correct to ask my DNS authority to add? From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Orlebeck, Geoffrey Sent: Wednesday, October 22, 2014 2:14 PM To:

RE: [Exchange] Re: Powershell help

2014-10-22 Thread Maglinger, Paul
You left out that part! ☺ From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Candee Sent: Wednesday, October 22, 2014 1:01 PM To: exchange@lists.myitforum.com Subject: Re: [Exchange] Re: Powershell help Thanks, but there are 2000 mailboxes. I'd rather not

[Exchange] RE: DNS external records and Testconnectivity

2014-10-22 Thread Orlebeck, Geoffrey
Looks good to me. Thanks, Geoff From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of David McSpadden Sent: Wednesday, October 22, 2014 11:46 AM To: 'exchange@lists.myitforum.com' Subject: [Exchange] RE: DNS external records and Testconnectivity

[Exchange] RE: DNS external records and Testconnectivity

2014-10-22 Thread Michael B. Smith
Works internally is not the same as works externally. The external AutoDiscover failed because you have not configured TMG/ISA correctly - Geoffrey is correct about that. That will not stop internal AutoD from working. However, a SRV record is not required for devices for Exchange AutoD. Never

Re: [Exchange] RE: DNS external records and Testconnectivity

2014-10-22 Thread David McSpadden
Getting closer I will review internal and external DNS Not sure why we have mx1 Sent from my iPhone On Oct 22, 2014, at 4:12 PM, Michael B. Smith mich...@smithcons.commailto:mich...@smithcons.com wrote: Works internally is not the same as works externally. The external AutoDiscover failed

[Exchange] RE: DNS external records and Testconnectivity

2014-10-22 Thread Orlebeck, Geoffrey
Michael: Was an SRV required if Exchange was on an SBS 2008/2011 box since the console bound everything to 'remote.domain.com'? I thought I remembered reading SRV being a requirement to auto-configure devices within Exchange, but it may have been in the specific use case of SBS. I'm not

[Exchange] RE: DNS external records and Testconnectivity

2014-10-22 Thread Michael B. Smith
Ah, yes. If you want to avoid using a SAN/UCC cert, you can use the SRV to avoid it. That is commonly done in SBS installations. Lots of folks with Windows Essentials are doing it also. I admit that I had forgotten about that. From: listsad...@lists.myitforum.com

[Exchange] RE: Certificate prompt after upgrading cert to SHA2

2014-10-22 Thread Maglinger, Paul
Did that already - and double-checked. -Original Message- From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Knoch, James W Sent: Wednesday, October 22, 2014 2:56 PM To: exchange@lists.myitforum.com Subject: [Exchange] RE: Certificate prompt after

Re: [Exchange] RE: DNS external records and Testconnectivity

2014-10-22 Thread David McSpadden
If I am getting a San cert, Can I just keep my a record to auto discover.imcu.comhttp://discover.imcu.com? Sent from my iPhone On Oct 22, 2014, at 4:42 PM, Michael B. Smith mich...@smithcons.commailto:mich...@smithcons.com wrote: Ah, yes. If you want to avoid using a SAN/UCC cert, you can use

[Exchange] RE: Certificate prompt after upgrading cert to SHA2

2014-10-22 Thread Michael B. Smith
0 for 3. All I've got left is intermediate certs, which I believe someone else already mentioned. Personally, I'd be running some netmon/wireshark/MessageAnalyzer to figure out what's going on. Don't know how comfortable you are with that scenario. -Original Message- From:

[Exchange] RE: DNS external records and Testconnectivity

2014-10-22 Thread Orlebeck, Geoffrey
Okay, happy to know it was coming from a place of substance and not my imagination. I was still wrong in thinking it was Exchange specific and not Exchange on SBS specific. I come from the SBS world, so some of the logic used in those instances I have (incorrectly) applied to standard Exchange

[Exchange] Configuration options

2014-10-22 Thread Bud Durland
Good Day; Through acquisition, our company has grown from 1 site to 3. I have been tasked with evaluation different strategies for unifying e-mail for them. I have not worked with Exchange in a very long time, and have forgotten much of what I knew back in the day. So I'm just looking for

[Exchange] RE: Certificate prompt after upgrading cert to SHA2

2014-10-22 Thread Maglinger, Paul
I've played with wireshark a bit - but not proficient. If someone doesn't come up with something brilliant I may have to contribute to the Bill and Melinda Gates PSS Fund. -Original Message- From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of

RE: [Exchange] Re: Powershell help

2014-10-22 Thread Michael B. Smith
Ehh…. This shouldn’t be a big deal. I’ll take a look at SOB tomorrow. I think I’ve got PowerShell/EWS code for this already. From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Candee Sent: Wednesday, October 22, 2014 4:21 PM To: