{"id":174,"date":"2014-07-11T10:25:18","date_gmt":"2014-07-11T10:25:18","guid":{"rendered":"http:\/\/www.server1.dk\/?p=174"},"modified":"2014-07-16T11:30:28","modified_gmt":"2014-07-16T11:30:28","slug":"set-out-of-office-on-a-mailbox-using-powershell-for-exchange","status":"publish","type":"post","link":"https:\/\/www.server1.dk\/?p=174","title":{"rendered":"Set Out of Office on a Mailbox using Powershell for Exchange"},"content":{"rendered":"<p>To get the existing settings<\/p>\n<pre>Get-MailboxAutoReplyConfiguration \u201cusername\u201d<\/pre>\n<p>To set the Out of Office (internal and external)<\/p>\n<pre>Set-MailboxAutoReplyConfiguration -identity \u201cusername\u201d -AutoReplyState enabled -EndTime 08\/11\/2011 -InternalMessage \u201cusername will be out of the office from Friday 21st October until Tuesday 8th saving the world.\u201d -ExternalMessage \u201cusername will be out of the office from Friday 21st October until Tuesday 8th saving the world.\u201d <\/pre>\n<p>To disable Out of Office\/Auto Reply<\/p>\n<pre>Set-MailboxAutoReplyConfiguration \u201cusername\u201d -AutoReplyState disabled<\/pre>\n<p>To disable Out of Office\/Auto Reply and clear the Internal\/External message<\/p>\n<pre>Set-MailboxAutoReplyConfiguration -identity \u201cusername\u201d -AutoReplyState disabled -InternalMessage \u201c\u201d -ExternalMessage \u201c\u201d<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>To get the existing settings Get-MailboxAutoReplyConfiguration \u201cusername\u201d To set the Out of Office (internal and external) Set-MailboxAutoReplyConfiguration -identity \u201cusername\u201d -AutoReplyState enabled -EndTime 08\/11\/2011 -InternalMessage \u201cusername will be out of the office from Friday 21st October until Tuesday 8th saving the &hellip; <a href=\"https:\/\/www.server1.dk\/?p=174\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[21,22,10],"class_list":["post-174","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-exchange","tag-out-of-office-message","tag-powershell"],"_links":{"self":[{"href":"https:\/\/www.server1.dk\/index.php?rest_route=\/wp\/v2\/posts\/174","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.server1.dk\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.server1.dk\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.server1.dk\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.server1.dk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=174"}],"version-history":[{"count":5,"href":"https:\/\/www.server1.dk\/index.php?rest_route=\/wp\/v2\/posts\/174\/revisions"}],"predecessor-version":[{"id":201,"href":"https:\/\/www.server1.dk\/index.php?rest_route=\/wp\/v2\/posts\/174\/revisions\/201"}],"wp:attachment":[{"href":"https:\/\/www.server1.dk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=174"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.server1.dk\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=174"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.server1.dk\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=174"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}