Exchange Server 2010– set user Out of Office status from PowerShell
MWahl | June 21, 2011 | 5:58 pmTo get current user status
PS] C:>Get-MailboxAutoReplyConfiguration Joe.blow
To disable out of office for a user
[PS] C:>Set-MailboxAutoReplyConfiguration joe.blow -AutoReplyState Disabled

lopsa




