RE: GFI - Ugh

2013-02-19 Thread Mayo, Bill
I would suggest getting an external appliance.  We use IronPort and are happy 
with it.

As far as the comments about GFI/Sunbelt, I will say that my general 
experiences with GFI used to be great and have gone downhill since they merged 
with Sunbelt.

From: Evan Brastow [mailto:ebras...@automatedemblem.com]
Sent: Tuesday, February 19, 2013 12:17 PM
To: MS-Exchange Admin Issues
Subject: GFI - Ugh

Interesting experience this week that I thought I would share.

We use GFI MailEssentials and MailSecurity. Not really thrilled with it, but 
when Sunbelt merged into GFI, we ended up going down that route.

The other day, I get an email saying our maintenance will expire in 60 days. I 
follow the link and renew for a year.

I then get an email from a GFI sales rep saying that what I had renewed wasn't 
correct. They would send me a new quote. They did. It was higher than what I'd 
ordered from their original email.

I told them I'd have to look at some other options but may not going through 
with the renewal. Then they tell me there are no refunds, so I will lose the 
$503 they originally charged me for the product I renewed from the link they 
sent in their email that was incorrect.

What a bait-and-switch! Here, renew this. Thanks. We have your money. Oops, we 
sent you the wrong renewal quote. The actual one is higher. No refunds.  I 
doubt Sunbelt would have ever done that.

Anyway, who has a good suggestion for anti-spam products that would integrate 
well in an Exchange 2010 and Outlook 2007 environment?

Thanks all,

Evan

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

RE: GFI - Ugh

2013-02-19 Thread Reische Jay
We have used 
Proofpointhttp://www.proofpoint.com/products/protection/index.php for the 
last 4 years with no real issues. They are a leader in Gartner's magic quadrant 
as well.

Anti-spam
Anti-virus
DLP
Encryption


Jay Reische
SME, Enterprise Messaging

400 19th Street, Moline, IL
Office: 309-748-4704



From: Evan Brastow [mailto:ebras...@automatedemblem.com]
Sent: Tuesday, February 19, 2013 11:17 AM
To: MS-Exchange Admin Issues
Subject: GFI - Ugh

Interesting experience this week that I thought I would share.

We use GFI MailEssentials and MailSecurity. Not really thrilled with it, but 
when Sunbelt merged into GFI, we ended up going down that route.

The other day, I get an email saying our maintenance will expire in 60 days. I 
follow the link and renew for a year.

I then get an email from a GFI sales rep saying that what I had renewed wasn't 
correct. They would send me a new quote. They did. It was higher than what I'd 
ordered from their original email.

I told them I'd have to look at some other options but may not going through 
with the renewal. Then they tell me there are no refunds, so I will lose the 
$503 they originally charged me for the product I renewed from the link they 
sent in their email that was incorrect.

What a bait-and-switch! Here, renew this. Thanks. We have your money. Oops, we 
sent you the wrong renewal quote. The actual one is higher. No refunds.  I 
doubt Sunbelt would have ever done that.

Anyway, who has a good suggestion for anti-spam products that would integrate 
well in an Exchange 2010 and Outlook 2007 environment?

Thanks all,

Evan

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

RE: Working a script

2013-02-19 Thread Campbell, Rob


Get-Mailbox -Resultsize unlimited | Where-Object {($_.WhenCreated).Month -eq 8}

By default, Get-Mailbox only returns the first 1000 results.  Change the 8 to 
12 should return the mailboxes created in December.

From: Heaton, Joseph@Wildlife [mailto:joseph.hea...@wildlife.ca.gov]
Sent: Tuesday, February 19, 2013 12:27 PM
To: MS-Exchange Admin Issues
Subject: Working a script

I'm trying to get a list of mailboxes that were created during a certain month. 
 The following is all I could find so far through Google:

Get-Mailbox | Where-Object {($_.WhenCreated).Month -eq 8}

What does the 8 in the above command mean?  Is it the 8th month?  I tried it by 
replacing that with 12, since I want to get a list of mailboxes created in 
December, but the list that came back was way short of actual boxes created in 
December.

Thanks for any help,

Joe Heaton
Enterprise Server Support
CA Department of Fish and Wildlife
1807 13th Street, Suite 201
Sacramento, CA  95811
Desk:  (916) 557-3422


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist
**
Note: 
The information contained in this message may be privileged and confidential 
and 
protected from disclosure.  If the reader of this message is not the intended  
recipient, or an employee or agent responsible for delivering this message to  
the intended recipient, you are hereby notified that any dissemination,   
distribution or copying of this communication is strictly prohibited. If you  
have received this communication in error, please notify us immediately by  
replying to the message and deleting it from your computer. 
**

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

RE: Working a script

2013-02-19 Thread Rick Berry
I believe that returns all years, if I'm not mistaken.  So not just Dec 2012, 
but 2011 etc etc?


From: Campbell, Rob [mailto:rob_campb...@centraltechnology.net]
Sent: Tuesday, February 19, 2013 1:38 PM
To: MS-Exchange Admin Issues
Subject: RE: Working a script



Get-Mailbox -Resultsize unlimited | Where-Object {($_.WhenCreated).Month -eq 8}

By default, Get-Mailbox only returns the first 1000 results.  Change the 8 to 
12 should return the mailboxes created in December.

From: Heaton, Joseph@Wildlife [mailto:joseph.hea...@wildlife.ca.gov]
Sent: Tuesday, February 19, 2013 12:27 PM
To: MS-Exchange Admin Issues
Subject: Working a script

I'm trying to get a list of mailboxes that were created during a certain month. 
 The following is all I could find so far through Google:

Get-Mailbox | Where-Object {($_.WhenCreated).Month -eq 8}

What does the 8 in the above command mean?  Is it the 8th month?  I tried it by 
replacing that with 12, since I want to get a list of mailboxes created in 
December, but the list that came back was way short of actual boxes created in 
December.

Thanks for any help,

Joe Heaton
Enterprise Server Support
CA Department of Fish and Wildlife
1807 13th Street, Suite 201
Sacramento, CA  95811
Desk:  (916) 557-3422


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

**
Note:
The information contained in this message may be privileged and confidential and
protected from disclosure.  If the reader of this message is not the intended
recipient, or an employee or agent responsible for delivering this message to
the intended recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited. If you
have received this communication in error, please notify us immediately by
replying to the message and deleting it from your computer.
**

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

RE: Working a script

2013-02-19 Thread Damien Solodow
Correct. You'd need to amend the where-object to add a ($_.whencreated).year 
-eq 2012)

DAMIEN SOLODOW
Systems Engineer
317.447.6033 (office)
317.447.6014 (fax)
HARRISON COLLEGE

From: Rick Berry [mailto:rbe...@elevativenetworks.com]
Sent: Tuesday, February 19, 2013 1:58 PM
To: MS-Exchange Admin Issues
Subject: RE: Working a script

I believe that returns all years, if I'm not mistaken.  So not just Dec 2012, 
but 2011 etc etc?


From: Campbell, Rob [mailto:rob_campb...@centraltechnology.net]
Sent: Tuesday, February 19, 2013 1:38 PM
To: MS-Exchange Admin Issues
Subject: RE: Working a script



Get-Mailbox -Resultsize unlimited | Where-Object {($_.WhenCreated).Month -eq 8}

By default, Get-Mailbox only returns the first 1000 results.  Change the 8 to 
12 should return the mailboxes created in December.

From: Heaton, Joseph@Wildlife [mailto:joseph.hea...@wildlife.ca.gov]
Sent: Tuesday, February 19, 2013 12:27 PM
To: MS-Exchange Admin Issues
Subject: Working a script

I'm trying to get a list of mailboxes that were created during a certain month. 
 The following is all I could find so far through Google:

Get-Mailbox | Where-Object {($_.WhenCreated).Month -eq 8}

What does the 8 in the above command mean?  Is it the 8th month?  I tried it by 
replacing that with 12, since I want to get a list of mailboxes created in 
December, but the list that came back was way short of actual boxes created in 
December.

Thanks for any help,

Joe Heaton
Enterprise Server Support
CA Department of Fish and Wildlife
1807 13th Street, Suite 201
Sacramento, CA  95811
Desk:  (916) 557-3422


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

**
Note:
The information contained in this message may be privileged and confidential and
protected from disclosure.  If the reader of this message is not the intended
recipient, or an employee or agent responsible for delivering this message to
the intended recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited. If you
have received this communication in error, please notify us immediately by
replying to the message and deleting it from your computer.
**

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

RE: Working a script

2013-02-19 Thread Heaton, Joseph@Wildlife
I had actually changed it to the unlimited size, thanks.  But when I ran that 
command, with 12, the results were way short of what I know was created in 
December.

From: Rob Campbell [mailto:rob_campb...@centraltechnology.net]
Sent: Tuesday, February 19, 2013 10:38 AM
To: Heaton, Joseph@Wildlife; MS-Exchange Admin Issues
Subject: RE: Working a script



Get-Mailbox -Resultsize unlimited | Where-Object {($_.WhenCreated).Month -eq 8}

By default, Get-Mailbox only returns the first 1000 results.  Change the 8 to 
12 should return the mailboxes created in December.

From: Heaton, Joseph@Wildlife [mailto:joseph.hea...@wildlife.ca.gov]
Sent: Tuesday, February 19, 2013 12:27 PM
To: MS-Exchange Admin Issues
Subject: Working a script

I'm trying to get a list of mailboxes that were created during a certain month. 
 The following is all I could find so far through Google:

Get-Mailbox | Where-Object {($_.WhenCreated).Month -eq 8}

What does the 8 in the above command mean?  Is it the 8th month?  I tried it by 
replacing that with 12, since I want to get a list of mailboxes created in 
December, but the list that came back was way short of actual boxes created in 
December.

Thanks for any help,

Joe Heaton
Enterprise Server Support
CA Department of Fish and Wildlife
1807 13th Street, Suite 201
Sacramento, CA  95811
Desk:  (916) 557-3422


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

**
Note:
The information contained in this message may be privileged and confidential and
protected from disclosure.  If the reader of this message is not the intended
recipient, or an employee or agent responsible for delivering this message to
the intended recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited. If you
have received this communication in error, please notify us immediately by
replying to the message and deleting it from your computer.
**

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

Re: iOS 6.1.2

2013-02-19 Thread Adm
installing as I write this ...


On Tue, Feb 19, 2013 at 2:11 PM, Peter Sam srir...@hotmail.com wrote:

 http://support.apple.com/kb/DL1639
 About iOS 6.1.2 Software Update

 Fixes an Exchange calendar bug that could result in increased network
 activity and reduced battery life.




  ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist




-- 
smsadm

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

Re: Working a script

2013-02-19 Thread Steven Peck
$mbx = Get-Mailbox -ResultSize Unlimited
$mbx | Where-Object { ($_.WhenCreated).Month -eq 12 -and
($_.WhenCreated).year -eq 2012 }

I tend to stick things in variables to play with afterwards so I don't have
to go back and get the data all over again.  Plus it helps me play with
stuff without beating on sources.

The above gets you Month 12, Year 2012.
Add an | Export-CSV -NoTypeInformation c:\reports\exchange_dec_2012.csv and
you get a nice file out of it.

Oh, hey, Sacramento eh?  That's local to me :)

Steven Peck
http://www.blkmtn.org




On Tue, Feb 19, 2013 at 11:00 AM, Damien Solodow 
damien.solo...@harrison.edu wrote:

  Correct. You’d need to amend the where-object to add a
 ($_.whencreated).year –eq 2012)

 ** **

 DAMIEN SOLODOW

 Systems Engineer

 317.447.6033 (office)

 317.447.6014 (fax)

 HARRISON COLLEGE

 ** **

 *From:* Rick Berry [mailto:rbe...@elevativenetworks.com]
 *Sent:* Tuesday, February 19, 2013 1:58 PM

 *To:* MS-Exchange Admin Issues
 *Subject:* RE: Working a script

  ** **

 I believe that returns all years, if I’m not mistaken.  So not just Dec
 2012, but 2011 etc etc?

 ** **

 ** **

 *From:* Campbell, Rob 
 [mailto:rob_campb...@centraltechnology.netrob_campb...@centraltechnology.net]

 *Sent:* Tuesday, February 19, 2013 1:38 PM
 *To:* MS-Exchange Admin Issues
 *Subject:* RE: Working a script

 ** **

 ** **

 ** **

 Get-Mailbox –Resultsize unlimited | Where-Object {($_.WhenCreated).Month
 –eq 8}

 ** **

 By default, Get-Mailbox only returns the first 1000 results.  Change the 8
 to 12 should return the mailboxes created in December.

 ** **

 *From:* Heaton, Joseph@Wildlife 
 [mailto:joseph.hea...@wildlife.ca.govjoseph.hea...@wildlife.ca.gov]

 *Sent:* Tuesday, February 19, 2013 12:27 PM
 *To:* MS-Exchange Admin Issues
 *Subject:* Working a script

 ** **

 I’m trying to get a list of mailboxes that were created during a certain
 month.  The following is all I could find so far through Google:

 ** **

 Get-Mailbox | Where-Object {($_.WhenCreated).Month –eq 8}

 ** **

 What does the 8 in the above command mean?  Is it the 8th month?  I tried
 it by replacing that with 12, since I want to get a list of mailboxes
 created in December, but the list that came back was way short of actual
 boxes created in December.

 ** **

 Thanks for any help,

 ** **

 Joe Heaton

 Enterprise Server Support

 CA Department of Fish and Wildlife

 1807 13th Street, Suite 201

 Sacramento, CA  95811

 Desk:  (916) 557-3422

 ** **

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


 **
 Note:
 The information contained in this message may be privileged and
 confidential and
 protected from disclosure.  If the reader of this message is not the
 intended
 recipient, or an employee or agent responsible for delivering this message
 to
 the intended recipient, you are hereby notified that any dissemination,
 distribution or copying of this communication is strictly prohibited. If
 you
 have received this communication in error, please notify us immediately
 by
 replying to the message and deleting it from your computer.

 **
 

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

RE: Working a script

2013-02-19 Thread Michael B. Smith
You are using the wrong attribute.

Use WhenMailboxCreated.

From: Heaton, Joseph@Wildlife [mailto:joseph.hea...@wildlife.ca.gov]
Sent: Tuesday, February 19, 2013 2:02 PM
To: MS-Exchange Admin Issues
Subject: RE: Working a script

I had actually changed it to the unlimited size, thanks.  But when I ran that 
command, with 12, the results were way short of what I know was created in 
December.

From: Rob Campbell [mailto:rob_campb...@centraltechnology.net]
Sent: Tuesday, February 19, 2013 10:38 AM
To: Heaton, Joseph@Wildlife; MS-Exchange Admin Issues
Subject: RE: Working a script



Get-Mailbox -Resultsize unlimited | Where-Object {($_.WhenCreated).Month -eq 8}

By default, Get-Mailbox only returns the first 1000 results.  Change the 8 to 
12 should return the mailboxes created in December.

From: Heaton, Joseph@Wildlife [mailto:joseph.hea...@wildlife.ca.gov]
Sent: Tuesday, February 19, 2013 12:27 PM
To: MS-Exchange Admin Issues
Subject: Working a script

I'm trying to get a list of mailboxes that were created during a certain month. 
 The following is all I could find so far through Google:

Get-Mailbox | Where-Object {($_.WhenCreated).Month -eq 8}

What does the 8 in the above command mean?  Is it the 8th month?  I tried it by 
replacing that with 12, since I want to get a list of mailboxes created in 
December, but the list that came back was way short of actual boxes created in 
December.

Thanks for any help,

Joe Heaton
Enterprise Server Support
CA Department of Fish and Wildlife
1807 13th Street, Suite 201
Sacramento, CA  95811
Desk:  (916) 557-3422


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

**
Note:
The information contained in this message may be privileged and confidential and
protected from disclosure.  If the reader of this message is not the intended
recipient, or an employee or agent responsible for delivering this message to
the intended recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited. If you
have received this communication in error, please notify us immediately by
replying to the message and deleting it from your computer.
**

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

RE: iOS 6.1.2

2013-02-19 Thread Michael B. Smith
Thank Peter.

From: Peter Sam [mailto:srir...@hotmail.com]
Sent: Tuesday, February 19, 2013 2:12 PM
To: MS-Exchange Admin Issues
Subject: iOS 6.1.2

http://support.apple.com/kb/DL1639

About iOS 6.1.2 Software Update
Fixes an Exchange calendar bug that could result in increased network activity 
and reduced battery life.


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

RE: Working a script

2013-02-19 Thread Heaton, Joseph@Wildlife
Damien,

How would that command then look?  How do I join the .month -eq 12, and the 
.year -eq 2012?

From: Damien Solodow [mailto:damien.solo...@harrison.edu]
Sent: Tuesday, February 19, 2013 11:01 AM
To: Heaton, Joseph@Wildlife; MS-Exchange Admin Issues
Subject: RE: Working a script

Correct. You'd need to amend the where-object to add a ($_.whencreated).year 
-eq 2012)

DAMIEN SOLODOW
Systems Engineer
317.447.6033 (office)
317.447.6014 (fax)
HARRISON COLLEGE

From: Rick Berry [mailto:rbe...@elevativenetworks.com]
Sent: Tuesday, February 19, 2013 1:58 PM
To: MS-Exchange Admin Issues
Subject: RE: Working a script

I believe that returns all years, if I'm not mistaken.  So not just Dec 2012, 
but 2011 etc etc?


From: Campbell, Rob [mailto:rob_campb...@centraltechnology.net]
Sent: Tuesday, February 19, 2013 1:38 PM
To: MS-Exchange Admin Issues
Subject: RE: Working a script



Get-Mailbox -Resultsize unlimited | Where-Object {($_.WhenCreated).Month -eq 8}

By default, Get-Mailbox only returns the first 1000 results.  Change the 8 to 
12 should return the mailboxes created in December.

From: Heaton, Joseph@Wildlife [mailto:joseph.hea...@wildlife.ca.gov]
Sent: Tuesday, February 19, 2013 12:27 PM
To: MS-Exchange Admin Issues
Subject: Working a script

I'm trying to get a list of mailboxes that were created during a certain month. 
 The following is all I could find so far through Google:

Get-Mailbox | Where-Object {($_.WhenCreated).Month -eq 8}

What does the 8 in the above command mean?  Is it the 8th month?  I tried it by 
replacing that with 12, since I want to get a list of mailboxes created in 
December, but the list that came back was way short of actual boxes created in 
December.

Thanks for any help,

Joe Heaton
Enterprise Server Support
CA Department of Fish and Wildlife
1807 13th Street, Suite 201
Sacramento, CA  95811
Desk:  (916) 557-3422


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

**
Note:
The information contained in this message may be privileged and confidential and
protected from disclosure.  If the reader of this message is not the intended
recipient, or an employee or agent responsible for delivering this message to
the intended recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited. If you
have received this communication in error, please notify us immediately by
replying to the message and deleting it from your computer.
**

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

RE: Working a script

2013-02-19 Thread Damien Solodow
Is WhenCreated when the associated ad object was created?


Sent from my Galaxy S®III



 Original message 
From: Michael B. Smith mich...@smithcons.com
Date:
To: MS-Exchange Admin Issues exchangelist@lyris.sunbelt-software.com
Subject: RE: Working a script


You are using the wrong attribute.

Use WhenMailboxCreated.

From: Heaton, Joseph@Wildlife [mailto:joseph.hea...@wildlife.ca.gov]
Sent: Tuesday, February 19, 2013 2:02 PM
To: MS-Exchange Admin Issues
Subject: RE: Working a script

I had actually changed it to the unlimited size, thanks.  But when I ran that 
command, with 12, the results were way short of what I know was created in 
December.

From: Rob Campbell [mailto:rob_campb...@centraltechnology.net]
Sent: Tuesday, February 19, 2013 10:38 AM
To: Heaton, Joseph@Wildlife; MS-Exchange Admin Issues
Subject: RE: Working a script



Get-Mailbox –Resultsize unlimited | Where-Object {($_.WhenCreated).Month –eq 8}

By default, Get-Mailbox only returns the first 1000 results.  Change the 8 to 
12 should return the mailboxes created in December.

From: Heaton, Joseph@Wildlife [mailto:joseph.hea...@wildlife.ca.gov]
Sent: Tuesday, February 19, 2013 12:27 PM
To: MS-Exchange Admin Issues
Subject: Working a script

I’m trying to get a list of mailboxes that were created during a certain month. 
 The following is all I could find so far through Google:

Get-Mailbox | Where-Object {($_.WhenCreated).Month –eq 8}

What does the 8 in the above command mean?  Is it the 8th month?  I tried it by 
replacing that with 12, since I want to get a list of mailboxes created in 
December, but the list that came back was way short of actual boxes created in 
December.

Thanks for any help,

Joe Heaton
Enterprise Server Support
CA Department of Fish and Wildlife
1807 13th Street, Suite 201
Sacramento, CA  95811
Desk:  (916) 557-3422


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

**
Note:
The information contained in this message may be privileged and confidential and
protected from disclosure.  If the reader of this message is not the intended
recipient, or an employee or agent responsible for delivering this message to
the intended recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited. If you
have received this communication in error, please notify us immediately by
replying to the message and deleting it from your computer.
**

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

RE: Working a script

2013-02-19 Thread Damien Solodow
Get-Mailbox -Resultsize unlimited | Where-Object {($_.WhenMailboxCreated).Month 
-eq 12 -and ($_.WhenMailboxCreated).Year -eq 2012}

It's all one line, and the property has been changed from WhenCreated to 
WhenMailboxCreated per a reply from MBS.

DAMIEN SOLODOW
Systems Engineer
317.447.6033 (office)
317.447.6014 (fax)
HARRISON COLLEGE

From: Heaton, Joseph@Wildlife [mailto:joseph.hea...@wildlife.ca.gov]
Sent: Tuesday, February 19, 2013 2:29 PM
To: MS-Exchange Admin Issues
Subject: RE: Working a script

Damien,

How would that command then look?  How do I join the .month -eq 12, and the 
.year -eq 2012?

From: Damien Solodow [mailto:damien.solo...@harrison.edu]
Sent: Tuesday, February 19, 2013 11:01 AM
To: Heaton, Joseph@Wildlife; MS-Exchange Admin Issues
Subject: RE: Working a script

Correct. You'd need to amend the where-object to add a ($_.whencreated).year 
-eq 2012)

DAMIEN SOLODOW
Systems Engineer
317.447.6033 (office)
317.447.6014 (fax)
HARRISON COLLEGE

From: Rick Berry [mailto:rbe...@elevativenetworks.com]
Sent: Tuesday, February 19, 2013 1:58 PM
To: MS-Exchange Admin Issues
Subject: RE: Working a script

I believe that returns all years, if I'm not mistaken.  So not just Dec 2012, 
but 2011 etc etc?


From: Campbell, Rob [mailto:rob_campb...@centraltechnology.net]
Sent: Tuesday, February 19, 2013 1:38 PM
To: MS-Exchange Admin Issues
Subject: RE: Working a script



Get-Mailbox -Resultsize unlimited | Where-Object {($_.WhenCreated).Month -eq 8}

By default, Get-Mailbox only returns the first 1000 results.  Change the 8 to 
12 should return the mailboxes created in December.

From: Heaton, Joseph@Wildlife [mailto:joseph.hea...@wildlife.ca.gov]
Sent: Tuesday, February 19, 2013 12:27 PM
To: MS-Exchange Admin Issues
Subject: Working a script

I'm trying to get a list of mailboxes that were created during a certain month. 
 The following is all I could find so far through Google:

Get-Mailbox | Where-Object {($_.WhenCreated).Month -eq 8}

What does the 8 in the above command mean?  Is it the 8th month?  I tried it by 
replacing that with 12, since I want to get a list of mailboxes created in 
December, but the list that came back was way short of actual boxes created in 
December.

Thanks for any help,

Joe Heaton
Enterprise Server Support
CA Department of Fish and Wildlife
1807 13th Street, Suite 201
Sacramento, CA  95811
Desk:  (916) 557-3422


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

**
Note:
The information contained in this message may be privileged and confidential and
protected from disclosure.  If the reader of this message is not the intended
recipient, or an employee or agent responsible for delivering this message to
the intended recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited. If you
have received this communication in error, please notify us immediately by
replying to the message and deleting it from your computer.
**

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

RE: Working a script

2013-02-19 Thread Campbell, Rob
This might be easier:
$Start = [datetime]'12/01/2012'
$End = [datetime]'01/01/2013'

Then:

| where {($_.WhenMailboxCreated -gt $Start) -and ($_.WhenMailboxCreated -lt 
$End)}




From: Heaton, Joseph@Wildlife [mailto:joseph.hea...@wildlife.ca.gov]
Sent: Tuesday, February 19, 2013 1:29 PM
To: MS-Exchange Admin Issues
Subject: RE: Working a script

Damien,

How would that command then look?  How do I join the .month -eq 12, and the 
.year -eq 2012?

From: Damien Solodow [mailto:damien.solo...@harrison.edu]
Sent: Tuesday, February 19, 2013 11:01 AM
To: Heaton, Joseph@Wildlife; MS-Exchange Admin Issues
Subject: RE: Working a script

Correct. You'd need to amend the where-object to add a ($_.whencreated).year 
-eq 2012)

DAMIEN SOLODOW
Systems Engineer
317.447.6033 (office)
317.447.6014 (fax)
HARRISON COLLEGE

From: Rick Berry [mailto:rbe...@elevativenetworks.com]
Sent: Tuesday, February 19, 2013 1:58 PM
To: MS-Exchange Admin Issues
Subject: RE: Working a script

I believe that returns all years, if I'm not mistaken.  So not just Dec 2012, 
but 2011 etc etc?


From: Campbell, Rob [mailto:rob_campb...@centraltechnology.net]
Sent: Tuesday, February 19, 2013 1:38 PM
To: MS-Exchange Admin Issues
Subject: RE: Working a script



Get-Mailbox -Resultsize unlimited | Where-Object {($_.WhenCreated).Month -eq 8}

By default, Get-Mailbox only returns the first 1000 results.  Change the 8 to 
12 should return the mailboxes created in December.

From: Heaton, Joseph@Wildlife [mailto:joseph.hea...@wildlife.ca.gov]
Sent: Tuesday, February 19, 2013 12:27 PM
To: MS-Exchange Admin Issues
Subject: Working a script

I'm trying to get a list of mailboxes that were created during a certain month. 
 The following is all I could find so far through Google:

Get-Mailbox | Where-Object {($_.WhenCreated).Month -eq 8}

What does the 8 in the above command mean?  Is it the 8th month?  I tried it by 
replacing that with 12, since I want to get a list of mailboxes created in 
December, but the list that came back was way short of actual boxes created in 
December.

Thanks for any help,

Joe Heaton
Enterprise Server Support
CA Department of Fish and Wildlife
1807 13th Street, Suite 201
Sacramento, CA  95811
Desk:  (916) 557-3422


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

**
Note:
The information contained in this message may be privileged and confidential and
protected from disclosure.  If the reader of this message is not the intended
recipient, or an employee or agent responsible for delivering this message to
the intended recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited. If you
have received this communication in error, please notify us immediately by
replying to the message and deleting it from your computer.
**

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist
**
Note: 
The information contained in this message may be privileged and confidential 
and 
protected from disclosure.  If the reader of this message is not the intended  
recipient, or an employee or agent responsible for delivering this message to  
the intended recipient, you are hereby notified that any dissemination,   
distribution or copying of this communication is strictly prohibited. If you  
have received this communication in error, please notify us immediately by  
replying to the message and deleting it from your computer. 
**

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 

RE: Working a script

2013-02-19 Thread Heaton, Joseph@Wildlife
Thought so, Michael, thanks.  I did find another article using the 
WhenMailboxCreated.

From: Michael B. Smith [mailto:mich...@smithcons.com]
Sent: Tuesday, February 19, 2013 11:22 AM
To: Heaton, Joseph@Wildlife; MS-Exchange Admin Issues
Subject: RE: Working a script

You are using the wrong attribute.

Use WhenMailboxCreated

From: Heaton, Joseph@Wildlife [mailto:joseph.hea...@wildlife.ca.gov]
Sent: Tuesday, February 19, 2013 2:02 PM
To: MS-Exchange Admin Issues
Subject: RE: Working a script

I had actually changed it to the unlimited size, thanks.  But when I ran that 
command, with 12, the results were way short of what I know was created in 
December.

From: Rob Campbell [mailto:rob_campb...@centraltechnology.net]
Sent: Tuesday, February 19, 2013 10:38 AM
To: Heaton, Joseph@Wildlife; MS-Exchange Admin Issues
Subject: RE: Working a script



Get-Mailbox -Resultsize unlimited | Where-Object {($_.WhenCreated).Month -eq 8}

By default, Get-Mailbox only returns the first 1000 results.  Change the 8 to 
12 should return the mailboxes created in December.

From: Heaton, Joseph@Wildlife [mailto:joseph.hea...@wildlife.ca.gov]
Sent: Tuesday, February 19, 2013 12:27 PM
To: MS-Exchange Admin Issues
Subject: Working a script

I'm trying to get a list of mailboxes that were created during a certain month. 
 The following is all I could find so far through Google:

Get-Mailbox | Where-Object {($_.WhenCreated).Month -eq 8}

What does the 8 in the above command mean?  Is it the 8th month?  I tried it by 
replacing that with 12, since I want to get a list of mailboxes created in 
December, but the list that came back was way short of actual boxes created in 
December.

Thanks for any help,

Joe Heaton
Enterprise Server Support
CA Department of Fish and Wildlife
1807 13th Street, Suite 201
Sacramento, CA  95811
Desk:  (916) 557-3422


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

**
Note:
The information contained in this message may be privileged and confidential and
protected from disclosure.  If the reader of this message is not the intended
recipient, or an employee or agent responsible for delivering this message to
the intended recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited. If you
have received this communication in error, please notify us immediately by
replying to the message and deleting it from your computer.
**

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

RE: Working a script

2013-02-19 Thread Michael B. Smith
The OP said he wanted to know when the Mailbox was created, not the AD object.

But yes, WhenCreated is for the AD user object.

From: Damien Solodow [mailto:damien.solo...@harrison.edu]
Sent: Tuesday, February 19, 2013 2:33 PM
To: MS-Exchange Admin Issues
Subject: RE: Working a script

Is WhenCreated when the associated ad object was created?


Sent from my Galaxy S(r)III



 Original message 
From: Michael B. Smith mich...@smithcons.commailto:mich...@smithcons.com
Date:
To: MS-Exchange Admin Issues 
exchangelist@lyris.sunbelt-software.commailto:exchangelist@lyris.sunbelt-software.com
Subject: RE: Working a script

You are using the wrong attribute.

Use WhenMailboxCreated.

From: Heaton, Joseph@Wildlife [mailto:joseph.hea...@wildlife.ca.gov]
Sent: Tuesday, February 19, 2013 2:02 PM
To: MS-Exchange Admin Issues
Subject: RE: Working a script

I had actually changed it to the unlimited size, thanks.  But when I ran that 
command, with 12, the results were way short of what I know was created in 
December.

From: Rob Campbell [mailto:rob_campb...@centraltechnology.net]
Sent: Tuesday, February 19, 2013 10:38 AM
To: Heaton, Joseph@Wildlife; MS-Exchange Admin Issues
Subject: RE: Working a script



Get-Mailbox -Resultsize unlimited | Where-Object {($_.WhenCreated).Month -eq 8}

By default, Get-Mailbox only returns the first 1000 results.  Change the 8 to 
12 should return the mailboxes created in December.

From: Heaton, Joseph@Wildlife [mailto:joseph.hea...@wildlife.ca.gov]
Sent: Tuesday, February 19, 2013 12:27 PM
To: MS-Exchange Admin Issues
Subject: Working a script

I'm trying to get a list of mailboxes that were created during a certain month. 
 The following is all I could find so far through Google:

Get-Mailbox | Where-Object {($_.WhenCreated).Month -eq 8}

What does the 8 in the above command mean?  Is it the 8th month?  I tried it by 
replacing that with 12, since I want to get a list of mailboxes created in 
December, but the list that came back was way short of actual boxes created in 
December.

Thanks for any help,

Joe Heaton
Enterprise Server Support
CA Department of Fish and Wildlife
1807 13th Street, Suite 201
Sacramento, CA  95811
Desk:  (916) 557-3422


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

**
Note:
The information contained in this message may be privileged and confidential and
protected from disclosure.  If the reader of this message is not the intended
recipient, or an employee or agent responsible for delivering this message to
the intended recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited. If you
have received this communication in error, please notify us immediately by
replying to the message and deleting it from your computer.
**

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

RE: iOS 6.1.2

2013-02-19 Thread Eldridge, D K,
Michael, are you skeptical?
Can I relay this out to the folks here?
It does even say on the phone that it addresses exchange calendar issues.
thx
d

From: Michael B. Smith [mailto:mich...@smithcons.com]
Sent: Tuesday, February 19, 2013 12:25 PM
To: MS-Exchange Admin Issues
Subject: RE: iOS 6.1.2

Thank Peter.

From: Peter Sam [mailto:srir...@hotmail.com]
Sent: Tuesday, February 19, 2013 2:12 PM
To: MS-Exchange Admin Issues
Subject: iOS 6.1.2

http://support.apple.com/kb/DL1639

About iOS 6.1.2 Software Update
Fixes an Exchange calendar bug that could result in increased network activity 
and reduced battery life.


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist


This e-mail contains the thoughts and opinions of the sender and does not 
represent official Parkview Medical Center policy.

This communication is intended only for the recipient(s) named above, may be 
confidential and/or legally privileged: and, must be treated as such in 
accordance with state and federal laws. If you are not the intended recipient, 
you are hereby notified that any use of this communication, or any of its 
contents, is prohibited. If you have received this communication in error, 
please return to sender and delete the message from your computer system.

Parkview Medical Centerhttp://www.parkviewmc.com


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

RE: Working a script

2013-02-19 Thread Heaton, Joseph@Wildlife
Ok,

So this is what I'm using:

[PS] C:\Windows\system32$mbx | Where-Object {($_.WhenMailboxCreated).Month -eq 
12 -and($_.WhenMailboxCreated).year -eq
2012} | ft Name,WhenMailboxCreated | Export-CSV -NoTypeInformation 
c:\Dec_2012_boxes.csv

I already did the $mbx = to set that variable.

When I do this without the | Export-CSV, the display is perfect.  But, when I 
pipe it to the csv, the csv turns out like the following:

ClassId2e4f51ef21dd47e99d3c952918aff9cd,pageHeaderEntry,pageFooterEntry,autosizeInfo,shapeInfo,groupingEntry
033ecb2bc07a4d43b5ef94ed5a35d280Microsoft.PowerShell.Commands.Internal.Format.TableHeaderInfo,
9e210fe47d09416682b841769c78b8a3,
27c87ef9bbda4f709f6b4002fa4af63c,
27c87ef9bbda4f709f6b4002fa4af63c,
27c87ef9bbda4f709f6b4002fa4af63c,

But with lots more lines.  When I ran it without the | ft 
Name,WhenMailboxCreated, it ran perfectly, but it dumped all information for 
the box into the csv, so I'm trying to limit the data I actually get.

I've tried a space after the comma (Name, WhenMailboxCreated), and I've also 
tried fl, instead of ft, but same results.


From: Steven Peck [mailto:sep...@gmail.com]
Sent: Tuesday, February 19, 2013 11:21 AM
To: Heaton, Joseph@Wildlife; MS-Exchange Admin Issues
Subject: Re: Working a script


$mbx = Get-Mailbox -ResultSize Unlimited
$mbx | Where-Object { ($_.WhenCreated).Month -eq 12 -and ($_.WhenCreated).year 
-eq 2012 }

I tend to stick things in variables to play with afterwards so I don't have to 
go back and get the data all over again.  Plus it helps me play with stuff 
without beating on sources.

The above gets you Month 12, Year 2012.
Add an | Export-CSV -NoTypeInformation c:\reports\exchange_dec_2012.csv and you 
get a nice file out of it.

Oh, hey, Sacramento eh?  That's local to me :)

Steven Peck
http://www.blkmtn.org




On Tue, Feb 19, 2013 at 11:00 AM, Damien Solodow 
damien.solo...@harrison.edumailto:damien.solo...@harrison.edu wrote:
Correct. You'd need to amend the where-object to add a ($_.whencreated).year 
-eq 2012)

DAMIEN SOLODOW
Systems Engineer
317.447.6033tel:317.447.6033 (office)
317.447.6014tel:317.447.6014 (fax)
HARRISON COLLEGE

From: Rick Berry 
[mailto:rbe...@elevativenetworks.commailto:rbe...@elevativenetworks.com]
Sent: Tuesday, February 19, 2013 1:58 PM

To: MS-Exchange Admin Issues
Subject: RE: Working a script

I believe that returns all years, if I'm not mistaken.  So not just Dec 2012, 
but 2011 etc etc?


From: Campbell, Rob [mailto:rob_campb...@centraltechnology.net]
Sent: Tuesday, February 19, 2013 1:38 PM
To: MS-Exchange Admin Issues
Subject: RE: Working a script



Get-Mailbox -Resultsize unlimited | Where-Object {($_.WhenCreated).Month -eq 8}

By default, Get-Mailbox only returns the first 1000 results.  Change the 8 to 
12 should return the mailboxes created in December.

From: Heaton, Joseph@Wildlife [mailto:joseph.hea...@wildlife.ca.gov]
Sent: Tuesday, February 19, 2013 12:27 PM
To: MS-Exchange Admin Issues
Subject: Working a script

I'm trying to get a list of mailboxes that were created during a certain month. 
 The following is all I could find so far through Google:

Get-Mailbox | Where-Object {($_.WhenCreated).Month -eq 8}

What does the 8 in the above command mean?  Is it the 8th month?  I tried it by 
replacing that with 12, since I want to get a list of mailboxes created in 
December, but the list that came back was way short of actual boxes created in 
December.

Thanks for any help,

Joe Heaton
Enterprise Server Support
CA Department of Fish and Wildlife
1807 13th Street, Suite 201
Sacramento, CA  95811
Desk:  (916) 557-3422tel:%28916%29%20557-3422


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

**
Note:
The information contained in this message may be privileged and confidential and
protected from disclosure.  If the reader of this message is not the intended
recipient, or an employee or agent responsible for delivering this message to
the intended recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited. If you
have received this communication in error, please notify us immediately by
replying to the message and deleting it from your computer.
**

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 

RE: iOS 6.1.2

2013-02-19 Thread Michael B. Smith
I'm not skeptical, I just haven't tested it. It can't be worse. 

From: Eldridge, D K, [mailto:d...@parkviewmc.com]
Sent: Tuesday, February 19, 2013 3:05 PM
To: MS-Exchange Admin Issues
Subject: RE: iOS 6.1.2

Michael, are you skeptical?
Can I relay this out to the folks here?
It does even say on the phone that it addresses exchange calendar issues.
thx
d

From: Michael B. Smith [mailto:mich...@smithcons.com]
Sent: Tuesday, February 19, 2013 12:25 PM
To: MS-Exchange Admin Issues
Subject: RE: iOS 6.1.2

Thank Peter.

From: Peter Sam [mailto:srir...@hotmail.com]
Sent: Tuesday, February 19, 2013 2:12 PM
To: MS-Exchange Admin Issues
Subject: iOS 6.1.2

http://support.apple.com/kb/DL1639

About iOS 6.1.2 Software Update
Fixes an Exchange calendar bug that could result in increased network activity 
and reduced battery life.


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist


This e-mail contains the thoughts and opinions of the sender and does not 
represent official Parkview Medical Center policy.

This communication is intended only for the recipient(s) named above, may be 
confidential and/or legally privileged: and, must be treated as such in 
accordance with state and federal laws. If you are not the intended recipient, 
you are hereby notified that any use of this communication, or any of its 
contents, is prohibited. If you have received this communication in error, 
please return to sender and delete the message from your computer system.

Parkview Medical Centerhttp://www.parkviewmc.com

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

Re: iOS 6.1.2

2013-02-19 Thread Kurt Buff
It can always be worse...

Heh.

On Tue, Feb 19, 2013 at 12:16 PM, Michael B. Smith
mich...@smithcons.com wrote:
 I’m not skeptical, I just haven’t tested it. It can’t be worse. 



 From: Eldridge, D K, [mailto:d...@parkviewmc.com]
 Sent: Tuesday, February 19, 2013 3:05 PM
 To: MS-Exchange Admin Issues
 Subject: RE: iOS 6.1.2



 Michael, are you skeptical?

 Can I relay this out to the folks here?

 It does even say on the phone that it addresses exchange calendar issues.

 thx

 d



 From: Michael B. Smith [mailto:mich...@smithcons.com]
 Sent: Tuesday, February 19, 2013 12:25 PM
 To: MS-Exchange Admin Issues
 Subject: RE: iOS 6.1.2



 Thank Peter.



 From: Peter Sam [mailto:srir...@hotmail.com]
 Sent: Tuesday, February 19, 2013 2:12 PM
 To: MS-Exchange Admin Issues
 Subject: iOS 6.1.2



 http://support.apple.com/kb/DL1639



 About iOS 6.1.2 Software Update

 Fixes an Exchange calendar bug that could result in increased network
 activity and reduced battery life.





 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist



 This e-mail contains the thoughts and opinions of the sender and does not
 represent official Parkview Medical Center policy.

 This communication is intended only for the recipient(s) named above, may be
 confidential and/or legally privileged: and, must be treated as such in
 accordance with state and federal laws. If you are not the intended
 recipient, you are hereby notified that any use of this communication, or
 any of its contents, is prohibited. If you have received this communication
 in error, please return to sender and delete the message from your computer
 system.


 Parkview Medical Center

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist



RE: iOS 6.1.2

2013-02-19 Thread Eldridge, D K,
Someone beat me to it. Yes it can be.
Well I made the mistake of sending an email earlier  to the folks here and it 
didn't even apply. :(
I'll wait til tomorrow.
Thanks
dave

From: Michael B. Smith [mailto:mich...@smithcons.com]
Sent: Tuesday, February 19, 2013 1:16 PM
To: MS-Exchange Admin Issues
Subject: RE: iOS 6.1.2

I'm not skeptical, I just haven't tested it. It can't be worse. 

From: Eldridge, D K, [mailto:d...@parkviewmc.com]
Sent: Tuesday, February 19, 2013 3:05 PM
To: MS-Exchange Admin Issues
Subject: RE: iOS 6.1.2

Michael, are you skeptical?
Can I relay this out to the folks here?
It does even say on the phone that it addresses exchange calendar issues.
thx
d

From: Michael B. Smith [mailto:mich...@smithcons.com]
Sent: Tuesday, February 19, 2013 12:25 PM
To: MS-Exchange Admin Issues
Subject: RE: iOS 6.1.2

Thank Peter.

From: Peter Sam [mailto:srir...@hotmail.com]
Sent: Tuesday, February 19, 2013 2:12 PM
To: MS-Exchange Admin Issues
Subject: iOS 6.1.2

http://support.apple.com/kb/DL1639

About iOS 6.1.2 Software Update
Fixes an Exchange calendar bug that could result in increased network activity 
and reduced battery life.


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist


This e-mail contains the thoughts and opinions of the sender and does not 
represent official Parkview Medical Center policy.

This communication is intended only for the recipient(s) named above, may be 
confidential and/or legally privileged: and, must be treated as such in 
accordance with state and federal laws. If you are not the intended recipient, 
you are hereby notified that any use of this communication, or any of its 
contents, is prohibited. If you have received this communication in error, 
please return to sender and delete the message from your computer system.

Parkview Medical Centerhttp://www.parkviewmc.com

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist


This e-mail contains the thoughts and opinions of the sender and does not 
represent official Parkview Medical Center policy.

This communication is intended only for the recipient(s) named above, may be 
confidential and/or legally privileged: and, must be treated as such in 
accordance with state and federal laws. If you are not the intended recipient, 
you are hereby notified that any use of this communication, or any of its 
contents, is prohibited. If you have received this communication in error, 
please return to sender and delete the message from your computer system.

Parkview Medical Centerhttp://www.parkviewmc.com


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

Re: iOS 6.1.2

2013-02-19 Thread Don Ely
It's an Apple device, that makes it worse

This on the other hand...  Makes me LOL!!

http://news.yahoo.com/exclusive-apple-hit-hackers-targeted-facebook-last-week-181509845--sector.html




On Tue, Feb 19, 2013 at 12:26 PM, Kurt Buff kurt.b...@gmail.com wrote:

 It can always be worse...

 Heh.

 On Tue, Feb 19, 2013 at 12:16 PM, Michael B. Smith
 mich...@smithcons.com wrote:
  I’m not skeptical, I just haven’t tested it. It can’t be worse. 
 
 
 
  From: Eldridge, D K, [mailto:d...@parkviewmc.com]
  Sent: Tuesday, February 19, 2013 3:05 PM
  To: MS-Exchange Admin Issues
  Subject: RE: iOS 6.1.2
 
 
 
  Michael, are you skeptical?
 
  Can I relay this out to the folks here?
 
  It does even say on the phone that it addresses exchange calendar issues.
 
  thx
 
  d
 
 
 
  From: Michael B. Smith [mailto:mich...@smithcons.com]
  Sent: Tuesday, February 19, 2013 12:25 PM
  To: MS-Exchange Admin Issues
  Subject: RE: iOS 6.1.2
 
 
 
  Thank Peter.
 
 
 
  From: Peter Sam [mailto:srir...@hotmail.com]
  Sent: Tuesday, February 19, 2013 2:12 PM
  To: MS-Exchange Admin Issues
  Subject: iOS 6.1.2
 
 
 
  http://support.apple.com/kb/DL1639
 
 
 
  About iOS 6.1.2 Software Update
 
  Fixes an Exchange calendar bug that could result in increased network
  activity and reduced battery life.
 
 
 
 
 
  ---
  To manage subscriptions click here:
  http://lyris.sunbelt-software.com/read/my_forums/
  or send an email to listmana...@lyris.sunbeltsoftware.com
  with the body: unsubscribe exchangelist
 
  ---
  To manage subscriptions click here:
  http://lyris.sunbelt-software.com/read/my_forums/
  or send an email to listmana...@lyris.sunbeltsoftware.com
  with the body: unsubscribe exchangelist
 
 
 
  This e-mail contains the thoughts and opinions of the sender and does not
  represent official Parkview Medical Center policy.
 
  This communication is intended only for the recipient(s) named above,
 may be
  confidential and/or legally privileged: and, must be treated as such in
  accordance with state and federal laws. If you are not the intended
  recipient, you are hereby notified that any use of this communication, or
  any of its contents, is prohibited. If you have received this
 communication
  in error, please return to sender and delete the message from your
 computer
  system.
 
 
  Parkview Medical Center
 
  ---
  To manage subscriptions click here:
  http://lyris.sunbelt-software.com/read/my_forums/
  or send an email to listmana...@lyris.sunbeltsoftware.com
  with the body: unsubscribe exchangelist
 
  ---
  To manage subscriptions click here:
  http://lyris.sunbelt-software.com/read/my_forums/
  or send an email to listmana...@lyris.sunbeltsoftware.com
  with the body: unsubscribe exchangelist

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist



---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

Re: iOS 6.1.2

2013-02-19 Thread Adm
Could be worse: http://en.wikipedia.org/wiki/Patch_Tuesday


On Tue, Feb 19, 2013 at 3:32 PM, Don Ely don@gmail.com wrote:

 It's an Apple device, that makes it worse

 This on the other hand...  Makes me LOL!!


 http://news.yahoo.com/exclusive-apple-hit-hackers-targeted-facebook-last-week-181509845--sector.html




 On Tue, Feb 19, 2013 at 12:26 PM, Kurt Buff kurt.b...@gmail.com wrote:

 It can always be worse...

 Heh.

 On Tue, Feb 19, 2013 at 12:16 PM, Michael B. Smith
 mich...@smithcons.com wrote:
  I’m not skeptical, I just haven’t tested it. It can’t be worse. 
 
 
 
  From: Eldridge, D K, [mailto:d...@parkviewmc.com]
  Sent: Tuesday, February 19, 2013 3:05 PM
  To: MS-Exchange Admin Issues
  Subject: RE: iOS 6.1.2
 
 
 
  Michael, are you skeptical?
 
  Can I relay this out to the folks here?
 
  It does even say on the phone that it addresses exchange calendar
 issues.
 
  thx
 
  d
 
 
 
  From: Michael B. Smith [mailto:mich...@smithcons.com]
  Sent: Tuesday, February 19, 2013 12:25 PM
  To: MS-Exchange Admin Issues
  Subject: RE: iOS 6.1.2
 
 
 
  Thank Peter.
 
 
 
  From: Peter Sam [mailto:srir...@hotmail.com]
  Sent: Tuesday, February 19, 2013 2:12 PM
  To: MS-Exchange Admin Issues
  Subject: iOS 6.1.2
 
 
 
  http://support.apple.com/kb/DL1639
 
 
 
  About iOS 6.1.2 Software Update
 
  Fixes an Exchange calendar bug that could result in increased network
  activity and reduced battery life.
 
 
 
 
 
  ---
  To manage subscriptions click here:
  http://lyris.sunbelt-software.com/read/my_forums/
  or send an email to listmana...@lyris.sunbeltsoftware.com
  with the body: unsubscribe exchangelist
 
  ---
  To manage subscriptions click here:
  http://lyris.sunbelt-software.com/read/my_forums/
  or send an email to listmana...@lyris.sunbeltsoftware.com
  with the body: unsubscribe exchangelist
 
 
 
  This e-mail contains the thoughts and opinions of the sender and does
 not
  represent official Parkview Medical Center policy.
 
  This communication is intended only for the recipient(s) named above,
 may be
  confidential and/or legally privileged: and, must be treated as such in
  accordance with state and federal laws. If you are not the intended
  recipient, you are hereby notified that any use of this communication,
 or
  any of its contents, is prohibited. If you have received this
 communication
  in error, please return to sender and delete the message from your
 computer
  system.
 
 
  Parkview Medical Center
 
  ---
  To manage subscriptions click here:
  http://lyris.sunbelt-software.com/read/my_forums/
  or send an email to listmana...@lyris.sunbeltsoftware.com
  with the body: unsubscribe exchangelist
 
  ---
  To manage subscriptions click here:
  http://lyris.sunbelt-software.com/read/my_forums/
  or send an email to listmana...@lyris.sunbeltsoftware.com
  with the body: unsubscribe exchangelist

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist




-- 
smsadm

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

Re: iOS 6.1.2

2013-02-19 Thread Kurt Buff
Ouch

Kurt

On Tue, Feb 19, 2013 at 12:32 PM, Don Ely don@gmail.com wrote:
 It's an Apple device, that makes it worse

 This on the other hand...  Makes me LOL!!

 http://news.yahoo.com/exclusive-apple-hit-hackers-targeted-facebook-last-week-181509845--sector.html




 On Tue, Feb 19, 2013 at 12:26 PM, Kurt Buff kurt.b...@gmail.com wrote:

 It can always be worse...

 Heh.

 On Tue, Feb 19, 2013 at 12:16 PM, Michael B. Smith
 mich...@smithcons.com wrote:
  I’m not skeptical, I just haven’t tested it. It can’t be worse. 
 
 
 
  From: Eldridge, D K, [mailto:d...@parkviewmc.com]
  Sent: Tuesday, February 19, 2013 3:05 PM
  To: MS-Exchange Admin Issues
  Subject: RE: iOS 6.1.2
 
 
 
  Michael, are you skeptical?
 
  Can I relay this out to the folks here?
 
  It does even say on the phone that it addresses exchange calendar
  issues.
 
  thx
 
  d
 
 
 
  From: Michael B. Smith [mailto:mich...@smithcons.com]
  Sent: Tuesday, February 19, 2013 12:25 PM
  To: MS-Exchange Admin Issues
  Subject: RE: iOS 6.1.2
 
 
 
  Thank Peter.
 
 
 
  From: Peter Sam [mailto:srir...@hotmail.com]
  Sent: Tuesday, February 19, 2013 2:12 PM
  To: MS-Exchange Admin Issues
  Subject: iOS 6.1.2
 
 
 
  http://support.apple.com/kb/DL1639
 
 
 
  About iOS 6.1.2 Software Update
 
  Fixes an Exchange calendar bug that could result in increased network
  activity and reduced battery life.
 
 
 
 
 
  ---
  To manage subscriptions click here:
  http://lyris.sunbelt-software.com/read/my_forums/
  or send an email to listmana...@lyris.sunbeltsoftware.com
  with the body: unsubscribe exchangelist
 
  ---
  To manage subscriptions click here:
  http://lyris.sunbelt-software.com/read/my_forums/
  or send an email to listmana...@lyris.sunbeltsoftware.com
  with the body: unsubscribe exchangelist
 
 
 
  This e-mail contains the thoughts and opinions of the sender and does
  not
  represent official Parkview Medical Center policy.
 
  This communication is intended only for the recipient(s) named above,
  may be
  confidential and/or legally privileged: and, must be treated as such in
  accordance with state and federal laws. If you are not the intended
  recipient, you are hereby notified that any use of this communication,
  or
  any of its contents, is prohibited. If you have received this
  communication
  in error, please return to sender and delete the message from your
  computer
  system.
 
 
  Parkview Medical Center
 
  ---
  To manage subscriptions click here:
  http://lyris.sunbelt-software.com/read/my_forums/
  or send an email to listmana...@lyris.sunbeltsoftware.com
  with the body: unsubscribe exchangelist
 
  ---
  To manage subscriptions click here:
  http://lyris.sunbelt-software.com/read/my_forums/
  or send an email to listmana...@lyris.sunbeltsoftware.com
  with the body: unsubscribe exchangelist

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist



Re: iOS 6.1.2

2013-02-19 Thread Don Ely
Personally, I'm a fan of patches...  No OS is perfect and improvements are
necessary.  Where's Apple's published, scheduled patch day?


On Tue, Feb 19, 2013 at 12:44 PM, Adm sms...@gmail.com wrote:

 Could be worse: http://en.wikipedia.org/wiki/Patch_Tuesday


 On Tue, Feb 19, 2013 at 3:32 PM, Don Ely don@gmail.com wrote:

 It's an Apple device, that makes it worse

 This on the other hand...  Makes me LOL!!


 http://news.yahoo.com/exclusive-apple-hit-hackers-targeted-facebook-last-week-181509845--sector.html




 On Tue, Feb 19, 2013 at 12:26 PM, Kurt Buff kurt.b...@gmail.com wrote:

 It can always be worse...

 Heh.

 On Tue, Feb 19, 2013 at 12:16 PM, Michael B. Smith
 mich...@smithcons.com wrote:
  I’m not skeptical, I just haven’t tested it. It can’t be worse. 
 
 
 
  From: Eldridge, D K, [mailto:d...@parkviewmc.com]
  Sent: Tuesday, February 19, 2013 3:05 PM
  To: MS-Exchange Admin Issues
  Subject: RE: iOS 6.1.2
 
 
 
  Michael, are you skeptical?
 
  Can I relay this out to the folks here?
 
  It does even say on the phone that it addresses exchange calendar
 issues.
 
  thx
 
  d
 
 
 
  From: Michael B. Smith [mailto:mich...@smithcons.com]
  Sent: Tuesday, February 19, 2013 12:25 PM
  To: MS-Exchange Admin Issues
  Subject: RE: iOS 6.1.2
 
 
 
  Thank Peter.
 
 
 
  From: Peter Sam [mailto:srir...@hotmail.com]
  Sent: Tuesday, February 19, 2013 2:12 PM
  To: MS-Exchange Admin Issues
  Subject: iOS 6.1.2
 
 
 
  http://support.apple.com/kb/DL1639
 
 
 
  About iOS 6.1.2 Software Update
 
  Fixes an Exchange calendar bug that could result in increased network
  activity and reduced battery life.
 
 
 
 
 
  ---
  To manage subscriptions click here:
  http://lyris.sunbelt-software.com/read/my_forums/
  or send an email to listmana...@lyris.sunbeltsoftware.com
  with the body: unsubscribe exchangelist
 
  ---
  To manage subscriptions click here:
  http://lyris.sunbelt-software.com/read/my_forums/
  or send an email to listmana...@lyris.sunbeltsoftware.com
  with the body: unsubscribe exchangelist
 
 
 
  This e-mail contains the thoughts and opinions of the sender and does
 not
  represent official Parkview Medical Center policy.
 
  This communication is intended only for the recipient(s) named above,
 may be
  confidential and/or legally privileged: and, must be treated as such in
  accordance with state and federal laws. If you are not the intended
  recipient, you are hereby notified that any use of this communication,
 or
  any of its contents, is prohibited. If you have received this
 communication
  in error, please return to sender and delete the message from your
 computer
  system.
 
 
  Parkview Medical Center
 
  ---
  To manage subscriptions click here:
  http://lyris.sunbelt-software.com/read/my_forums/
  or send an email to listmana...@lyris.sunbeltsoftware.com
  with the body: unsubscribe exchangelist
 
  ---
  To manage subscriptions click here:
  http://lyris.sunbelt-software.com/read/my_forums/
  or send an email to listmana...@lyris.sunbeltsoftware.com
  with the body: unsubscribe exchangelist

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist




 --
 smsadm

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

RE: Export / Import Exchange Data From Acquired Company

2013-02-19 Thread Michael B. Smith
There are cmdlets to simplify this process in Exchange 2010 and Exchange 2013 
(New-MailboxImportRequest and New-MailboxExportRequest come to mind).

From: Tanya Pinetti [mailto:tpine...@outlook.com]
Sent: Tuesday, February 19, 2013 4:01 PM
To: MS-Exchange Admin Issues
Subject: Export / Import Exchange Data From Acquired Company

My company is acquiring another company and I need to somehow export their data 
into my Exchange servers.  We do not have plans to integrate their AD/Exchange 
into our environment.  Basically, they are leaving their servers behind and 
move into our offices.

They are also Exchange 2007/2010 so I was thinking of exporting each of their 
mailboxes to PST, copy it to my network, then import into their newly created 
Exchange mailboxes.  This is a tedious task, but I'd like to know if there's a 
better way of doing this.  Suggestions?  Thanks in advance.

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

Exchange 2003 and a calendaring question

2013-02-19 Thread Kurt Buff
All,

We have recently let go someone who was the originator of a large
number of meetings. We'd like to cancel all of the meetings he
originated, sending cancellation notices to the attendees, and
releasing the meeting rooms as well.

I've perused some docs on the Mailbox Manager, and am not seeing
seeing how to do this

Is MM the proper tool, or is there some better way of doing this?

I'd like to incorporate a procedure into our termination procedure,
too, as this has happened more than once, and it's an annoyance to the
attendees and everyone who needs to schedule the rooms.

Thanks,

Kurt

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist


Re: Working a script

2013-02-19 Thread Steven Peck
GAH!  No FT.  Format-Table is for screen output and making your life hard
in situations like this.

Select-Object


PS:\ $mbx | Where-Object { ($_.WhenCreated).Month -eq 12 -and ($_.
WhenCreated).year -eq 2012 } | Select-Object Name, WhenCreated | Export-Csv
./testNow.csv -NoTypeInformation

I tested this and the output was good.

http://www.blkmtn.org/TechEd-2012-Videos
Turn PowerShell Commands into Reusable CLI and GUI
Toolshttp://channel9.msdn.com/Events/TechEd/NorthAmerica/2012/WCL404
- that video.  although the first is funny enough to watch anyway.

Steven Peck
http://www.blkmtn.org



On Tue, Feb 19, 2013 at 12:07 PM, Heaton, Joseph@Wildlife 
joseph.hea...@wildlife.ca.gov wrote:

  Ok,

 ** **

 So this is what I’m using:

 ** **

 [PS] C:\Windows\system32$mbx | Where-Object
 {($_.WhenMailboxCreated).Month -eq 12 -and($_.WhenMailboxCreated).year -eq
 

 2012} | ft Name,WhenMailboxCreated | Export-CSV -NoTypeInformation
 c:\Dec_2012_boxes.csv

 ** **

 I already did the $mbx = to set that variable.

 ** **

 When I do this without the | Export-CSV, the display is perfect.  But,
 when I pipe it to the csv, the csv turns out like the following:

 ** **


 ClassId2e4f51ef21dd47e99d3c952918aff9cd,pageHeaderEntry,pageFooterEntry,autosizeInfo,shapeInfo,groupingEntry
 


 033ecb2bc07a4d43b5ef94ed5a35d280Microsoft.PowerShell.Commands.Internal.Format.TableHeaderInfo,
 

 9e210fe47d09416682b841769c78b8a3,

 27c87ef9bbda4f709f6b4002fa4af63c,

 27c87ef9bbda4f709f6b4002fa4af63c,

 27c87ef9bbda4f709f6b4002fa4af63c,

 ** **

 But with lots more lines.  When I ran it without the | ft
 Name,WhenMailboxCreated, it ran perfectly, but it dumped all information
 for the box into the csv, so I’m trying to limit the data I actually get.*
 ***

 ** **

 I’ve tried a space after the comma (Name, WhenMailboxCreated), and I’ve
 also tried fl, instead of ft, but same results.

 ** **

 ** **

 *From:* Steven Peck [mailto:sep...@gmail.com]
 *Sent:* Tuesday, February 19, 2013 11:21 AM

 *To:* Heaton, Joseph@Wildlife; MS-Exchange Admin Issues
 *Subject:* Re: Working a script

 ** **


 $mbx = Get-Mailbox -ResultSize Unlimited

 $mbx | Where-Object { ($_.WhenCreated).Month -eq 12 -and
 ($_.WhenCreated).year -eq 2012 }

  

 I tend to stick things in variables to play with afterwards so I don't
 have to go back and get the data all over again.  Plus it helps me play
 with stuff without beating on sources.

  

 The above gets you Month 12, Year 2012.

 Add an | Export-CSV -NoTypeInformation c:\reports\exchange_dec_2012.csv
 and you get a nice file out of it.

  

 Oh, hey, Sacramento eh?  That's local to me :)

  

 Steven Peck

 http://www.blkmtn.org

  

  


  

 On Tue, Feb 19, 2013 at 11:00 AM, Damien Solodow 
 damien.solo...@harrison.edu wrote:

 Correct. You’d need to amend the where-object to add a
 ($_.whencreated).year –eq 2012)

  

 DAMIEN SOLODOW

 Systems Engineer

 317.447.6033 (office)

 317.447.6014 (fax)

 HARRISON COLLEGE

  

 *From:* Rick Berry [mailto:rbe...@elevativenetworks.com]
 *Sent:* Tuesday, February 19, 2013 1:58 PM


 *To:* MS-Exchange Admin Issues
 *Subject:* RE: Working a script

  

 I believe that returns all years, if I’m not mistaken.  So not just Dec
 2012, but 2011 etc etc?

  

  

 *From:* Campbell, Rob 
 [mailto:rob_campb...@centraltechnology.netrob_campb...@centraltechnology.net]

 *Sent:* Tuesday, February 19, 2013 1:38 PM
 *To:* MS-Exchange Admin Issues
 *Subject:* RE: Working a script

  

  

  

 Get-Mailbox –Resultsize unlimited | Where-Object {($_.WhenCreated).Month
 –eq 8}

  

 By default, Get-Mailbox only returns the first 1000 results.  Change the 8
 to 12 should return the mailboxes created in December.

  

 *From:* Heaton, Joseph@Wildlife 
 [mailto:joseph.hea...@wildlife.ca.govjoseph.hea...@wildlife.ca.gov]

 *Sent:* Tuesday, February 19, 2013 12:27 PM
 *To:* MS-Exchange Admin Issues
 *Subject:* Working a script

  

 I’m trying to get a list of mailboxes that were created during a certain
 month.  The following is all I could find so far through Google:

  

 Get-Mailbox | Where-Object {($_.WhenCreated).Month –eq 8}

  

 What does the 8 in the above command mean?  Is it the 8th month?  I tried
 it by replacing that with 12, since I want to get a list of mailboxes
 created in December, but the list that came back was way short of actual
 boxes created in December.

  

 Thanks for any help,

  

 Joe Heaton

 Enterprise Server Support

 CA Department of Fish and Wildlife

 1807 13th Street, Suite 201

 Sacramento, CA  95811

 Desk:  (916) 557-3422

  

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to 

RE: Exchange 2003 and a calendaring question

2013-02-19 Thread Michael B. Smith
I am not aware of an easy way to do this in Exchange 2003. :(

-Original Message-
From: Kurt Buff [mailto:kurt.b...@gmail.com] 
Sent: Tuesday, February 19, 2013 4:59 PM
To: MS-Exchange Admin Issues
Subject: Exchange 2003 and a calendaring question

All,

We have recently let go someone who was the originator of a large number of 
meetings. We'd like to cancel all of the meetings he originated, sending 
cancellation notices to the attendees, and releasing the meeting rooms as well.

I've perused some docs on the Mailbox Manager, and am not seeing seeing how to 
do this

Is MM the proper tool, or is there some better way of doing this?

I'd like to incorporate a procedure into our termination procedure, too, as 
this has happened more than once, and it's an annoyance to the attendees and 
everyone who needs to schedule the rooms.

Thanks,

Kurt

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

RE: Exchange 2003 and a calendaring question

2013-02-19 Thread John Matteson
You may end up having to keep the account active until two months past the last 
meeting date.

I was told about a tool that's been around for a bit MFCMAPI that might be of 
some use.

John M.

-Original Message-
From: Kurt Buff [mailto:kurt.b...@gmail.com] 
Sent: Tuesday, February 19, 2013 4:59 PM
To: MS-Exchange Admin Issues
Subject: Exchange 2003 and a calendaring question

All,

We have recently let go someone who was the originator of a large number of 
meetings. We'd like to cancel all of the meetings he originated, sending 
cancellation notices to the attendees, and releasing the meeting rooms as well.

I've perused some docs on the Mailbox Manager, and am not seeing seeing how to 
do this

Is MM the proper tool, or is there some better way of doing this?

I'd like to incorporate a procedure into our termination procedure, too, as 
this has happened more than once, and it's an annoyance to the attendees and 
everyone who needs to schedule the rooms.

Thanks,

Kurt

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist



RE: Working a script

2013-02-19 Thread Heaton, Joseph@Wildlife
Yes, that was it.  Thanks Steve :)  Still learning Powershell here.  I am going 
to a class at the end of March though, so hopefully I won't be so helpless 
afterwards.

From: Steven Peck [mailto:sep...@gmail.com]
Sent: Tuesday, February 19, 2013 2:14 PM
To: Heaton, Joseph@Wildlife; MS-Exchange Admin Issues
Subject: Re: Working a script

GAH!  No FT.  Format-Table is for screen output and making your life hard in 
situations like this.

Select-Object


PS:\ $mbx | Where-Object { ($_.WhenCreated).Month -eq 12 -and 
($_.WhenCreated).year -eq 2012 } | Select-Object Name, WhenCreated | Export-Csv 
./testNow.csv -NoTypeInformation

I tested this and the output was good.

http://www.blkmtn.org/TechEd-2012-Videos
Turn PowerShell Commands into Reusable CLI and GUI 
Toolshttp://channel9.msdn.com/Events/TechEd/NorthAmerica/2012/WCL404  - 
that video.  although the first is funny enough to watch anyway.

Steven Peck
http://www.blkmtn.org



On Tue, Feb 19, 2013 at 12:07 PM, Heaton, Joseph@Wildlife 
joseph.hea...@wildlife.ca.govmailto:joseph.hea...@wildlife.ca.gov wrote:
Ok,

So this is what I'm using:

[PS] C:\Windows\system32$mbx | Where-Object {($_.WhenMailboxCreated).Month -eq 
12 -and($_.WhenMailboxCreated).year -eq
2012} | ft Name,WhenMailboxCreated | Export-CSV -NoTypeInformation 
c:\Dec_2012_boxes.csv

I already did the $mbx = to set that variable.

When I do this without the | Export-CSV, the display is perfect.  But, when I 
pipe it to the csv, the csv turns out like the following:

ClassId2e4f51ef21dd47e99d3c952918aff9cd,pageHeaderEntry,pageFooterEntry,autosizeInfo,shapeInfo,groupingEntry
033ecb2bc07a4d43b5ef94ed5a35d280Microsoft.PowerShell.Commands.Internal.Format.TableHeaderInfo,
9e210fe47d09416682b841769c78b8a3,
27c87ef9bbda4f709f6b4002fa4af63c,
27c87ef9bbda4f709f6b4002fa4af63c,
27c87ef9bbda4f709f6b4002fa4af63c,

But with lots more lines.  When I ran it without the | ft 
Name,WhenMailboxCreated, it ran perfectly, but it dumped all information for 
the box into the csv, so I'm trying to limit the data I actually get.

I've tried a space after the comma (Name, WhenMailboxCreated), and I've also 
tried fl, instead of ft, but same results.


From: Steven Peck [mailto:sep...@gmail.commailto:sep...@gmail.com]
Sent: Tuesday, February 19, 2013 11:21 AM

To: Heaton, Joseph@Wildlife; MS-Exchange Admin Issues
Subject: Re: Working a script


$mbx = Get-Mailbox -ResultSize Unlimited
$mbx | Where-Object { ($_.WhenCreated).Month -eq 12 -and ($_.WhenCreated).year 
-eq 2012 }

I tend to stick things in variables to play with afterwards so I don't have to 
go back and get the data all over again.  Plus it helps me play with stuff 
without beating on sources.

The above gets you Month 12, Year 2012.
Add an | Export-CSV -NoTypeInformation c:\reports\exchange_dec_2012.csv and you 
get a nice file out of it.

Oh, hey, Sacramento eh?  That's local to me :)

Steven Peck
http://www.blkmtn.org




On Tue, Feb 19, 2013 at 11:00 AM, Damien Solodow 
damien.solo...@harrison.edumailto:damien.solo...@harrison.edu wrote:
Correct. You'd need to amend the where-object to add a ($_.whencreated).year 
-eq 2012)

DAMIEN SOLODOW
Systems Engineer
317.447.6033tel:317.447.6033 (office)
317.447.6014tel:317.447.6014 (fax)
HARRISON COLLEGE

From: Rick Berry 
[mailto:rbe...@elevativenetworks.commailto:rbe...@elevativenetworks.com]
Sent: Tuesday, February 19, 2013 1:58 PM

To: MS-Exchange Admin Issues
Subject: RE: Working a script

I believe that returns all years, if I'm not mistaken.  So not just Dec 2012, 
but 2011 etc etc?


From: Campbell, Rob [mailto:rob_campb...@centraltechnology.net]
Sent: Tuesday, February 19, 2013 1:38 PM
To: MS-Exchange Admin Issues
Subject: RE: Working a script



Get-Mailbox -Resultsize unlimited | Where-Object {($_.WhenCreated).Month -eq 8}

By default, Get-Mailbox only returns the first 1000 results.  Change the 8 to 
12 should return the mailboxes created in December.

From: Heaton, Joseph@Wildlife [mailto:joseph.hea...@wildlife.ca.gov]
Sent: Tuesday, February 19, 2013 12:27 PM
To: MS-Exchange Admin Issues
Subject: Working a script

I'm trying to get a list of mailboxes that were created during a certain month. 
 The following is all I could find so far through Google:

Get-Mailbox | Where-Object {($_.WhenCreated).Month -eq 8}

What does the 8 in the above command mean?  Is it the 8th month?  I tried it by 
replacing that with 12, since I want to get a list of mailboxes created in 
December, but the list that came back was way short of actual boxes created in 
December.

Thanks for any help,

Joe Heaton
Enterprise Server Support
CA Department of Fish and Wildlife
1807 13th Street, Suite 201
Sacramento, CA  95811
Desk:  (916) 557-3422tel:%28916%29%20557-3422


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist


RE: GFI - Ugh

2013-02-19 Thread John Matteson
Hi Evan:

 

  I think that's called ILLEGAL. Don't swallow the lost money, make
a stink about it, first with the sales department, then with the higher up's
in the company. Quotes are legally binding documents once they are executed.

 

John M.

 

From: Evan Brastow [mailto:ebras...@automatedemblem.com] 
Sent: Tuesday, February 19, 2013 12:17 PM
To: MS-Exchange Admin Issues
Subject: GFI - Ugh

 

Interesting experience this week that I thought I would share.

 

We use GFI MailEssentials and MailSecurity. Not really thrilled with it, but
when Sunbelt merged into GFI, we ended up going down that route.

 

The other day, I get an email saying our maintenance will expire in 60 days.
I follow the link and renew for a year.

 

I then get an email from a GFI sales rep saying that what I had renewed
wasn't correct. They would send me a new quote. They did. It was higher than
what I'd ordered from their original email.

 

I told them I'd have to look at some other options but may not going through
with the renewal. Then they tell me there are no refunds, so I will lose the
$503 they originally charged me for the product I renewed from the link they
sent in their email that was incorrect.

 

What a bait-and-switch! Here, renew this. Thanks. We have your money. Oops,
we sent you the wrong renewal quote. The actual one is higher. No refunds.
I doubt Sunbelt would have ever done that.

 

Anyway, who has a good suggestion for anti-spam products that would
integrate well in an Exchange 2010 and Outlook 2007 environment?

 

Thanks all,

 

Evan

---
To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
mailto:listmana...@lyris.sunbeltsoftware.com 
with the body: unsubscribe exchangelist


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

Re: Exchange 2003 and a calendaring question

2013-02-19 Thread Kurt Buff
And if you're not aware, it's a high probability it doesn't exist.

Frowny emoticon indeed.

Well, the only bright point is that I can hand this off to junior
members of the team.

Kurt

On Tue, Feb 19, 2013 at 2:23 PM, Michael B. Smith mich...@smithcons.com wrote:
 I am not aware of an easy way to do this in Exchange 2003. :(

 -Original Message-
 From: Kurt Buff [mailto:kurt.b...@gmail.com]
 Sent: Tuesday, February 19, 2013 4:59 PM
 To: MS-Exchange Admin Issues
 Subject: Exchange 2003 and a calendaring question

 All,

 We have recently let go someone who was the originator of a large number of 
 meetings. We'd like to cancel all of the meetings he originated, sending 
 cancellation notices to the attendees, and releasing the meeting rooms as 
 well.

 I've perused some docs on the Mailbox Manager, and am not seeing seeing how 
 to do this

 Is MM the proper tool, or is there some better way of doing this?

 I'd like to incorporate a procedure into our termination procedure, too, as 
 this has happened more than once, and it's an annoyance to the attendees and 
 everyone who needs to schedule the rooms.

 Thanks,

 Kurt

 ---
 To manage subscriptions click here: 
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist

 ---
 To manage subscriptions click here: 
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist


Re: Exchange 2003 and a calendaring question

2013-02-19 Thread Kurt Buff
MFCMAPI == handing a 3yo the loaded shotgun and saying have fun!

It of course doesn't help that I'm not allowed to enforce meeting
duration limits - so they're all without any end dates.

Looks like it's time to get manual...

Kurt

On Tue, Feb 19, 2013 at 2:30 PM, John Matteson john.matte...@gmail.com wrote:
 You may end up having to keep the account active until two months past the 
 last meeting date.

 I was told about a tool that's been around for a bit MFCMAPI that might be of 
 some use.

 John M.

 -Original Message-
 From: Kurt Buff [mailto:kurt.b...@gmail.com]
 Sent: Tuesday, February 19, 2013 4:59 PM
 To: MS-Exchange Admin Issues
 Subject: Exchange 2003 and a calendaring question

 All,

 We have recently let go someone who was the originator of a large number of 
 meetings. We'd like to cancel all of the meetings he originated, sending 
 cancellation notices to the attendees, and releasing the meeting rooms as 
 well.

 I've perused some docs on the Mailbox Manager, and am not seeing seeing how 
 to do this

 Is MM the proper tool, or is there some better way of doing this?

 I'd like to incorporate a procedure into our termination procedure, too, as 
 this has happened more than once, and it's an annoyance to the attendees and 
 everyone who needs to schedule the rooms.

 Thanks,

 Kurt

 ---
 To manage subscriptions click here: 
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


 ---
 To manage subscriptions click here: 
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist


RE: Exchange 2003 and a calendaring question

2013-02-19 Thread John Matteson
Ah, REGEDT32 for the mail stores?

Never have used the tool. Was informed about it from one of the techs that work 
in a different time zone from me. A user was having problems with reminders 
popping up for phantom meetings.

John M.

-Original Message-
From: Kurt Buff [mailto:kurt.b...@gmail.com] 
Sent: Tuesday, February 19, 2013 5:43 PM
To: MS-Exchange Admin Issues
Subject: Re: Exchange 2003 and a calendaring question

MFCMAPI == handing a 3yo the loaded shotgun and saying have fun!

It of course doesn't help that I'm not allowed to enforce meeting duration 
limits - so they're all without any end dates.

Looks like it's time to get manual...

Kurt

On Tue, Feb 19, 2013 at 2:30 PM, John Matteson john.matte...@gmail.com wrote:
 You may end up having to keep the account active until two months past the 
 last meeting date.

 I was told about a tool that's been around for a bit MFCMAPI that might be of 
 some use.

 John M.

 -Original Message-
 From: Kurt Buff [mailto:kurt.b...@gmail.com]
 Sent: Tuesday, February 19, 2013 4:59 PM
 To: MS-Exchange Admin Issues
 Subject: Exchange 2003 and a calendaring question

 All,

 We have recently let go someone who was the originator of a large number of 
 meetings. We'd like to cancel all of the meetings he originated, sending 
 cancellation notices to the attendees, and releasing the meeting rooms as 
 well.

 I've perused some docs on the Mailbox Manager, and am not seeing 
 seeing how to do this

 Is MM the proper tool, or is there some better way of doing this?

 I'd like to incorporate a procedure into our termination procedure, too, as 
 this has happened more than once, and it's an annoyance to the attendees and 
 everyone who needs to schedule the rooms.

 Thanks,

 Kurt

 ---
 To manage subscriptions click here: 
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


 ---
 To manage subscriptions click here: 
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist



Re: Exchange 2003 and a calendaring question

2013-02-19 Thread Kurt Buff
Don't get me wrong - I've used MFCMAPI a few times, and it's a very cool tool.

I just don't want to incorporate it into a termination process.

I could be wrong, but I think regedit is like bringing a screwdriver
to a gun fight - not even close to the right tool.

Kurt

On Tue, Feb 19, 2013 at 2:55 PM, John Matteson john.matte...@gmail.com wrote:
 Ah, REGEDT32 for the mail stores?

 Never have used the tool. Was informed about it from one of the techs that 
 work in a different time zone from me. A user was having problems with 
 reminders popping up for phantom meetings.

 John M.

 -Original Message-
 From: Kurt Buff [mailto:kurt.b...@gmail.com]
 Sent: Tuesday, February 19, 2013 5:43 PM
 To: MS-Exchange Admin Issues
 Subject: Re: Exchange 2003 and a calendaring question

 MFCMAPI == handing a 3yo the loaded shotgun and saying have fun!

 It of course doesn't help that I'm not allowed to enforce meeting duration 
 limits - so they're all without any end dates.

 Looks like it's time to get manual...

 Kurt

 On Tue, Feb 19, 2013 at 2:30 PM, John Matteson john.matte...@gmail.com 
 wrote:
 You may end up having to keep the account active until two months past the 
 last meeting date.

 I was told about a tool that's been around for a bit MFCMAPI that might be 
 of some use.

 John M.

 -Original Message-
 From: Kurt Buff [mailto:kurt.b...@gmail.com]
 Sent: Tuesday, February 19, 2013 4:59 PM
 To: MS-Exchange Admin Issues
 Subject: Exchange 2003 and a calendaring question

 All,

 We have recently let go someone who was the originator of a large number of 
 meetings. We'd like to cancel all of the meetings he originated, sending 
 cancellation notices to the attendees, and releasing the meeting rooms as 
 well.

 I've perused some docs on the Mailbox Manager, and am not seeing
 seeing how to do this

 Is MM the proper tool, or is there some better way of doing this?

 I'd like to incorporate a procedure into our termination procedure, too, as 
 this has happened more than once, and it's an annoyance to the attendees and 
 everyone who needs to schedule the rooms.

 Thanks,

 Kurt

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


 ---
 To manage subscriptions click here: 
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


 ---
 To manage subscriptions click here: 
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist


RE: Exchange 2003 and a calendaring question

2013-02-19 Thread Michael B. Smith
MFCMAPI is more like bringing a machine gun to a knife fight.

-Original Message-
From: Kurt Buff [mailto:kurt.b...@gmail.com] 
Sent: Tuesday, February 19, 2013 6:06 PM
To: MS-Exchange Admin Issues
Subject: Re: Exchange 2003 and a calendaring question

Don't get me wrong - I've used MFCMAPI a few times, and it's a very cool tool.

I just don't want to incorporate it into a termination process.

I could be wrong, but I think regedit is like bringing a screwdriver to a gun 
fight - not even close to the right tool.

Kurt

On Tue, Feb 19, 2013 at 2:55 PM, John Matteson john.matte...@gmail.com wrote:
 Ah, REGEDT32 for the mail stores?

 Never have used the tool. Was informed about it from one of the techs that 
 work in a different time zone from me. A user was having problems with 
 reminders popping up for phantom meetings.

 John M.

 -Original Message-
 From: Kurt Buff [mailto:kurt.b...@gmail.com]
 Sent: Tuesday, February 19, 2013 5:43 PM
 To: MS-Exchange Admin Issues
 Subject: Re: Exchange 2003 and a calendaring question

 MFCMAPI == handing a 3yo the loaded shotgun and saying have fun!

 It of course doesn't help that I'm not allowed to enforce meeting duration 
 limits - so they're all without any end dates.

 Looks like it's time to get manual...

 Kurt

 On Tue, Feb 19, 2013 at 2:30 PM, John Matteson john.matte...@gmail.com 
 wrote:
 You may end up having to keep the account active until two months past the 
 last meeting date.

 I was told about a tool that's been around for a bit MFCMAPI that might be 
 of some use.

 John M.

 -Original Message-
 From: Kurt Buff [mailto:kurt.b...@gmail.com]
 Sent: Tuesday, February 19, 2013 4:59 PM
 To: MS-Exchange Admin Issues
 Subject: Exchange 2003 and a calendaring question

 All,

 We have recently let go someone who was the originator of a large number of 
 meetings. We'd like to cancel all of the meetings he originated, sending 
 cancellation notices to the attendees, and releasing the meeting rooms as 
 well.

 I've perused some docs on the Mailbox Manager, and am not seeing 
 seeing how to do this

 Is MM the proper tool, or is there some better way of doing this?

 I'd like to incorporate a procedure into our termination procedure, too, as 
 this has happened more than once, and it's an annoyance to the attendees and 
 everyone who needs to schedule the rooms.

 Thanks,

 Kurt

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


 ---
 To manage subscriptions click here: 
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


 ---
 To manage subscriptions click here: 
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

Re: Working a script

2013-02-19 Thread Steven Peck
Oh , that won't go away for a while, I've been stumbling around poking at
PowerShell for years now but there are lots on this list that do way more
neat looking things.  :)

The TechEd video's will really help by the way as will the ones by Ed
Wilson on the bottom of that earlier link.  Also the TechNet wiki if you
were unaware has a lot of stuff.  Not just on PowerShell but here's the
main PowerShell jump off point.
http://social.technet.microsoft.com/wiki/contents/articles/183.windows-powershell-survival-guide-en-us.aspx

The 'Scripting Guys' also have the Winter Scripting games coming up in
another month that generally have some fun challenges for both beginners
and experts.

Steven
On Tue, Feb 19, 2013 at 2:32 PM, Heaton, Joseph@Wildlife 
joseph.hea...@wildlife.ca.gov wrote:

  Yes, that was it.  Thanks Steve J  Still learning Powershell here.  I am
 going to a class at the end of March though, so hopefully I won’t be so
 helpless afterwards.

 ** **

 *From:* Steven Peck [mailto:sep...@gmail.com]
 *Sent:* Tuesday, February 19, 2013 2:14 PM

 *To:* Heaton, Joseph@Wildlife; MS-Exchange Admin Issues
 *Subject:* Re: Working a script

 ** **

 GAH!  No FT.  Format-Table is for screen output and making your life hard
 in situations like this.

  

 Select-Object

  

 PS:\ $mbx | Where-Object { ($_.WhenCreated).Month -eq 12 -and ($_.
 WhenCreated).year -eq 2012 } | Select-Object Name, WhenCreated |
 Export-Csv ./testNow.csv -NoTypeInformation 

 I tested this and the output was good.

  

 http://www.blkmtn.org/TechEd-2012-Videos

 Turn PowerShell Commands into Reusable CLI and GUI 
 Toolshttp://channel9.msdn.com/Events/TechEd/NorthAmerica/2012/WCL404
 - that video.  although the first is funny enough to watch anyway.

  

 Steven Peck

 http://www.blkmtn.org



  

 On Tue, Feb 19, 2013 at 12:07 PM, Heaton, Joseph@Wildlife 
 joseph.hea...@wildlife.ca.gov wrote:

 Ok,

  

 So this is what I’m using:

  

 [PS] C:\Windows\system32$mbx | Where-Object
 {($_.WhenMailboxCreated).Month -eq 12 -and($_.WhenMailboxCreated).year -eq
 

 2012} | ft Name,WhenMailboxCreated | Export-CSV -NoTypeInformation
 c:\Dec_2012_boxes.csv

  

 I already did the $mbx = to set that variable.

  

 When I do this without the | Export-CSV, the display is perfect.  But,
 when I pipe it to the csv, the csv turns out like the following:

  


 ClassId2e4f51ef21dd47e99d3c952918aff9cd,pageHeaderEntry,pageFooterEntry,autosizeInfo,shapeInfo,groupingEntry
 


 033ecb2bc07a4d43b5ef94ed5a35d280Microsoft.PowerShell.Commands.Internal.Format.TableHeaderInfo,
 

 9e210fe47d09416682b841769c78b8a3,

 27c87ef9bbda4f709f6b4002fa4af63c,

 27c87ef9bbda4f709f6b4002fa4af63c,

 27c87ef9bbda4f709f6b4002fa4af63c,

  

 But with lots more lines.  When I ran it without the | ft
 Name,WhenMailboxCreated, it ran perfectly, but it dumped all information
 for the box into the csv, so I’m trying to limit the data I actually get.*
 ***

  

 I’ve tried a space after the comma (Name, WhenMailboxCreated), and I’ve
 also tried fl, instead of ft, but same results.

  

  

 *From:* Steven Peck [mailto:sep...@gmail.com]
 *Sent:* Tuesday, February 19, 2013 11:21 AM


 *To:* Heaton, Joseph@Wildlife; MS-Exchange Admin Issues

 *Subject:* Re: Working a script

  


 $mbx = Get-Mailbox -ResultSize Unlimited

 $mbx | Where-Object { ($_.WhenCreated).Month -eq 12 -and
 ($_.WhenCreated).year -eq 2012 }

  

 I tend to stick things in variables to play with afterwards so I don't
 have to go back and get the data all over again.  Plus it helps me play
 with stuff without beating on sources.

  

 The above gets you Month 12, Year 2012.

 Add an | Export-CSV -NoTypeInformation c:\reports\exchange_dec_2012.csv
 and you get a nice file out of it.

  

 Oh, hey, Sacramento eh?  That's local to me :)

  

 Steven Peck

 http://www.blkmtn.org

  

  


  

 On Tue, Feb 19, 2013 at 11:00 AM, Damien Solodow 
 damien.solo...@harrison.edu wrote:

 Correct. You’d need to amend the where-object to add a
 ($_.whencreated).year –eq 2012)

  

 DAMIEN SOLODOW

 Systems Engineer

 317.447.6033 (office)

 317.447.6014 (fax)

 HARRISON COLLEGE

  

 *From:* Rick Berry [mailto:rbe...@elevativenetworks.com]
 *Sent:* Tuesday, February 19, 2013 1:58 PM


 *To:* MS-Exchange Admin Issues
 *Subject:* RE: Working a script

  

 I believe that returns all years, if I’m not mistaken.  So not just Dec
 2012, but 2011 etc etc?

  

  

 *From:* Campbell, Rob 
 [mailto:rob_campb...@centraltechnology.netrob_campb...@centraltechnology.net]

 *Sent:* Tuesday, February 19, 2013 1:38 PM
 *To:* MS-Exchange Admin Issues
 *Subject:* RE: Working a script

  

  

  

 Get-Mailbox –Resultsize unlimited 

Re: iOS 6.1.2

2013-02-19 Thread PRamatowski
We've got a few that patched I'll complain tomorrow if there are issues

Have before and after logs  spreadsheets to compare :)

Blackberry

From: Adm [mailto:sms...@gmail.com]
Sent: Tuesday, February 19, 2013 03:44 PM
To: MS-Exchange Admin Issues exchangelist@lyris.sunbelt-software.com
Subject: Re: iOS 6.1.2

Could be worse: http://en.wikipedia.org/wiki/Patch_Tuesday


On Tue, Feb 19, 2013 at 3:32 PM, Don Ely 
don@gmail.commailto:don@gmail.com wrote:
It's an Apple device, that makes it worse

This on the other hand...  Makes me LOL!!

http://news.yahoo.com/exclusive-apple-hit-hackers-targeted-facebook-last-week-181509845--sector.html




On Tue, Feb 19, 2013 at 12:26 PM, Kurt Buff 
kurt.b...@gmail.commailto:kurt.b...@gmail.com wrote:
It can always be worse...

Heh.

On Tue, Feb 19, 2013 at 12:16 PM, Michael B. Smith
mich...@smithcons.commailto:mich...@smithcons.com wrote:
 I’m not skeptical, I just haven’t tested it. It can’t be worse. 



 From: Eldridge, D K, [mailto:d...@parkviewmc.commailto:d...@parkviewmc.com]
 Sent: Tuesday, February 19, 2013 3:05 PM
 To: MS-Exchange Admin Issues
 Subject: RE: iOS 6.1.2



 Michael, are you skeptical?

 Can I relay this out to the folks here?

 It does even say on the phone that it addresses exchange calendar issues.

 thx

 d



 From: Michael B. Smith 
 [mailto:mich...@smithcons.commailto:mich...@smithcons.com]
 Sent: Tuesday, February 19, 2013 12:25 PM
 To: MS-Exchange Admin Issues
 Subject: RE: iOS 6.1.2



 Thank Peter.



 From: Peter Sam [mailto:srir...@hotmail.commailto:srir...@hotmail.com]
 Sent: Tuesday, February 19, 2013 2:12 PM
 To: MS-Exchange Admin Issues
 Subject: iOS 6.1.2



 http://support.apple.com/kb/DL1639



 About iOS 6.1.2 Software Update

 Fixes an Exchange calendar bug that could result in increased network
 activity and reduced battery life.





 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to 
 listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to 
 listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist



 This e-mail contains the thoughts and opinions of the sender and does not
 represent official Parkview Medical Center policy.

 This communication is intended only for the recipient(s) named above, may be
 confidential and/or legally privileged: and, must be treated as such in
 accordance with state and federal laws. If you are not the intended
 recipient, you are hereby notified that any use of this communication, or
 any of its contents, is prohibited. If you have received this communication
 in error, please return to sender and delete the message from your computer
 system.


 Parkview Medical Center

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to 
 listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to 
 listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist



---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist



--
smsadm

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist


RE: Working a script

2013-02-19 Thread Michael B. Smith
Taking a basic script and turning it into an enterprise-quality script with 
operational support is a serious exercise.

I could write a small book on that process. I do not think it has been 
adequately covered.

Ask Webster. I've beat him roundly about the head-and-shoulders on some of his 
scripts and error conditions. 

From: Steven Peck [mailto:sep...@gmail.com]
Sent: Tuesday, February 19, 2013 6:30 PM
To: MS-Exchange Admin Issues
Subject: Re: Working a script

Oh , that won't go away for a while, I've been stumbling around poking at 
PowerShell for years now but there are lots on this list that do way more neat 
looking things.  :)

The TechEd video's will really help by the way as will the ones by Ed Wilson on 
the bottom of that earlier link.  Also the TechNet wiki if you were unaware has 
a lot of stuff.  Not just on PowerShell but here's the main PowerShell jump off 
point.
http://social.technet.microsoft.com/wiki/contents/articles/183.windows-powershell-survival-guide-en-us.aspx

The 'Scripting Guys' also have the Winter Scripting games coming up in another 
month that generally have some fun challenges for both beginners and experts.

Steven
On Tue, Feb 19, 2013 at 2:32 PM, Heaton, Joseph@Wildlife 
joseph.hea...@wildlife.ca.govmailto:joseph.hea...@wildlife.ca.gov wrote:
Yes, that was it.  Thanks Steve :)  Still learning Powershell here.  I am going 
to a class at the end of March though, so hopefully I won't be so helpless 
afterwards.

From: Steven Peck [mailto:sep...@gmail.commailto:sep...@gmail.com]
Sent: Tuesday, February 19, 2013 2:14 PM

To: Heaton, Joseph@Wildlife; MS-Exchange Admin Issues
Subject: Re: Working a script

GAH!  No FT.  Format-Table is for screen output and making your life hard in 
situations like this.

Select-Object


PS:\ $mbx | Where-Object { ($_.WhenCreated).Month -eq 12 -and 
($_.WhenCreated).year -eq 2012 } | Select-Object Name, WhenCreated | Export-Csv 
./testNow.csv -NoTypeInformation

I tested this and the output was good.

http://www.blkmtn.org/TechEd-2012-Videos
Turn PowerShell Commands into Reusable CLI and GUI 
Toolshttp://channel9.msdn.com/Events/TechEd/NorthAmerica/2012/WCL404  - 
that video.  although the first is funny enough to watch anyway.

Steven Peck
http://www.blkmtn.org



On Tue, Feb 19, 2013 at 12:07 PM, Heaton, Joseph@Wildlife 
joseph.hea...@wildlife.ca.govmailto:joseph.hea...@wildlife.ca.gov wrote:
Ok,

So this is what I'm using:

[PS] C:\Windows\system32$mbx | Where-Object {($_.WhenMailboxCreated).Month -eq 
12 -and($_.WhenMailboxCreated).year -eq
2012} | ft Name,WhenMailboxCreated | Export-CSV -NoTypeInformation 
c:\Dec_2012_boxes.csv

I already did the $mbx = to set that variable.

When I do this without the | Export-CSV, the display is perfect.  But, when I 
pipe it to the csv, the csv turns out like the following:

ClassId2e4f51ef21dd47e99d3c952918aff9cd,pageHeaderEntry,pageFooterEntry,autosizeInfo,shapeInfo,groupingEntry
033ecb2bc07a4d43b5ef94ed5a35d280Microsoft.PowerShell.Commands.Internal.Format.TableHeaderInfo,
9e210fe47d09416682b841769c78b8a3,
27c87ef9bbda4f709f6b4002fa4af63c,
27c87ef9bbda4f709f6b4002fa4af63c,
27c87ef9bbda4f709f6b4002fa4af63c,

But with lots more lines.  When I ran it without the | ft 
Name,WhenMailboxCreated, it ran perfectly, but it dumped all information for 
the box into the csv, so I'm trying to limit the data I actually get.

I've tried a space after the comma (Name, WhenMailboxCreated), and I've also 
tried fl, instead of ft, but same results.


From: Steven Peck [mailto:sep...@gmail.commailto:sep...@gmail.com]
Sent: Tuesday, February 19, 2013 11:21 AM

To: Heaton, Joseph@Wildlife; MS-Exchange Admin Issues
Subject: Re: Working a script


$mbx = Get-Mailbox -ResultSize Unlimited
$mbx | Where-Object { ($_.WhenCreated).Month -eq 12 -and ($_.WhenCreated).year 
-eq 2012 }

I tend to stick things in variables to play with afterwards so I don't have to 
go back and get the data all over again.  Plus it helps me play with stuff 
without beating on sources.

The above gets you Month 12, Year 2012.
Add an | Export-CSV -NoTypeInformation c:\reports\exchange_dec_2012.csv and you 
get a nice file out of it.

Oh, hey, Sacramento eh?  That's local to me :)

Steven Peck
http://www.blkmtn.org




On Tue, Feb 19, 2013 at 11:00 AM, Damien Solodow 
damien.solo...@harrison.edumailto:damien.solo...@harrison.edu wrote:
Correct. You'd need to amend the where-object to add a ($_.whencreated).year 
-eq 2012)

DAMIEN SOLODOW
Systems Engineer
317.447.6033tel:317.447.6033 (office)
317.447.6014tel:317.447.6014 (fax)
HARRISON COLLEGE

From: Rick Berry 
[mailto:rbe...@elevativenetworks.commailto:rbe...@elevativenetworks.com]
Sent: Tuesday, February 19, 2013 1:58 PM

To: MS-Exchange Admin Issues
Subject: RE: Working a script

I believe that returns all years, if I'm not mistaken.  So not just Dec 2012, 
but 2011 etc etc?


From: Campbell, Rob [mailto:rob_campb...@centraltechnology.net]
Sent: Tuesday, February 19, 2013 

RE: Working a script

2013-02-19 Thread Campbell, Rob
And just when you think you have all the possible errors trapped and reported, 
you get an email from someone asking for them to be reported in his native 
language

From: Michael B. Smith [mailto:mich...@smithcons.com]
Sent: Tuesday, February 19, 2013 5:52 PM
To: MS-Exchange Admin Issues
Subject: RE: Working a script

Taking a basic script and turning it into an enterprise-quality script with 
operational support is a serious exercise.

I could write a small book on that process. I do not think it has been 
adequately covered.

Ask Webster. I've beat him roundly about the head-and-shoulders on some of his 
scripts and error conditions. 

From: Steven Peck [mailto:sep...@gmail.com]
Sent: Tuesday, February 19, 2013 6:30 PM
To: MS-Exchange Admin Issues
Subject: Re: Working a script

Oh , that won't go away for a while, I've been stumbling around poking at 
PowerShell for years now but there are lots on this list that do way more neat 
looking things.  :)

The TechEd video's will really help by the way as will the ones by Ed Wilson on 
the bottom of that earlier link.  Also the TechNet wiki if you were unaware has 
a lot of stuff.  Not just on PowerShell but here's the main PowerShell jump off 
point.
http://social.technet.microsoft.com/wiki/contents/articles/183.windows-powershell-survival-guide-en-us.aspx

The 'Scripting Guys' also have the Winter Scripting games coming up in another 
month that generally have some fun challenges for both beginners and experts.

Steven
On Tue, Feb 19, 2013 at 2:32 PM, Heaton, Joseph@Wildlife 
joseph.hea...@wildlife.ca.govmailto:joseph.hea...@wildlife.ca.gov wrote:
Yes, that was it.  Thanks Steve :)  Still learning Powershell here.  I am going 
to a class at the end of March though, so hopefully I won't be so helpless 
afterwards.

From: Steven Peck [mailto:sep...@gmail.commailto:sep...@gmail.com]
Sent: Tuesday, February 19, 2013 2:14 PM

To: Heaton, Joseph@Wildlife; MS-Exchange Admin Issues
Subject: Re: Working a script

GAH!  No FT.  Format-Table is for screen output and making your life hard in 
situations like this.

Select-Object


PS:\ $mbx | Where-Object { ($_.WhenCreated).Month -eq 12 -and 
($_.WhenCreated).year -eq 2012 } | Select-Object Name, WhenCreated | Export-Csv 
./testNow.csv -NoTypeInformation

I tested this and the output was good.

http://www.blkmtn.org/TechEd-2012-Videos
Turn PowerShell Commands into Reusable CLI and GUI 
Toolshttp://channel9.msdn.com/Events/TechEd/NorthAmerica/2012/WCL404  - 
that video.  although the first is funny enough to watch anyway.

Steven Peck
http://www.blkmtn.org



On Tue, Feb 19, 2013 at 12:07 PM, Heaton, Joseph@Wildlife 
joseph.hea...@wildlife.ca.govmailto:joseph.hea...@wildlife.ca.gov wrote:
Ok,

So this is what I'm using:

[PS] C:\Windows\system32$mbx | Where-Object {($_.WhenMailboxCreated).Month -eq 
12 -and($_.WhenMailboxCreated).year -eq
2012} | ft Name,WhenMailboxCreated | Export-CSV -NoTypeInformation 
c:\Dec_2012_boxes.csv

I already did the $mbx = to set that variable.

When I do this without the | Export-CSV, the display is perfect.  But, when I 
pipe it to the csv, the csv turns out like the following:

ClassId2e4f51ef21dd47e99d3c952918aff9cd,pageHeaderEntry,pageFooterEntry,autosizeInfo,shapeInfo,groupingEntry
033ecb2bc07a4d43b5ef94ed5a35d280Microsoft.PowerShell.Commands.Internal.Format.TableHeaderInfo,
9e210fe47d09416682b841769c78b8a3,
27c87ef9bbda4f709f6b4002fa4af63c,
27c87ef9bbda4f709f6b4002fa4af63c,
27c87ef9bbda4f709f6b4002fa4af63c,

But with lots more lines.  When I ran it without the | ft 
Name,WhenMailboxCreated, it ran perfectly, but it dumped all information for 
the box into the csv, so I'm trying to limit the data I actually get.

I've tried a space after the comma (Name, WhenMailboxCreated), and I've also 
tried fl, instead of ft, but same results.


From: Steven Peck [mailto:sep...@gmail.commailto:sep...@gmail.com]
Sent: Tuesday, February 19, 2013 11:21 AM

To: Heaton, Joseph@Wildlife; MS-Exchange Admin Issues
Subject: Re: Working a script


$mbx = Get-Mailbox -ResultSize Unlimited
$mbx | Where-Object { ($_.WhenCreated).Month -eq 12 -and ($_.WhenCreated).year 
-eq 2012 }

I tend to stick things in variables to play with afterwards so I don't have to 
go back and get the data all over again.  Plus it helps me play with stuff 
without beating on sources.

The above gets you Month 12, Year 2012.
Add an | Export-CSV -NoTypeInformation c:\reports\exchange_dec_2012.csv and you 
get a nice file out of it.

Oh, hey, Sacramento eh?  That's local to me :)

Steven Peck
http://www.blkmtn.org




On Tue, Feb 19, 2013 at 11:00 AM, Damien Solodow 
damien.solo...@harrison.edumailto:damien.solo...@harrison.edu wrote:
Correct. You'd need to amend the where-object to add a ($_.whencreated).year 
-eq 2012)

DAMIEN SOLODOW
Systems Engineer
317.447.6033tel:317.447.6033 (office)
317.447.6014tel:317.447.6014 (fax)
HARRISON COLLEGE

From: Rick Berry 

Re: Working a script

2013-02-19 Thread Steven Peck
On the bright side I just got moved back into the messaging group
(Exchange, Lync) after 2 years and out of a group where one off
scripts were the norm.  I also just got told to prep our test environment
for Exchange 2013 and I get to lead it.  Yay me.

Steven

On Tue, Feb 19, 2013 at 4:01 PM, Campbell, Rob 
rob_campb...@centraltechnology.net wrote:

  And just when you think you have all the possible errors trapped and
 reported, you get an email from someone asking for them to be reported in
 his native language……..

 ** **

 *From:* Michael B. Smith [mailto:mich...@smithcons.com]
 *Sent:* Tuesday, February 19, 2013 5:52 PM

 *To:* MS-Exchange Admin Issues
 *Subject:* RE: Working a script

  ** **

 Taking a basic script and turning it into an enterprise-quality script
 with operational support is a serious exercise.

 ** **

 I could write a small book on that process. I do not think it has been
 adequately covered.

 ** **

 Ask Webster. I’ve beat him roundly about the head-and-shoulders on some of
 his scripts and error conditions. 

 ** **

 *From:* Steven Peck [mailto:sep...@gmail.com sep...@gmail.com]
 *Sent:* Tuesday, February 19, 2013 6:30 PM
 *To:* MS-Exchange Admin Issues
 *Subject:* Re: Working a script

 ** **

 Oh , that won't go away for a while, I've been stumbling around poking at
 PowerShell for years now but there are lots on this list that do way more
 neat looking things.  :)

  

 The TechEd video's will really help by the way as will the ones by Ed
 Wilson on the bottom of that earlier link.  Also the TechNet wiki if you
 were unaware has a lot of stuff.  Not just on PowerShell but here's the
 main PowerShell jump off point.


 http://social.technet.microsoft.com/wiki/contents/articles/183.windows-powershell-survival-guide-en-us.aspx
 

  

 The 'Scripting Guys' also have the Winter Scripting games coming up in
 another month that generally have some fun challenges for both beginners
 and experts.


 Steven 

 On Tue, Feb 19, 2013 at 2:32 PM, Heaton, Joseph@Wildlife 
 joseph.hea...@wildlife.ca.gov wrote:

 Yes, that was it.  Thanks Steve J  Still learning Powershell here.  I am
 going to a class at the end of March though, so hopefully I won’t be so
 helpless afterwards.

  

 *From:* Steven Peck [mailto:sep...@gmail.com]
 *Sent:* Tuesday, February 19, 2013 2:14 PM


 *To:* Heaton, Joseph@Wildlife; MS-Exchange Admin Issues
 *Subject:* Re: Working a script

  

 GAH!  No FT.  Format-Table is for screen output and making your life hard
 in situations like this.

  

 Select-Object

  

 PS:\ $mbx | Where-Object { ($_.WhenCreated).Month -eq 12 -and ($_.
 WhenCreated).year -eq 2012 } | Select-Object Name, WhenCreated |
 Export-Csv ./testNow.csv -NoTypeInformation 

 I tested this and the output was good.

  

 http://www.blkmtn.org/TechEd-2012-Videos

 Turn PowerShell Commands into Reusable CLI and GUI 
 Toolshttp://channel9.msdn.com/Events/TechEd/NorthAmerica/2012/WCL404
 - that video.  although the first is funny enough to watch anyway.

  

 Steven Peck

 http://www.blkmtn.org



  

 On Tue, Feb 19, 2013 at 12:07 PM, Heaton, Joseph@Wildlife 
 joseph.hea...@wildlife.ca.gov wrote:

 Ok,

  

 So this is what I’m using:

  

 [PS] C:\Windows\system32$mbx | Where-Object
 {($_.WhenMailboxCreated).Month -eq 12 -and($_.WhenMailboxCreated).year -eq
 

 2012} | ft Name,WhenMailboxCreated | Export-CSV -NoTypeInformation
 c:\Dec_2012_boxes.csv

  

 I already did the $mbx = to set that variable.

  

 When I do this without the | Export-CSV, the display is perfect.  But,
 when I pipe it to the csv, the csv turns out like the following:

  


 ClassId2e4f51ef21dd47e99d3c952918aff9cd,pageHeaderEntry,pageFooterEntry,autosizeInfo,shapeInfo,groupingEntry
 


 033ecb2bc07a4d43b5ef94ed5a35d280Microsoft.PowerShell.Commands.Internal.Format.TableHeaderInfo,
 

 9e210fe47d09416682b841769c78b8a3,

 27c87ef9bbda4f709f6b4002fa4af63c,

 27c87ef9bbda4f709f6b4002fa4af63c,

 27c87ef9bbda4f709f6b4002fa4af63c,

  

 But with lots more lines.  When I ran it without the | ft
 Name,WhenMailboxCreated, it ran perfectly, but it dumped all information
 for the box into the csv, so I’m trying to limit the data I actually get.*
 ***

  

 I’ve tried a space after the comma (Name, WhenMailboxCreated), and I’ve
 also tried fl, instead of ft, but same results.

  

  

 *From:* Steven Peck [mailto:sep...@gmail.com]
 *Sent:* Tuesday, February 19, 2013 11:21 AM


 *To:* Heaton, Joseph@Wildlife; MS-Exchange Admin Issues

 *Subject:* Re: Working a script

  


 $mbx = Get-Mailbox -ResultSize Unlimited

 $mbx | Where-Object { ($_.WhenCreated).Month -eq 12 -and
 ($_.WhenCreated).year -eq 2012 }

  

 I tend to stick things in variables to play with afterwards so 

RE: Working a script

2013-02-19 Thread Michael B. Smith
I am so sorry.

Honestly (and I said this on a private forum today), I have been so negative 
about Exchange 2013 and I have received so much crap from Microsoft internal 
personnel about my negativity to Exchange 2013, I do not expect to be 
re-awarded my Microsoft MVP on July 1.

Exchange 2013, even including CU1, is a piece of crap. (I cannot go into any 
details about CU1 at this time, so don't ask.)

If you have any choice, any say, don't do it. You will regret it.

From: Steven Peck [mailto:sep...@gmail.com]
Sent: Tuesday, February 19, 2013 7:18 PM
To: MS-Exchange Admin Issues
Subject: Re: Working a script

On the bright side I just got moved back into the messaging group (Exchange, 
Lync) after 2 years and out of a group where one off scripts were the norm.  I 
also just got told to prep our test environment for Exchange 2013 and I get to 
lead it.  Yay me.

Steven
On Tue, Feb 19, 2013 at 4:01 PM, Campbell, Rob 
rob_campb...@centraltechnology.netmailto:rob_campb...@centraltechnology.net 
wrote:
And just when you think you have all the possible errors trapped and reported, 
you get an email from someone asking for them to be reported in his native 
language

From: Michael B. Smith 
[mailto:mich...@smithcons.commailto:mich...@smithcons.com]
Sent: Tuesday, February 19, 2013 5:52 PM

To: MS-Exchange Admin Issues
Subject: RE: Working a script

Taking a basic script and turning it into an enterprise-quality script with 
operational support is a serious exercise.

I could write a small book on that process. I do not think it has been 
adequately covered.

Ask Webster. I've beat him roundly about the head-and-shoulders on some of his 
scripts and error conditions. 

From: Steven Peck [mailto:sep...@gmail.com]
Sent: Tuesday, February 19, 2013 6:30 PM
To: MS-Exchange Admin Issues
Subject: Re: Working a script

Oh , that won't go away for a while, I've been stumbling around poking at 
PowerShell for years now but there are lots on this list that do way more neat 
looking things.  :)

The TechEd video's will really help by the way as will the ones by Ed Wilson on 
the bottom of that earlier link.  Also the TechNet wiki if you were unaware has 
a lot of stuff.  Not just on PowerShell but here's the main PowerShell jump off 
point.
http://social.technet.microsoft.com/wiki/contents/articles/183.windows-powershell-survival-guide-en-us.aspx

The 'Scripting Guys' also have the Winter Scripting games coming up in another 
month that generally have some fun challenges for both beginners and experts.

Steven
On Tue, Feb 19, 2013 at 2:32 PM, Heaton, Joseph@Wildlife 
joseph.hea...@wildlife.ca.govmailto:joseph.hea...@wildlife.ca.gov wrote:
Yes, that was it.  Thanks Steve :)  Still learning Powershell here.  I am going 
to a class at the end of March though, so hopefully I won't be so helpless 
afterwards.

From: Steven Peck [mailto:sep...@gmail.commailto:sep...@gmail.com]
Sent: Tuesday, February 19, 2013 2:14 PM

To: Heaton, Joseph@Wildlife; MS-Exchange Admin Issues
Subject: Re: Working a script

GAH!  No FT.  Format-Table is for screen output and making your life hard in 
situations like this.

Select-Object


PS:\ $mbx | Where-Object { ($_.WhenCreated).Month -eq 12 -and 
($_.WhenCreated).year -eq 2012 } | Select-Object Name, WhenCreated | Export-Csv 
./testNow.csv -NoTypeInformation

I tested this and the output was good.

http://www.blkmtn.org/TechEd-2012-Videos
Turn PowerShell Commands into Reusable CLI and GUI 
Toolshttp://channel9.msdn.com/Events/TechEd/NorthAmerica/2012/WCL404  - 
that video.  although the first is funny enough to watch anyway.

Steven Peck
http://www.blkmtn.org



On Tue, Feb 19, 2013 at 12:07 PM, Heaton, Joseph@Wildlife 
joseph.hea...@wildlife.ca.govmailto:joseph.hea...@wildlife.ca.gov wrote:
Ok,

So this is what I'm using:

[PS] C:\Windows\system32$mbx | Where-Object {($_.WhenMailboxCreated).Month -eq 
12 -and($_.WhenMailboxCreated).year -eq
2012} | ft Name,WhenMailboxCreated | Export-CSV -NoTypeInformation 
c:\Dec_2012_boxes.csv

I already did the $mbx = to set that variable.

When I do this without the | Export-CSV, the display is perfect.  But, when I 
pipe it to the csv, the csv turns out like the following:

ClassId2e4f51ef21dd47e99d3c952918aff9cd,pageHeaderEntry,pageFooterEntry,autosizeInfo,shapeInfo,groupingEntry
033ecb2bc07a4d43b5ef94ed5a35d280Microsoft.PowerShell.Commands.Internal.Format.TableHeaderInfo,
9e210fe47d09416682b841769c78b8a3,
27c87ef9bbda4f709f6b4002fa4af63c,
27c87ef9bbda4f709f6b4002fa4af63c,
27c87ef9bbda4f709f6b4002fa4af63c,

But with lots more lines.  When I ran it without the | ft 
Name,WhenMailboxCreated, it ran perfectly, but it dumped all information for 
the box into the csv, so I'm trying to limit the data I actually get.

I've tried a space after the comma (Name, WhenMailboxCreated), and I've also 
tried fl, instead of ft, but same results.


From: Steven Peck [mailto:sep...@gmail.commailto:sep...@gmail.com]
Sent: Tuesday, February 

RE: Exchange 2003 and a calendaring question

2013-02-19 Thread John Matteson
I was hinting at that if you screw up with Regedt32 and tweak the wrong thing, 
you may end up having to do a re-install. Much the same as you alluding to 
MFCMAPI being a shotgun.

John M.

-Original Message-
From: Kurt Buff [mailto:kurt.b...@gmail.com] 
Sent: Tuesday, February 19, 2013 6:06 PM
To: MS-Exchange Admin Issues
Subject: Re: Exchange 2003 and a calendaring question

Don't get me wrong - I've used MFCMAPI a few times, and it's a very cool tool.

I just don't want to incorporate it into a termination process.

I could be wrong, but I think regedit is like bringing a screwdriver to a gun 
fight - not even close to the right tool.

Kurt

On Tue, Feb 19, 2013 at 2:55 PM, John Matteson john.matte...@gmail.com wrote:
 Ah, REGEDT32 for the mail stores?

 Never have used the tool. Was informed about it from one of the techs that 
 work in a different time zone from me. A user was having problems with 
 reminders popping up for phantom meetings.

 John M.

 -Original Message-
 From: Kurt Buff [mailto:kurt.b...@gmail.com]
 Sent: Tuesday, February 19, 2013 5:43 PM
 To: MS-Exchange Admin Issues
 Subject: Re: Exchange 2003 and a calendaring question

 MFCMAPI == handing a 3yo the loaded shotgun and saying have fun!

 It of course doesn't help that I'm not allowed to enforce meeting duration 
 limits - so they're all without any end dates.

 Looks like it's time to get manual...

 Kurt

 On Tue, Feb 19, 2013 at 2:30 PM, John Matteson john.matte...@gmail.com 
 wrote:
 You may end up having to keep the account active until two months past the 
 last meeting date.

 I was told about a tool that's been around for a bit MFCMAPI that might be 
 of some use.

 John M.

 -Original Message-
 From: Kurt Buff [mailto:kurt.b...@gmail.com]
 Sent: Tuesday, February 19, 2013 4:59 PM
 To: MS-Exchange Admin Issues
 Subject: Exchange 2003 and a calendaring question

 All,

 We have recently let go someone who was the originator of a large number of 
 meetings. We'd like to cancel all of the meetings he originated, sending 
 cancellation notices to the attendees, and releasing the meeting rooms as 
 well.

 I've perused some docs on the Mailbox Manager, and am not seeing 
 seeing how to do this

 Is MM the proper tool, or is there some better way of doing this?

 I'd like to incorporate a procedure into our termination procedure, too, as 
 this has happened more than once, and it's an annoyance to the attendees and 
 everyone who needs to schedule the rooms.

 Thanks,

 Kurt

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


 ---
 To manage subscriptions click here: 
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


 ---
 To manage subscriptions click here: 
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist



Re: Exchange 2003 and a calendaring question

2013-02-19 Thread Kurt Buff
True - I had the analogy backward...

Kurt

On Tue, Feb 19, 2013 at 3:18 PM, Michael B. Smith mich...@smithcons.com wrote:
 MFCMAPI is more like bringing a machine gun to a knife fight.

 -Original Message-
 From: Kurt Buff [mailto:kurt.b...@gmail.com]
 Sent: Tuesday, February 19, 2013 6:06 PM
 To: MS-Exchange Admin Issues
 Subject: Re: Exchange 2003 and a calendaring question

 Don't get me wrong - I've used MFCMAPI a few times, and it's a very cool tool.

 I just don't want to incorporate it into a termination process.

 I could be wrong, but I think regedit is like bringing a screwdriver to a gun 
 fight - not even close to the right tool.

 Kurt

 On Tue, Feb 19, 2013 at 2:55 PM, John Matteson john.matte...@gmail.com 
 wrote:
 Ah, REGEDT32 for the mail stores?

 Never have used the tool. Was informed about it from one of the techs that 
 work in a different time zone from me. A user was having problems with 
 reminders popping up for phantom meetings.

 John M.

 -Original Message-
 From: Kurt Buff [mailto:kurt.b...@gmail.com]
 Sent: Tuesday, February 19, 2013 5:43 PM
 To: MS-Exchange Admin Issues
 Subject: Re: Exchange 2003 and a calendaring question

 MFCMAPI == handing a 3yo the loaded shotgun and saying have fun!

 It of course doesn't help that I'm not allowed to enforce meeting duration 
 limits - so they're all without any end dates.

 Looks like it's time to get manual...

 Kurt

 On Tue, Feb 19, 2013 at 2:30 PM, John Matteson john.matte...@gmail.com 
 wrote:
 You may end up having to keep the account active until two months past the 
 last meeting date.

 I was told about a tool that's been around for a bit MFCMAPI that might be 
 of some use.

 John M.

 -Original Message-
 From: Kurt Buff [mailto:kurt.b...@gmail.com]
 Sent: Tuesday, February 19, 2013 4:59 PM
 To: MS-Exchange Admin Issues
 Subject: Exchange 2003 and a calendaring question

 All,

 We have recently let go someone who was the originator of a large number of 
 meetings. We'd like to cancel all of the meetings he originated, sending 
 cancellation notices to the attendees, and releasing the meeting rooms as 
 well.

 I've perused some docs on the Mailbox Manager, and am not seeing
 seeing how to do this

 Is MM the proper tool, or is there some better way of doing this?

 I'd like to incorporate a procedure into our termination procedure, too, as 
 this has happened more than once, and it's an annoyance to the attendees 
 and everyone who needs to schedule the rooms.

 Thanks,

 Kurt

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


 ---
 To manage subscriptions click here: 
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist

 ---
 To manage subscriptions click here: 
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist


Re: Working a script

2013-02-19 Thread Kurt Buff
Ouch.

Ouch.

Ouch again.

And once more - Ouch.

I'll say this - they're cowardly p*s if they don't re-up you for
MVP. This is exactly the kind of thing an MVP *should* be doing.

Kurt

On Tue, Feb 19, 2013 at 4:28 PM, Michael B. Smith mich...@smithcons.com wrote:
 I am so sorry.



 Honestly (and I said this on a private forum today), I have been so negative
 about Exchange 2013 and I have received so much crap from Microsoft internal
 personnel about my negativity to Exchange 2013, I do not expect to be
 re-awarded my Microsoft MVP on July 1.



 Exchange 2013, even including CU1, is a piece of crap. (I cannot go into any
 details about CU1 at this time, so don’t ask.)



 If you have any choice, any say, don’t do it. You will regret it.



 From: Steven Peck [mailto:sep...@gmail.com]
 Sent: Tuesday, February 19, 2013 7:18 PM


 To: MS-Exchange Admin Issues
 Subject: Re: Working a script



 On the bright side I just got moved back into the messaging group (Exchange,
 Lync) after 2 years and out of a group where one off scripts were the norm.
 I also just got told to prep our test environment for Exchange 2013 and I
 get to lead it.  Yay me.



 Steven

 On Tue, Feb 19, 2013 at 4:01 PM, Campbell, Rob
 rob_campb...@centraltechnology.net wrote:

 And just when you think you have all the possible errors trapped and
 reported, you get an email from someone asking for them to be reported in
 his native language……..



 From: Michael B. Smith [mailto:mich...@smithcons.com]
 Sent: Tuesday, February 19, 2013 5:52 PM


 To: MS-Exchange Admin Issues
 Subject: RE: Working a script



 Taking a basic script and turning it into an enterprise-quality script with
 operational support is a serious exercise.



 I could write a small book on that process. I do not think it has been
 adequately covered.



 Ask Webster. I’ve beat him roundly about the head-and-shoulders on some of
 his scripts and error conditions. 



 From: Steven Peck [mailto:sep...@gmail.com]
 Sent: Tuesday, February 19, 2013 6:30 PM
 To: MS-Exchange Admin Issues
 Subject: Re: Working a script



 Oh , that won't go away for a while, I've been stumbling around poking at
 PowerShell for years now but there are lots on this list that do way more
 neat looking things.  :)



 The TechEd video's will really help by the way as will the ones by Ed Wilson
 on the bottom of that earlier link.  Also the TechNet wiki if you were
 unaware has a lot of stuff.  Not just on PowerShell but here's the main
 PowerShell jump off point.

 http://social.technet.microsoft.com/wiki/contents/articles/183.windows-powershell-survival-guide-en-us.aspx



 The 'Scripting Guys' also have the Winter Scripting games coming up in
 another month that generally have some fun challenges for both beginners and
 experts.


 Steven

 On Tue, Feb 19, 2013 at 2:32 PM, Heaton, Joseph@Wildlife
 joseph.hea...@wildlife.ca.gov wrote:

 Yes, that was it.  Thanks Steve J  Still learning Powershell here.  I am
 going to a class at the end of March though, so hopefully I won’t be so
 helpless afterwards.



 From: Steven Peck [mailto:sep...@gmail.com]
 Sent: Tuesday, February 19, 2013 2:14 PM


 To: Heaton, Joseph@Wildlife; MS-Exchange Admin Issues
 Subject: Re: Working a script



 GAH!  No FT.  Format-Table is for screen output and making your life hard in
 situations like this.



 Select-Object



 PS:\ $mbx | Where-Object { ($_.WhenCreated).Month -eq 12 -and
 ($_.WhenCreated).year -eq 2012 } | Select-Object Name, WhenCreated |
 Export-Csv ./testNow.csv -NoTypeInformation

 I tested this and the output was good.



 http://www.blkmtn.org/TechEd-2012-Videos

 Turn PowerShell Commands into Reusable CLI and GUI Tools  - that video.
 although the first is funny enough to watch anyway.



 Steven Peck

 http://www.blkmtn.org





 On Tue, Feb 19, 2013 at 12:07 PM, Heaton, Joseph@Wildlife
 joseph.hea...@wildlife.ca.gov wrote:

 Ok,



 So this is what I’m using:



 [PS] C:\Windows\system32$mbx | Where-Object {($_.WhenMailboxCreated).Month
 -eq 12 -and($_.WhenMailboxCreated).year -eq

 2012} | ft Name,WhenMailboxCreated | Export-CSV -NoTypeInformation
 c:\Dec_2012_boxes.csv



 I already did the $mbx = to set that variable.



 When I do this without the | Export-CSV, the display is perfect.  But, when
 I pipe it to the csv, the csv turns out like the following:



 ClassId2e4f51ef21dd47e99d3c952918aff9cd,pageHeaderEntry,pageFooterEntry,autosizeInfo,shapeInfo,groupingEntry

 033ecb2bc07a4d43b5ef94ed5a35d280Microsoft.PowerShell.Commands.Internal.Format.TableHeaderInfo,

 9e210fe47d09416682b841769c78b8a3,

 27c87ef9bbda4f709f6b4002fa4af63c,

 27c87ef9bbda4f709f6b4002fa4af63c,

 27c87ef9bbda4f709f6b4002fa4af63c,



 But with lots more lines.  When I ran it without the | ft
 Name,WhenMailboxCreated, it ran perfectly, but it dumped all information for
 the box into the csv, so I’m trying to limit the data I actually get.



 I’ve tried a space after the comma (Name, 

Re: Exchange 2003 and a calendaring question

2013-02-19 Thread Kurt Buff
Indeed.

On Tue, Feb 19, 2013 at 5:21 PM, John Matteson john.matte...@gmail.com wrote:
 I was hinting at that if you screw up with Regedt32 and tweak the wrong 
 thing, you may end up having to do a re-install. Much the same as you 
 alluding to MFCMAPI being a shotgun.

 John M.

 -Original Message-
 From: Kurt Buff [mailto:kurt.b...@gmail.com]
 Sent: Tuesday, February 19, 2013 6:06 PM
 To: MS-Exchange Admin Issues
 Subject: Re: Exchange 2003 and a calendaring question

 Don't get me wrong - I've used MFCMAPI a few times, and it's a very cool tool.

 I just don't want to incorporate it into a termination process.

 I could be wrong, but I think regedit is like bringing a screwdriver to a gun 
 fight - not even close to the right tool.

 Kurt

 On Tue, Feb 19, 2013 at 2:55 PM, John Matteson john.matte...@gmail.com 
 wrote:
 Ah, REGEDT32 for the mail stores?

 Never have used the tool. Was informed about it from one of the techs that 
 work in a different time zone from me. A user was having problems with 
 reminders popping up for phantom meetings.

 John M.

 -Original Message-
 From: Kurt Buff [mailto:kurt.b...@gmail.com]
 Sent: Tuesday, February 19, 2013 5:43 PM
 To: MS-Exchange Admin Issues
 Subject: Re: Exchange 2003 and a calendaring question

 MFCMAPI == handing a 3yo the loaded shotgun and saying have fun!

 It of course doesn't help that I'm not allowed to enforce meeting duration 
 limits - so they're all without any end dates.

 Looks like it's time to get manual...

 Kurt

 On Tue, Feb 19, 2013 at 2:30 PM, John Matteson john.matte...@gmail.com 
 wrote:
 You may end up having to keep the account active until two months past the 
 last meeting date.

 I was told about a tool that's been around for a bit MFCMAPI that might be 
 of some use.

 John M.

 -Original Message-
 From: Kurt Buff [mailto:kurt.b...@gmail.com]
 Sent: Tuesday, February 19, 2013 4:59 PM
 To: MS-Exchange Admin Issues
 Subject: Exchange 2003 and a calendaring question

 All,

 We have recently let go someone who was the originator of a large number of 
 meetings. We'd like to cancel all of the meetings he originated, sending 
 cancellation notices to the attendees, and releasing the meeting rooms as 
 well.

 I've perused some docs on the Mailbox Manager, and am not seeing
 seeing how to do this

 Is MM the proper tool, or is there some better way of doing this?

 I'd like to incorporate a procedure into our termination procedure, too, as 
 this has happened more than once, and it's an annoyance to the attendees 
 and everyone who needs to schedule the rooms.

 Thanks,

 Kurt

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


 ---
 To manage subscriptions click here: 
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


 ---
 To manage subscriptions click here: 
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist