RE: Powershell script to get all mailboxes that are exceeding issue warning quota

2012-03-07 Thread Nicholas Turner
get-mailboxserver |Get-MailboxStatistics | where {$_.storagelimitstatus 
-notcontains BelowLimit} | select-object DisplayName, 
LastLoggedOnUserAccount, TotalItemsize, lastlogontime, lastlogofftime | 
Export-Csv .\overquota.csv

send-mailmessage etc. etc.

This should work with 2007, dunno if it's changed with 2010 as for 2003, you 
are on your own J

From: Liby Philip Mathew [mailto:lmat...@path-solutions.com]
Sent: 07 March 2012 07:42
To: MS-Exchange Admin Issues
Subject: Powershell script to get all mailboxes that are exceeding issue 
warning quota

Hi,
I am looking for a script to run on the mail server and fetch the details of 
all user mail box that exceeds the quota set on the database.
I am looking for a formatted output as shown below to be mailed to the help 
desk every morning.

Mailbox

Last Logged on By

Size

Total Items

Last Logon Time/ Last Logoff Time























































































Regards
Liby Philip Mathew




Disclaimer
[The information contained in this e-mail message and any attached files are 
confidential information and intended solely for the use of the individual or 
entity to whom they are addressed. This transmission may contain information 
that is privileged, confidential or exempt from disclosure under applicable 
law. If you have received this e-mail in error, please notify the sender 
immediately and delete all copies. If you are not the intended recipient, any 
disclosure, copying, distribution, or use of the information contained herein 
is STRICTLY PROHIBITED. Path Solutions accepts no responsibility for any 
errors, omissions, computer viruses and other defects.]

---
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 electronic message contains information from CACI International Inc or
subsidiary companies, which may be confidential, proprietary,
privileged or otherwise protected from disclosure.  The information is
intended to be used solely by the recipient(s) named above.  If you are not
an intended recipient, be aware that any review, disclosure, copying,
distribution or use of this transmission or its contents is prohibited.  If
you have received this transmission in error, please notify us immediately
at postmas...@caci.co.uk
Viruses: Although we have taken steps to ensure that this e-mail and 
attachments are free from any virus, we advise that in keeping with good 
computing practice the recipient should ensure they are actually virus free.

CACI Limited. Registered in England  Wales. Registration No. 1649776. CACI 
House, Avonmore Road, London, W14 8TS.

---
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: 2010 OWA contacts missing on upgrade. (solved)

2012-03-07 Thread Kennedy, Jim
Ok, I got fooled by the user.  The 2007 server she was on was decommissioned 
but I still have all the old backups and they were brick level Backup Exec 
backups.  Put that hard drive on a current Backup Exec server and fired off the 
import/cataloging. It just finished up, I have 2 months of brick level backups.

There are only two contacts on the backups, both of which are in her current 
mailbox. At least the mystery is solved and I feel a little better knowing I 
did not nuke her stuff. I really dislike doing that.

-Original Message-
From: Kennedy, Jim 
Sent: Tuesday, March 06, 2012 6:30 PM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade.


I got nothing it appears.  Get-MailboxStatistics -Identity username 
-IncludeMoveHistory gives me nothing. If I |fl the movehistory is blank.


From: Michael B. Smith [mich...@smithcons.com]
Sent: Tuesday, March 06, 2012 5:17 PM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade.

Do you still have her moverequest log?

-Original Message-
From: Kennedy, Jim [mailto:kennedy...@elyriaschools.org]
Sent: Tuesday, March 06, 2012 3:50 PM
To: MS-Exchange Admin Issues
Subject: 2010 OWA contacts missing on upgrade.

Plugging away on my 2007 to 2010 upgrade. It is going very well actually. But I 
have one odd issue. A pure OWA user that I migrated from 2007 to 2010. She 
claims she lost all her contacts. My first thought was that it was autocomplete 
she lost so I asked her to show me how she used to get to her contacts. She 
instantly hit her contacts icon and said 'look, there are only two there'.  So 
that is the odd part, two of her old contacts are there but there are a bunch 
missing.

Any guesses where they went? I am a bit stunned. Is there any other way she 
could have hooked contacts into OWA that I don't know about?

---
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: 2010 OWA contacts missing on upgrade. (solved)

2012-03-07 Thread Michael B. Smith
Remember the lesson of Gregory House.

-Original Message-
From: Kennedy, Jim [mailto:kennedy...@elyriaschools.org] 
Sent: Wednesday, March 07, 2012 9:47 AM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade. (solved)

Ok, I got fooled by the user.  The 2007 server she was on was decommissioned 
but I still have all the old backups and they were brick level Backup Exec 
backups.  Put that hard drive on a current Backup Exec server and fired off the 
import/cataloging. It just finished up, I have 2 months of brick level backups.

There are only two contacts on the backups, both of which are in her current 
mailbox. At least the mystery is solved and I feel a little better knowing I 
did not nuke her stuff. I really dislike doing that.

-Original Message-
From: Kennedy, Jim 
Sent: Tuesday, March 06, 2012 6:30 PM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade.


I got nothing it appears.  Get-MailboxStatistics -Identity username 
-IncludeMoveHistory gives me nothing. If I |fl the movehistory is blank.


From: Michael B. Smith [mich...@smithcons.com]
Sent: Tuesday, March 06, 2012 5:17 PM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade.

Do you still have her moverequest log?

-Original Message-
From: Kennedy, Jim [mailto:kennedy...@elyriaschools.org]
Sent: Tuesday, March 06, 2012 3:50 PM
To: MS-Exchange Admin Issues
Subject: 2010 OWA contacts missing on upgrade.

Plugging away on my 2007 to 2010 upgrade. It is going very well actually. But I 
have one odd issue. A pure OWA user that I migrated from 2007 to 2010. She 
claims she lost all her contacts. My first thought was that it was autocomplete 
she lost so I asked her to show me how she used to get to her contacts. She 
instantly hit her contacts icon and said 'look, there are only two there'.  So 
that is the odd part, two of her old contacts are there but there are a bunch 
missing.

Any guesses where they went? I am a bit stunned. Is there any other way she 
could have hooked contacts into OWA that I don't know about?

---
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: 2010 OWA contacts missing on upgrade. (solved)

2012-03-07 Thread Eldridge, D K,
Ok I give. Gregory House?
Fubared Brick level restore?

-Original Message-
From: Michael B. Smith [mailto:mich...@smithcons.com] 
Sent: Wednesday, March 07, 2012 7:56 AM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade. (solved)

Remember the lesson of Gregory House.

-Original Message-
From: Kennedy, Jim [mailto:kennedy...@elyriaschools.org] 
Sent: Wednesday, March 07, 2012 9:47 AM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade. (solved)

Ok, I got fooled by the user.  The 2007 server she was on was
decommissioned but I still have all the old backups and they were brick
level Backup Exec backups.  Put that hard drive on a current Backup Exec
server and fired off the import/cataloging. It just finished up, I have
2 months of brick level backups.

There are only two contacts on the backups, both of which are in her
current mailbox. At least the mystery is solved and I feel a little
better knowing I did not nuke her stuff. I really dislike doing that.

-Original Message-
From: Kennedy, Jim 
Sent: Tuesday, March 06, 2012 6:30 PM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade.


I got nothing it appears.  Get-MailboxStatistics -Identity username
-IncludeMoveHistory gives me nothing. If I |fl the movehistory is blank.


From: Michael B. Smith [mich...@smithcons.com]
Sent: Tuesday, March 06, 2012 5:17 PM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade.

Do you still have her moverequest log?

-Original Message-
From: Kennedy, Jim [mailto:kennedy...@elyriaschools.org]
Sent: Tuesday, March 06, 2012 3:50 PM
To: MS-Exchange Admin Issues
Subject: 2010 OWA contacts missing on upgrade.

Plugging away on my 2007 to 2010 upgrade. It is going very well
actually. But I have one odd issue. A pure OWA user that I migrated from
2007 to 2010. She claims she lost all her contacts. My first thought was
that it was autocomplete she lost so I asked her to show me how she used
to get to her contacts. She instantly hit her contacts icon and said
'look, there are only two there'.  So that is the odd part, two of her
old contacts are there but there are a bunch missing.

Any guesses where they went? I am a bit stunned. Is there any other way
she could have hooked contacts into OWA that I don't know about?

---
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: 2010 OWA contacts missing on upgrade. (solved)

2012-03-07 Thread Sobey, Richard A
Took me a second, but never a truer word said.

-Original Message-
From: bounce-9494660-8066...@lyris.sunbelt-software.com 
[mailto:bounce-9494660-8066...@lyris.sunbelt-software.com] On Behalf Of Michael 
B. Smith
Sent: 07 March 2012 14:56
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade. (solved)

Remember the lesson of Gregory House.

-Original Message-
From: Kennedy, Jim [mailto:kennedy...@elyriaschools.org] 
Sent: Wednesday, March 07, 2012 9:47 AM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade. (solved)

Ok, I got fooled by the user.  The 2007 server she was on was decommissioned 
but I still have all the old backups and they were brick level Backup Exec 
backups.  Put that hard drive on a current Backup Exec server and fired off the 
import/cataloging. It just finished up, I have 2 months of brick level backups.

There are only two contacts on the backups, both of which are in her current 
mailbox. At least the mystery is solved and I feel a little better knowing I 
did not nuke her stuff. I really dislike doing that.

-Original Message-
From: Kennedy, Jim 
Sent: Tuesday, March 06, 2012 6:30 PM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade.


I got nothing it appears.  Get-MailboxStatistics -Identity username 
-IncludeMoveHistory gives me nothing. If I |fl the movehistory is blank.


From: Michael B. Smith [mich...@smithcons.com]
Sent: Tuesday, March 06, 2012 5:17 PM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade.

Do you still have her moverequest log?

-Original Message-
From: Kennedy, Jim [mailto:kennedy...@elyriaschools.org]
Sent: Tuesday, March 06, 2012 3:50 PM
To: MS-Exchange Admin Issues
Subject: 2010 OWA contacts missing on upgrade.

Plugging away on my 2007 to 2010 upgrade. It is going very well actually. But I 
have one odd issue. A pure OWA user that I migrated from 2007 to 2010. She 
claims she lost all her contacts. My first thought was that it was autocomplete 
she lost so I asked her to show me how she used to get to her contacts. She 
instantly hit her contacts icon and said 'look, there are only two there'.  So 
that is the odd part, two of her old contacts are there but there are a bunch 
missing.

Any guesses where they went? I am a bit stunned. Is there any other way she 
could have hooked contacts into OWA that I don't know about?

---
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: 2010 OWA contacts missing on upgrade. (solved)

2012-03-07 Thread Sobey, Richard A
He's a Doctor in House (TV series). All patients lie. For patients, read 
users.

-Original Message-
From: bounce-9494664-8066...@lyris.sunbelt-software.com 
[mailto:bounce-9494664-8066...@lyris.sunbelt-software.com] On Behalf Of 
Eldridge, D K,
Sent: 07 March 2012 15:06
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade. (solved)

Ok I give. Gregory House?
Fubared Brick level restore?

-Original Message-
From: Michael B. Smith [mailto:mich...@smithcons.com]
Sent: Wednesday, March 07, 2012 7:56 AM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade. (solved)

Remember the lesson of Gregory House.

-Original Message-
From: Kennedy, Jim [mailto:kennedy...@elyriaschools.org]
Sent: Wednesday, March 07, 2012 9:47 AM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade. (solved)

Ok, I got fooled by the user.  The 2007 server she was on was decommissioned 
but I still have all the old backups and they were brick level Backup Exec 
backups.  Put that hard drive on a current Backup Exec server and fired off the 
import/cataloging. It just finished up, I have
2 months of brick level backups.

There are only two contacts on the backups, both of which are in her current 
mailbox. At least the mystery is solved and I feel a little better knowing I 
did not nuke her stuff. I really dislike doing that.

-Original Message-
From: Kennedy, Jim
Sent: Tuesday, March 06, 2012 6:30 PM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade.


I got nothing it appears.  Get-MailboxStatistics -Identity username
-IncludeMoveHistory gives me nothing. If I |fl the movehistory is blank.


From: Michael B. Smith [mich...@smithcons.com]
Sent: Tuesday, March 06, 2012 5:17 PM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade.

Do you still have her moverequest log?

-Original Message-
From: Kennedy, Jim [mailto:kennedy...@elyriaschools.org]
Sent: Tuesday, March 06, 2012 3:50 PM
To: MS-Exchange Admin Issues
Subject: 2010 OWA contacts missing on upgrade.

Plugging away on my 2007 to 2010 upgrade. It is going very well
actually. But I have one odd issue. A pure OWA user that I migrated from
2007 to 2010. She claims she lost all her contacts. My first thought was
that it was autocomplete she lost so I asked her to show me how she used
to get to her contacts. She instantly hit her contacts icon and said
'look, there are only two there'.  So that is the odd part, two of her
old contacts are there but there are a bunch missing.

Any guesses where they went? I am a bit stunned. Is there any other way
she could have hooked contacts into OWA that I don't know about?

---
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: 2010 OWA contacts missing on upgrade. (solved)

2012-03-07 Thread Rankin, James R
Users lie
---Blackberried

-Original Message-
From: Eldridge, D K, d...@parkviewmc.com
Date: Wed, 7 Mar 2012 08:06:20 
To: MS-Exchange Admin Issuesexchangelist@lyris.sunbelt-software.com
Reply-To: MS-Exchange Admin Issues 
exchangelist@lyris.sunbelt-software.comSubject: RE: 2010 OWA contacts missing 
on upgrade. (solved)

Ok I give. Gregory House?
Fubared Brick level restore?

-Original Message-
From: Michael B. Smith [mailto:mich...@smithcons.com] 
Sent: Wednesday, March 07, 2012 7:56 AM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade. (solved)

Remember the lesson of Gregory House.

-Original Message-
From: Kennedy, Jim [mailto:kennedy...@elyriaschools.org] 
Sent: Wednesday, March 07, 2012 9:47 AM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade. (solved)

Ok, I got fooled by the user.  The 2007 server she was on was
decommissioned but I still have all the old backups and they were brick
level Backup Exec backups.  Put that hard drive on a current Backup Exec
server and fired off the import/cataloging. It just finished up, I have
2 months of brick level backups.

There are only two contacts on the backups, both of which are in her
current mailbox. At least the mystery is solved and I feel a little
better knowing I did not nuke her stuff. I really dislike doing that.

-Original Message-
From: Kennedy, Jim 
Sent: Tuesday, March 06, 2012 6:30 PM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade.


I got nothing it appears.  Get-MailboxStatistics -Identity username
-IncludeMoveHistory gives me nothing. If I |fl the movehistory is blank.


From: Michael B. Smith [mich...@smithcons.com]
Sent: Tuesday, March 06, 2012 5:17 PM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade.

Do you still have her moverequest log?

-Original Message-
From: Kennedy, Jim [mailto:kennedy...@elyriaschools.org]
Sent: Tuesday, March 06, 2012 3:50 PM
To: MS-Exchange Admin Issues
Subject: 2010 OWA contacts missing on upgrade.

Plugging away on my 2007 to 2010 upgrade. It is going very well
actually. But I have one odd issue. A pure OWA user that I migrated from
2007 to 2010. She claims she lost all her contacts. My first thought was
that it was autocomplete she lost so I asked her to show me how she used
to get to her contacts. She instantly hit her contacts icon and said
'look, there are only two there'.  So that is the odd part, two of her
old contacts are there but there are a bunch missing.

Any guesses where they went? I am a bit stunned. Is there any other way
she could have hooked contacts into OWA that I don't know about?

---
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: 2010 OWA contacts missing on upgrade. (solved)

2012-03-07 Thread PRamatowski


I don't think we're referring to Lupus so I'm going with Patients lie.?
;)

Blackberry

- Original Message -
From: Eldridge, D K, [mailto:d...@parkviewmc.com]
Sent: Wednesday, March 07, 2012 10:06 AM
To: MS-Exchange Admin Issues exchangelist@lyris.sunbelt-software.com
Subject: RE: 2010 OWA contacts missing on upgrade. (solved)

Ok I give. Gregory House?
Fubared Brick level restore?

-Original Message-
From: Michael B. Smith [mailto:mich...@smithcons.com] 
Sent: Wednesday, March 07, 2012 7:56 AM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade. (solved)

Remember the lesson of Gregory House.

-Original Message-
From: Kennedy, Jim [mailto:kennedy...@elyriaschools.org] 
Sent: Wednesday, March 07, 2012 9:47 AM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade. (solved)

Ok, I got fooled by the user.  The 2007 server she was on was
decommissioned but I still have all the old backups and they were brick
level Backup Exec backups.  Put that hard drive on a current Backup Exec
server and fired off the import/cataloging. It just finished up, I have
2 months of brick level backups.

There are only two contacts on the backups, both of which are in her
current mailbox. At least the mystery is solved and I feel a little
better knowing I did not nuke her stuff. I really dislike doing that.

-Original Message-
From: Kennedy, Jim 
Sent: Tuesday, March 06, 2012 6:30 PM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade.


I got nothing it appears.  Get-MailboxStatistics -Identity username
-IncludeMoveHistory gives me nothing. If I |fl the movehistory is blank.


From: Michael B. Smith [mich...@smithcons.com]
Sent: Tuesday, March 06, 2012 5:17 PM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade.

Do you still have her moverequest log?

-Original Message-
From: Kennedy, Jim [mailto:kennedy...@elyriaschools.org]
Sent: Tuesday, March 06, 2012 3:50 PM
To: MS-Exchange Admin Issues
Subject: 2010 OWA contacts missing on upgrade.

Plugging away on my 2007 to 2010 upgrade. It is going very well
actually. But I have one odd issue. A pure OWA user that I migrated from
2007 to 2010. She claims she lost all her contacts. My first thought was
that it was autocomplete she lost so I asked her to show me how she used
to get to her contacts. She instantly hit her contacts icon and said
'look, there are only two there'.  So that is the odd part, two of her
old contacts are there but there are a bunch missing.

Any guesses where they went? I am a bit stunned. Is there any other way
she could have hooked contacts into OWA that I don't know about?

---
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: 2010 OWA contacts missing on upgrade. (solved)

2012-03-07 Thread Richard Stovall
Everybody lies.

On Wed, Mar 7, 2012 at 10:06 AM, Eldridge, D K, d...@parkviewmc.com wrote:

 Ok I give. Gregory House?
 Fubared Brick level restore?

 -Original Message-
 From: Michael B. Smith [mailto:mich...@smithcons.com]
 Sent: Wednesday, March 07, 2012 7:56 AM
 To: MS-Exchange Admin Issues
 Subject: RE: 2010 OWA contacts missing on upgrade. (solved)

 Remember the lesson of Gregory House.

 -Original Message-
 From: Kennedy, Jim [mailto:kennedy...@elyriaschools.org]
 Sent: Wednesday, March 07, 2012 9:47 AM
 To: MS-Exchange Admin Issues
 Subject: RE: 2010 OWA contacts missing on upgrade. (solved)

 Ok, I got fooled by the user.  The 2007 server she was on was
 decommissioned but I still have all the old backups and they were brick
 level Backup Exec backups.  Put that hard drive on a current Backup Exec
 server and fired off the import/cataloging. It just finished up, I have
 2 months of brick level backups.

 There are only two contacts on the backups, both of which are in her
 current mailbox. At least the mystery is solved and I feel a little
 better knowing I did not nuke her stuff. I really dislike doing that.

 -Original Message-
 From: Kennedy, Jim
 Sent: Tuesday, March 06, 2012 6:30 PM
 To: MS-Exchange Admin Issues
 Subject: RE: 2010 OWA contacts missing on upgrade.


 I got nothing it appears.  Get-MailboxStatistics -Identity username
 -IncludeMoveHistory gives me nothing. If I |fl the movehistory is blank.

 
 From: Michael B. Smith [mich...@smithcons.com]
 Sent: Tuesday, March 06, 2012 5:17 PM
 To: MS-Exchange Admin Issues
 Subject: RE: 2010 OWA contacts missing on upgrade.

 Do you still have her moverequest log?

 -Original Message-
 From: Kennedy, Jim [mailto:kennedy...@elyriaschools.org]
 Sent: Tuesday, March 06, 2012 3:50 PM
 To: MS-Exchange Admin Issues
 Subject: 2010 OWA contacts missing on upgrade.

 Plugging away on my 2007 to 2010 upgrade. It is going very well
 actually. But I have one odd issue. A pure OWA user that I migrated from
 2007 to 2010. She claims she lost all her contacts. My first thought was
 that it was autocomplete she lost so I asked her to show me how she used
 to get to her contacts. She instantly hit her contacts icon and said
 'look, there are only two there'.  So that is the odd part, two of her
 old contacts are there but there are a bunch missing.

 Any guesses where they went? I am a bit stunned. Is there any other way
 she could have hooked contacts into OWA that I don't know about?

 ---
 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: 2010 OWA contacts missing on upgrade. (solved)

2012-03-07 Thread Eldridge, D K,
Duh!
And yes they do. :)

-Original Message-
From: Sobey, Richard A [mailto:r.so...@imperial.ac.uk] 
Sent: Wednesday, March 07, 2012 8:17 AM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade. (solved)

He's a Doctor in House (TV series). All patients lie. For patients,
read users.

-Original Message-
From: bounce-9494664-8066...@lyris.sunbelt-software.com
[mailto:bounce-9494664-8066...@lyris.sunbelt-software.com] On Behalf Of
Eldridge, D K,
Sent: 07 March 2012 15:06
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade. (solved)

Ok I give. Gregory House?
Fubared Brick level restore?

-Original Message-
From: Michael B. Smith [mailto:mich...@smithcons.com]
Sent: Wednesday, March 07, 2012 7:56 AM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade. (solved)

Remember the lesson of Gregory House.

-Original Message-
From: Kennedy, Jim [mailto:kennedy...@elyriaschools.org]
Sent: Wednesday, March 07, 2012 9:47 AM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade. (solved)

Ok, I got fooled by the user.  The 2007 server she was on was
decommissioned but I still have all the old backups and they were brick
level Backup Exec backups.  Put that hard drive on a current Backup Exec
server and fired off the import/cataloging. It just finished up, I have
2 months of brick level backups.

There are only two contacts on the backups, both of which are in her
current mailbox. At least the mystery is solved and I feel a little
better knowing I did not nuke her stuff. I really dislike doing that.

-Original Message-
From: Kennedy, Jim
Sent: Tuesday, March 06, 2012 6:30 PM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade.


I got nothing it appears.  Get-MailboxStatistics -Identity username
-IncludeMoveHistory gives me nothing. If I |fl the movehistory is blank.


From: Michael B. Smith [mich...@smithcons.com]
Sent: Tuesday, March 06, 2012 5:17 PM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade.

Do you still have her moverequest log?

-Original Message-
From: Kennedy, Jim [mailto:kennedy...@elyriaschools.org]
Sent: Tuesday, March 06, 2012 3:50 PM
To: MS-Exchange Admin Issues
Subject: 2010 OWA contacts missing on upgrade.

Plugging away on my 2007 to 2010 upgrade. It is going very well
actually. But I have one odd issue. A pure OWA user that I migrated from
2007 to 2010. She claims she lost all her contacts. My first thought was
that it was autocomplete she lost so I asked her to show me how she used
to get to her contacts. She instantly hit her contacts icon and said
'look, there are only two there'.  So that is the odd part, two of her
old contacts are there but there are a bunch missing.

Any guesses where they went? I am a bit stunned. Is there any other way
she could have hooked contacts into OWA that I don't know about?

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



PowerShell and DC's

2012-03-07 Thread Kleciak, Clint D A7IT
Does any know the PS command to find out what DC's Exchange is using?  Ex 2007, 
PowerShell 2.0. 

Not much showing much on google unless I am doing something wrong.

thanks 
--
CONFIDENTIALITY NOTICE: If you have received this email in error,
please immediately notify the sender by e-mail at the address shown.  
This email transmission may contain confidential information.  This 
information is intended only for the use of the individual(s) or entity to 
whom it is intended even if addressed incorrectly.  Please delete it from 
your files if you are not the intended recipient.  Thank you for your 
compliance.  Copyright (c) 2012 Cigna
==


---
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: 2010 OWA contacts missing on upgrade. (solved)

2012-03-07 Thread Kennedy, Jim
Yes, but like House I have to find the proof that they lied.  :)

-Original Message-
From: Michael B. Smith [mailto:mich...@smithcons.com] 
Sent: Wednesday, March 07, 2012 9:56 AM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade. (solved)

Remember the lesson of Gregory House.

-Original Message-
From: Kennedy, Jim [mailto:kennedy...@elyriaschools.org] 
Sent: Wednesday, March 07, 2012 9:47 AM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade. (solved)

Ok, I got fooled by the user.  The 2007 server she was on was decommissioned 
but I still have all the old backups and they were brick level Backup Exec 
backups.  Put that hard drive on a current Backup Exec server and fired off the 
import/cataloging. It just finished up, I have 2 months of brick level backups.

There are only two contacts on the backups, both of which are in her current 
mailbox. At least the mystery is solved and I feel a little better knowing I 
did not nuke her stuff. I really dislike doing that.

-Original Message-
From: Kennedy, Jim 
Sent: Tuesday, March 06, 2012 6:30 PM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade.


I got nothing it appears.  Get-MailboxStatistics -Identity username 
-IncludeMoveHistory gives me nothing. If I |fl the movehistory is blank.


From: Michael B. Smith [mich...@smithcons.com]
Sent: Tuesday, March 06, 2012 5:17 PM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade.

Do you still have her moverequest log?

-Original Message-
From: Kennedy, Jim [mailto:kennedy...@elyriaschools.org]
Sent: Tuesday, March 06, 2012 3:50 PM
To: MS-Exchange Admin Issues
Subject: 2010 OWA contacts missing on upgrade.

Plugging away on my 2007 to 2010 upgrade. It is going very well actually. But I 
have one odd issue. A pure OWA user that I migrated from 2007 to 2010. She 
claims she lost all her contacts. My first thought was that it was autocomplete 
she lost so I asked her to show me how she used to get to her contacts. She 
instantly hit her contacts icon and said 'look, there are only two there'.  So 
that is the odd part, two of her old contacts are there but there are a bunch 
missing.

Any guesses where they went? I am a bit stunned. Is there any other way she 
could have hooked contacts into OWA that I don't know about?

---
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: PowerShell and DC's

2012-03-07 Thread Chris Boller
Hi,



How about get-exchangeserver -status servername | fl current*



and put ,static* on the end to show if you have any static ones



Cheers, Chris




From: Kleciak, Clint D A7IT [clint.klec...@cigna.com]
Sent: 07 March 2012 15:41
To: MS-Exchange Admin Issues
Subject: PowerShell and DC's

Does any know the PS command to find out what DC's Exchange is using?  Ex 2007, 
PowerShell 2.0.

Not much showing much on google unless I am doing something wrong.

thanks
--
CONFIDENTIALITY NOTICE: If you have received this email in error,
please immediately notify the sender by e-mail at the address shown.
This email transmission may contain confidential information.  This
information is intended only for the use of the individual(s) or entity to
whom it is intended even if addressed incorrectly.  Please delete it from
your files if you are not the intended recipient.  Thank you for your
compliance.  Copyright (c) 2012 Cigna
==


---
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: PowerShell and DC's

2012-03-07 Thread Robinson, Chuck
Get-ExchangeServer | fl Identity, currentdomaincontrollers

Chuck Robinson
___
Sr. Solutions Architect
Microsoft Certified Master: Exchange 2010
MCITP: EA Windows Server 2008

EMC Consulting
Mobile: 973-865-0394
chuck.robin...@emc.com 
www.emc.com/consulting
 
Transforming Information Into Business Results

-Original Message-
From: Kleciak, Clint D A7IT [mailto:clint.klec...@cigna.com] 
Sent: Wednesday, March 07, 2012 10:42 AM
To: MS-Exchange Admin Issues
Subject: PowerShell and DC's

Does any know the PS command to find out what DC's Exchange is using?  Ex 2007, 
PowerShell 2.0. 

Not much showing much on google unless I am doing something wrong.

thanks
--
CONFIDENTIALITY NOTICE: If you have received this email in error, please 
immediately notify the sender by e-mail at the address shown.  
This email transmission may contain confidential information.  This information 
is intended only for the use of the individual(s) or entity to whom it is 
intended even if addressed incorrectly.  Please delete it from your files if 
you are not the intended recipient.  Thank you for your compliance.  Copyright 
(c) 2012 Cigna 
==


---
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: PowerShell and DC's

2012-03-07 Thread Campbell, Rob
Not sure about 2007.  On 2010:

get-exchangeserver -status | select name,*controller*,*catalog*

-Original Message-
From: Kleciak, Clint D A7IT [mailto:clint.klec...@cigna.com] 
Sent: Wednesday, March 07, 2012 9:42 AM
To: MS-Exchange Admin Issues
Subject: PowerShell and DC's

Does any know the PS command to find out what DC's Exchange is using?  Ex 2007, 
PowerShell 2.0. 

Not much showing much on google unless I am doing something wrong.

thanks
--
CONFIDENTIALITY NOTICE: If you have received this email in error, please 
immediately notify the sender by e-mail at the address shown.  
This email transmission may contain confidential information.  This information 
is intended only for the use of the individual(s) or entity to whom it is 
intended even if addressed incorrectly.  Please delete it from your files if 
you are not the intended recipient.  Thank you for your compliance.  Copyright 
(c) 2012 Cigna 
==


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



RE: PowerShell and DC's

2012-03-07 Thread Kleciak, Clint D A7IT
Tried that but only get back {}.  Not using static DC's.

Thanks


-Original Message-
From: Robinson, Chuck [mailto:chuck.robin...@emc.com] 
Sent: Wednesday, March 07, 2012 11:23 AM
To: MS-Exchange Admin Issues
Subject: RE: PowerShell and DC's

Get-ExchangeServer | fl Identity, currentdomaincontrollers

Chuck Robinson
___
Sr. Solutions Architect
Microsoft Certified Master: Exchange 2010
MCITP: EA Windows Server 2008

EMC Consulting
Mobile: 973-865-0394
chuck.robin...@emc.com 
www.emc.com/consulting
 
Transforming Information Into Business Results

-Original Message-
From: Kleciak, Clint D A7IT [mailto:clint.klec...@cigna.com] 
Sent: Wednesday, March 07, 2012 10:42 AM
To: MS-Exchange Admin Issues
Subject: PowerShell and DC's

Does any know the PS command to find out what DC's Exchange is using?  Ex 2007, 
PowerShell 2.0. 

Not much showing much on google unless I am doing something wrong.

thanks
--
CONFIDENTIALITY NOTICE: If you have received this email in error, please 
immediately notify the sender by e-mail at the address shown.  
This email transmission may contain confidential information.  This information 
is intended only for the use of the individual(s) or entity to whom it is 
intended even if addressed incorrectly.  Please delete it from your files if 
you are not the intended recipient.  Thank you for your compliance.  Copyright 
(c) 2012 Cigna 
==


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


--
CONFIDENTIALITY NOTICE: If you have received this email in error,
please immediately notify the sender by e-mail at the address shown.  
This email transmission may contain confidential information.  This 
information is intended only for the use of the individual(s) or entity to 
whom it is intended even if addressed incorrectly.  Please delete it from 
your files if you are not the intended recipient.  Thank you for your 
compliance.  Copyright (c) 2012 Cigna
==


---
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: PowerShell and DC's

2012-03-07 Thread Kleciak, Clint D A7IT
That pulled it out,,,strange if I use: 

Get-ExchangeServer -id ServerName |FL CurrentDomainController 

I get {}.



Your command pulled it out.

thanks

-Original Message-
From: Campbell, Rob [mailto:rob_campb...@centraltechnology.net] 
Sent: Wednesday, March 07, 2012 11:32 AM
To: MS-Exchange Admin Issues
Subject: RE: PowerShell and DC's

Not sure about 2007.  On 2010:

get-exchangeserver -status | select name,*controller*,*catalog*

-Original Message-
From: Kleciak, Clint D A7IT [mailto:clint.klec...@cigna.com] 
Sent: Wednesday, March 07, 2012 9:42 AM
To: MS-Exchange Admin Issues
Subject: PowerShell and DC's

Does any know the PS command to find out what DC's Exchange is using?  Ex 2007, 
PowerShell 2.0. 

Not much showing much on google unless I am doing something wrong.

thanks
--
CONFIDENTIALITY NOTICE: If you have received this email in error, please 
immediately notify the sender by e-mail at the address shown.  
This email transmission may contain confidential information.  This information 
is intended only for the use of the individual(s) or entity to whom it is 
intended even if addressed incorrectly.  Please delete it from your files if 
you are not the intended recipient.  Thank you for your compliance.  Copyright 
(c) 2012 Cigna 
==


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


--
CONFIDENTIALITY NOTICE: If you have received this email in error,
please immediately notify the sender by e-mail at the address shown.  
This email transmission may contain confidential information.  This 
information is intended only for the use of the individual(s) or entity to 
whom it is intended even if addressed incorrectly.  Please delete it from 
your files if you are not the intended recipient.  Thank you for your 
compliance.  Copyright (c) 2012 Cigna
==


---
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: PowerShell and DC's

2012-03-07 Thread Campbell, Rob
It doesn't check the DCs and GCs if you don't use the -status switch.

-Original Message-
From: Kleciak, Clint D A7IT [mailto:clint.klec...@cigna.com] 
Sent: Wednesday, March 07, 2012 10:44 AM
To: MS-Exchange Admin Issues
Subject: RE: PowerShell and DC's

That pulled it out,,,strange if I use: 

Get-ExchangeServer -id ServerName |FL CurrentDomainController 

I get {}.



Your command pulled it out.

thanks

-Original Message-
From: Campbell, Rob [mailto:rob_campb...@centraltechnology.net]
Sent: Wednesday, March 07, 2012 11:32 AM
To: MS-Exchange Admin Issues
Subject: RE: PowerShell and DC's

Not sure about 2007.  On 2010:

get-exchangeserver -status | select name,*controller*,*catalog*

-Original Message-
From: Kleciak, Clint D A7IT [mailto:clint.klec...@cigna.com]
Sent: Wednesday, March 07, 2012 9:42 AM
To: MS-Exchange Admin Issues
Subject: PowerShell and DC's

Does any know the PS command to find out what DC's Exchange is using?  Ex 2007, 
PowerShell 2.0. 

Not much showing much on google unless I am doing something wrong.

thanks
--
CONFIDENTIALITY NOTICE: If you have received this email in error, please 
immediately notify the sender by e-mail at the address shown.  
This email transmission may contain confidential information.  This information 
is intended only for the use of the individual(s) or entity to whom it is 
intended even if addressed incorrectly.  Please delete it from your files if 
you are not the intended recipient.  Thank you for your compliance.  Copyright 
(c) 2012 Cigna 
==


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


--
CONFIDENTIALITY NOTICE: If you have received this email in error, please 
immediately notify the sender by e-mail at the address shown.  
This email transmission may contain confidential information.  This information 
is intended only for the use of the individual(s) or entity to whom it is 
intended even if addressed incorrectly.  Please delete it from your files if 
you are not the intended recipient.  Thank you for your compliance.  Copyright 
(c) 2012 Cigna 
==


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



RE: 2010 OWA contacts missing on upgrade. (solved)

2012-03-07 Thread Don Andrews
Yep, I refer to it as Rule #1 - users lie.

-Original Message-
From: Sobey, Richard A [mailto:r.so...@imperial.ac.uk] 
Sent: Wednesday, March 07, 2012 7:17 AM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade. (solved)

He's a Doctor in House (TV series). All patients lie. For patients, read 
users.

-Original Message-
From: bounce-9494664-8066...@lyris.sunbelt-software.com 
[mailto:bounce-9494664-8066...@lyris.sunbelt-software.com] On Behalf Of 
Eldridge, D K,
Sent: 07 March 2012 15:06
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade. (solved)

Ok I give. Gregory House?
Fubared Brick level restore?

-Original Message-
From: Michael B. Smith [mailto:mich...@smithcons.com]
Sent: Wednesday, March 07, 2012 7:56 AM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade. (solved)

Remember the lesson of Gregory House.

-Original Message-
From: Kennedy, Jim [mailto:kennedy...@elyriaschools.org]
Sent: Wednesday, March 07, 2012 9:47 AM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade. (solved)

Ok, I got fooled by the user.  The 2007 server she was on was decommissioned 
but I still have all the old backups and they were brick level Backup Exec 
backups.  Put that hard drive on a current Backup Exec server and fired off the 
import/cataloging. It just finished up, I have
2 months of brick level backups.

There are only two contacts on the backups, both of which are in her current 
mailbox. At least the mystery is solved and I feel a little better knowing I 
did not nuke her stuff. I really dislike doing that.

-Original Message-
From: Kennedy, Jim
Sent: Tuesday, March 06, 2012 6:30 PM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade.


I got nothing it appears.  Get-MailboxStatistics -Identity username
-IncludeMoveHistory gives me nothing. If I |fl the movehistory is blank.


From: Michael B. Smith [mich...@smithcons.com]
Sent: Tuesday, March 06, 2012 5:17 PM
To: MS-Exchange Admin Issues
Subject: RE: 2010 OWA contacts missing on upgrade.

Do you still have her moverequest log?

-Original Message-
From: Kennedy, Jim [mailto:kennedy...@elyriaschools.org]
Sent: Tuesday, March 06, 2012 3:50 PM
To: MS-Exchange Admin Issues
Subject: 2010 OWA contacts missing on upgrade.

Plugging away on my 2007 to 2010 upgrade. It is going very well
actually. But I have one odd issue. A pure OWA user that I migrated from
2007 to 2010. She claims she lost all her contacts. My first thought was
that it was autocomplete she lost so I asked her to show me how she used
to get to her contacts. She instantly hit her contacts icon and said
'look, there are only two there'.  So that is the odd part, two of her
old contacts are there but there are a bunch missing.

Any guesses where they went? I am a bit stunned. Is there any other way
she could have hooked contacts into OWA that I don't know about?

---
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: Exchange 2010 UM on disabled accounts

2012-03-07 Thread Michael B. Smith
So, you got a couple of options it appears.

First, you can expire the account instead of disabling it.

Second, you can make it a linked master account (this isn't recommended, 
because it isn't documented as being supported - but it works in current 
versions).

Third, you can write a script/program to archive out voicemails and import them 
otherwhere.

No one would comment about any planned work in this area.

The first option appears to be the most palatable.

From: Senter, John [mailto:john.sen...@etrade.com]
Sent: Wednesday, March 07, 2012 2:58 PM
To: MS-Exchange Admin Issues
Subject: Exchange 2010 UM on disabled accounts

Ok, so everything I can find shows that to be able to access a UM enabled 
mailbox to play back voice mails requires the account to be enabled.  Is there 
any way to get past this today?  We have 2 issues with this:
1.   Employee leaves so we disable the account to keep them from accessing 
it.  The persons manager wants to check the VM's that have been left for the 
person to make sure nothing is being dropped.  With the user account disabled 
the only option is to give them access to the users mailbox so they can listen 
the messages via PC speakers, or re-enable the user account and reset the PIN 
so they can dial in and listen.
2.   We have department numbers that we want to have voicemail.  This would 
be a shared mailbox, which generally has the account disabled since no one ever 
logs in with that account and they just access the mailbox via outlook with 
their login.  The users do not always want to have to listen to the VM on the 
computer and would like to be able to dial-in to here messages. So we cannot 
disable the account and now we have a possible security point with a unused 
shared active account.

So if this is truly the case, how do I get a feature request in to see about 
allowing the phone access to work on a disabled UM enabled account?

Thanks


---
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: Exchange 2010 UM on disabled accounts

2012-03-07 Thread Campbell, Rob
What happens if you leave the account enabled, and clear all of its allowed 
logon hours?

From: Michael B. Smith [mailto:mich...@smithcons.com]
Sent: Wednesday, March 07, 2012 3:16 PM
To: MS-Exchange Admin Issues
Subject: RE: Exchange 2010 UM on disabled accounts

So, you got a couple of options it appears.

First, you can expire the account instead of disabling it.

Second, you can make it a linked master account (this isn't recommended, 
because it isn't documented as being supported - but it works in current 
versions).

Third, you can write a script/program to archive out voicemails and import them 
otherwhere.

No one would comment about any planned work in this area.

The first option appears to be the most palatable.

From: Senter, John 
[mailto:john.sen...@etrade.com]mailto:[mailto:john.sen...@etrade.com]
Sent: Wednesday, March 07, 2012 2:58 PM
To: MS-Exchange Admin Issues
Subject: Exchange 2010 UM on disabled accounts

Ok, so everything I can find shows that to be able to access a UM enabled 
mailbox to play back voice mails requires the account to be enabled.  Is there 
any way to get past this today?  We have 2 issues with this:
1.   Employee leaves so we disable the account to keep them from accessing 
it.  The persons manager wants to check the VM's that have been left for the 
person to make sure nothing is being dropped.  With the user account disabled 
the only option is to give them access to the users mailbox so they can listen 
the messages via PC speakers, or re-enable the user account and reset the PIN 
so they can dial in and listen.
2.   We have department numbers that we want to have voicemail.  This would 
be a shared mailbox, which generally has the account disabled since no one ever 
logs in with that account and they just access the mailbox via outlook with 
their login.  The users do not always want to have to listen to the VM on the 
computer and would like to be able to dial-in to here messages. So we cannot 
disable the account and now we have a possible security point with a unused 
shared active account.

So if this is truly the case, how do I get a feature request in to see about 
allowing the phone access to work on a disabled UM enabled account?

Thanks


---
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 listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

RE: Exchange 2010 UM on disabled accounts

2012-03-07 Thread Michael B. Smith
Well, for one thing, that only affects interactive logons (AFAIK). So that 
means the account could be used for things like mapping shares and running 
batch files.

From: Campbell, Rob [mailto:rob_campb...@centraltechnology.net]
Sent: Wednesday, March 07, 2012 4:30 PM
To: MS-Exchange Admin Issues
Subject: RE: Exchange 2010 UM on disabled accounts

What happens if you leave the account enabled, and clear all of its allowed 
logon hours?

From: Michael B. Smith 
[mailto:mich...@smithcons.com]mailto:[mailto:mich...@smithcons.com]
Sent: Wednesday, March 07, 2012 3:16 PM
To: MS-Exchange Admin Issues
Subject: RE: Exchange 2010 UM on disabled accounts

So, you got a couple of options it appears.

First, you can expire the account instead of disabling it.

Second, you can make it a linked master account (this isn't recommended, 
because it isn't documented as being supported - but it works in current 
versions).

Third, you can write a script/program to archive out voicemails and import them 
otherwhere.

No one would comment about any planned work in this area.

The first option appears to be the most palatable.

From: Senter, John 
[mailto:john.sen...@etrade.com]mailto:[mailto:john.sen...@etrade.com]
Sent: Wednesday, March 07, 2012 2:58 PM
To: MS-Exchange Admin Issues
Subject: Exchange 2010 UM on disabled accounts

Ok, so everything I can find shows that to be able to access a UM enabled 
mailbox to play back voice mails requires the account to be enabled.  Is there 
any way to get past this today?  We have 2 issues with this:
1.   Employee leaves so we disable the account to keep them from accessing 
it.  The persons manager wants to check the VM's that have been left for the 
person to make sure nothing is being dropped.  With the user account disabled 
the only option is to give them access to the users mailbox so they can listen 
the messages via PC speakers, or re-enable the user account and reset the PIN 
so they can dial in and listen.
2.   We have department numbers that we want to have voicemail.  This would 
be a shared mailbox, which generally has the account disabled since no one ever 
logs in with that account and they just access the mailbox via outlook with 
their login.  The users do not always want to have to listen to the VM on the 
computer and would like to be able to dial-in to here messages. So we cannot 
disable the account and now we have a possible security point with a unused 
shared active account.

So if this is truly the case, how do I get a feature request in to see about 
allowing the phone access to work on a disabled UM enabled account?

Thanks


---
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 
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: Exchange 2010 UM on disabled accounts

2012-03-07 Thread Campbell, Rob
That's true.

I'm not used to the idea of unsecured shares, and/or shared mailbox accounts 
belonging to security groups.

From: Michael B. Smith [mailto:mich...@smithcons.com]
Sent: Wednesday, March 07, 2012 3:57 PM
To: MS-Exchange Admin Issues
Subject: RE: Exchange 2010 UM on disabled accounts

Well, for one thing, that only affects interactive logons (AFAIK). So that 
means the account could be used for things like mapping shares and running 
batch files.

From: Campbell, Rob 
[mailto:rob_campb...@centraltechnology.net]mailto:[mailto:rob_campb...@centraltechnology.net]
Sent: Wednesday, March 07, 2012 4:30 PM
To: MS-Exchange Admin Issues
Subject: RE: Exchange 2010 UM on disabled accounts

What happens if you leave the account enabled, and clear all of its allowed 
logon hours?

From: Michael B. Smith 
[mailto:mich...@smithcons.com]mailto:[mailto:mich...@smithcons.com]
Sent: Wednesday, March 07, 2012 3:16 PM
To: MS-Exchange Admin Issues
Subject: RE: Exchange 2010 UM on disabled accounts

So, you got a couple of options it appears.

First, you can expire the account instead of disabling it.

Second, you can make it a linked master account (this isn't recommended, 
because it isn't documented as being supported - but it works in current 
versions).

Third, you can write a script/program to archive out voicemails and import them 
otherwhere.

No one would comment about any planned work in this area.

The first option appears to be the most palatable.

From: Senter, John 
[mailto:john.sen...@etrade.com]mailto:[mailto:john.sen...@etrade.com]
Sent: Wednesday, March 07, 2012 2:58 PM
To: MS-Exchange Admin Issues
Subject: Exchange 2010 UM on disabled accounts

Ok, so everything I can find shows that to be able to access a UM enabled 
mailbox to play back voice mails requires the account to be enabled.  Is there 
any way to get past this today?  We have 2 issues with this:
1.   Employee leaves so we disable the account to keep them from accessing 
it.  The persons manager wants to check the VM's that have been left for the 
person to make sure nothing is being dropped.  With the user account disabled 
the only option is to give them access to the users mailbox so they can listen 
the messages via PC speakers, or re-enable the user account and reset the PIN 
so they can dial in and listen.
2.   We have department numbers that we want to have voicemail.  This would 
be a shared mailbox, which generally has the account disabled since no one ever 
logs in with that account and they just access the mailbox via outlook with 
their login.  The users do not always want to have to listen to the VM on the 
computer and would like to be able to dial-in to here messages. So we cannot 
disable the account and now we have a possible security point with a unused 
shared active account.

So if this is truly the case, how do I get a feature request in to see about 
allowing the phone access to work on a disabled UM enabled account?

Thanks


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

DAG and CAS-Array (or CAS server)

2012-03-07 Thread Jay Kulsh
For a DAG, can there be separate CAS servers per database, or per site?

In the various examples of DAG that I have seen, I find only one CAS (server or 
server-array) per DAG at a time. If this is in fact the limitation of a DAG, 
why does one article of Technet would mention that you can split ACTIVE 
databases between the two sites? Would not it be better to keep all active 
databases in the site where CAS is? Thanks.

Jay Kulsh
So. Pasadena, CA
---
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: DAG and CAS-Array (or CAS server)

2012-03-07 Thread Michael B. Smith
Maybe I've just had a long day, but I don't understand your question.

-Original Message-
From: Jay Kulsh [mailto:jayku...@csi.com] 
Sent: Wednesday, March 07, 2012 7:33 PM
To: MS-Exchange Admin Issues
Subject: DAG and CAS-Array (or CAS server)

For a DAG, can there be separate CAS servers per database, or per site?

In the various examples of DAG that I have seen, I find only one CAS (server or 
server-array) per DAG at a time. If this is in fact the limitation of a DAG, 
why does one article of Technet would mention that you can split ACTIVE 
databases between the two sites? Would not it be better to keep all active 
databases in the site where CAS is? Thanks.

Jay Kulsh
So. Pasadena, CA
---
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: DAG and CAS-Array (or CAS server)

2012-03-07 Thread Joseph L. Casale
As far as I know, the RpcClientAccessServer setting is mailboxdb specific 
unbounded by the DAG.
My 2 cents though are such that if your db is redundant and you have a single 
point of failure in a CAS server, thats somewhat counter intuitive to HA.

If your DB points to a CAS server in another site, don't you think there very 
well could be a penalty in bandwidth or latency?
Given the CAS Array restriction of one per site, your options shorten but I 
don't see them as being hindered,

jlc


From: Jay Kulsh [jayku...@csi.com]
Sent: Wednesday, March 07, 2012 5:33 PM
To: MS-Exchange Admin Issues
Subject: DAG and CAS-Array (or CAS server)

For a DAG, can there be separate CAS servers per database, or per site?

In the various examples of DAG that I have seen, I find only one CAS (server or 
server-array) per DAG at a time. If this is in fact the limitation of a DAG, 
why does one article of Technet would mention that you can split ACTIVE 
databases between the two sites? Would not it be better to keep all active 
databases in the site where CAS is? Thanks.

Jay Kulsh
So. Pasadena, CA
---
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: DAG and CAS-Array (or CAS server)

2012-03-07 Thread Joseph L. Casale
It is well known that you need 2 DAG and minimum 4 Exchange servers in 2 sites 
if you want both sites active.
This implies that one DAG can be accessed by a CAS only at one site at a time.

Does this clear it up (Just pulled from a mock recovery env)?

[PS] C:\Get-DatabaseAvailabilityGroup
Name Member Servers  
Operational Servers
 --  
---
DAG-01   {EXMB-02, EXMB-03, EXMB-01}


[PS] C:\Get-MailboxDatabase |select 
Name,Server,MasterServerOrAvailabilityGroup,RpcClientAccessServer
Name  Server
MasterServerOrAvailabilityGroup RpcClientAccessServer
  --
-  -
HA-Mailbox-01 EXMB-01   DAG-01  
  casArray.italy.local
HA-Mailbox-02 EXMB-01   DAG-01  
  casArray.italy.local


[PS] C:\Set-MailboxDatabase -Identity HA-Mailbox-01 -RpcClientAccessServer 
EXCAS-01
[PS] C:\Set-MailboxDatabase -Identity HA-Mailbox-02 -RpcClientAccessServer 
EXCAS-02
[PS] C:\Get-MailboxDatabase |select 
Name,Server,MasterServerOrAvailabilityGroup,RpcClientAccessServer

Name  Server
MasterServerOrAvailabilityGroup RpcClientAccessServer
  --
-  -
HA-Mailbox-01 EXMB-01   DAG-01  
  EXCAS-01.italy.local
HA-Mailbox-02 EXMB-01   DAG-01  
  EXCAS-02.italy.local
---
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