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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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,

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:

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

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

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

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

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

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

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

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

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

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