Re: [Exchange] Re: Powershell help

2014-10-23 Thread Candee
As far as references, he has the ear of the big boss the president of Raymond. ::sigh:: He used to work in the Apple store, and that's where one of the execs first met him. Now he has his own consulting firm and swears he can fix this on Monday. On Wed, Oct 22, 2014 at 4:13 PM, Michael B. Smith

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
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?

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