Re: [Exchange] Re: Powershell help

2014-10-23 Thread Candee
...@lists.myitforum.com] *On Behalf Of *Candee *Sent:* Wednesday, October 22, 2014 12:29 PM *To:* exchange@lists.myitforum.com *Subject:* [Exchange] Re: Powershell help Let me rephrase this. I need to pull a list of recurring meetings created before 12/31/10, that are still being used. anyone

Re: [Exchange] Re: Powershell help

2014-10-23 Thread Candee
:* listsad...@lists.myitforum.com [mailto: listsad...@lists.myitforum.com] *On Behalf Of *Candee *Sent:* Wednesday, October 22, 2014 4:21 PM *To:* exchange@lists.myitforum.com *Subject:* Re: [Exchange] Re: Powershell help Sorry - He's a Certified Apple Consultant. He also apparently just fixed

RE: [Exchange] Re: Powershell help

2014-10-23 Thread Michael B. Smith
OK. Dealing with calendars is a little odd. A single “view” of a calendar cannot exceed 2 years, nor can it contain more than 1,000 items. The code below supports only that single view. If you want to go back further (or forward further), then you start “paging”, i.e., go a month at a time or a

RE: [Exchange] Re: Powershell help

2014-10-23 Thread Michael B. Smith
...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Michael B. Smith Sent: Thursday, October 23, 2014 9:58 AM To: exchange@lists.myitforum.com Subject: RE: [Exchange] Re: Powershell help OK. Dealing with calendars is a little odd. A single “view” of a calendar cannot exceed 2

Re: [Exchange] Re: Powershell help

2014-10-23 Thread Candee
@lists.myitforum.com *Subject:* RE: [Exchange] Re: Powershell help OK. Dealing with calendars is a little odd. A single “view” of a calendar cannot exceed 2 years, nor can it contain more than 1,000 items. The code below supports only that single view. If you want to go back further (or forward

Re: [Exchange] Re: Powershell help

2014-10-23 Thread Candee
: listsad...@lists.myitforum.com] *On Behalf Of *Michael B. Smith *Sent:* Thursday, October 23, 2014 9:58 AM *To:* exchange@lists.myitforum.com *Subject:* RE: [Exchange] Re: Powershell help OK. Dealing with calendars is a little odd. A single “view” of a calendar cannot exceed 2 years, nor can

Re: [Exchange] Re: Powershell help

2014-10-22 Thread Candee
separately. Look for multiple groupings. -Paul *From:* listsad...@lists.myitforum.com [mailto: listsad...@lists.myitforum.com] *On Behalf Of *Candee *Sent:* Wednesday, October 22, 2014 11:29 AM *To:* exchange@lists.myitforum.com *Subject:* [Exchange] Re: Powershell help Let me rephrase

Re: [Exchange] Re: Powershell help

2014-10-22 Thread Candee
? From: listsad...@lists.myitforum.com [mailto: listsad...@lists.myitforum.com] On Behalf Of Candee Sent: Wednesday, October 22, 2014 12:29 PM To: exchange@lists.myitforum.com Subject: [Exchange] Re: Powershell help Let me rephrase this. I need to pull a list of recurring meetings created before

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

RE: [Exchange] Re: Powershell help

2014-10-22 Thread Michael B. Smith
@lists.myitforum.com Subject: Re: [Exchange] Re: Powershell help Sorry - He's a Certified Apple Consultant. He also apparently just fixed this same problem at another large company. It's Exchange 2010 SP3, and I'm not getting very far. Someone in the forums pointed me to WebServices, and said it can be done