How To View Mailboxes With Auto Reply Enabled
Is there a way to get a list of ONLY mailboxes that have AutoReplyState = Enabled? Get-Mailbox | Get-MailboxAutoReplyConfiguration returns everything. I don't want that.
December 8th, 2010 12:28pm

get-mailbox |? {(get-mailboxautoreplyconfiguration $_).autoreplystate -eq "enabled"}[string](0..33|%{[char][int](46+("686552495351636652556262185355647068516270555358646562655775 0645570").substring(($_*2),2))})-replace " "
Free Windows Admin Tool Kit Click here and download it now
December 8th, 2010 12:51pm

This link might help: http://www.howexchangeworks.com/2009/11/finding-users-who-have-out-of-office.htmlTim Harrington - Catapult Systems - http://HowDoUC.blogspot.com
December 8th, 2010 12:55pm

Thanks, BTW, I just read your blog post on using retention policies in 2010. It was one of the best articles I found. Thanks.
Free Windows Admin Tool Kit Click here and download it now
December 9th, 2010 5:13pm

@mjolinor -- thanks for the syntax. I think this will help me with other tasks as well.
December 9th, 2010 5:14pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics