{"id":508,"date":"2010-06-09T10:17:16","date_gmt":"2010-06-09T15:17:16","guid":{"rendered":"http:\/\/it.thelibrarie.com\/weblog\/?p=508"},"modified":"2010-06-09T10:17:48","modified_gmt":"2010-06-09T15:17:48","slug":"exchange-2007-outlook-anywhere-per-user","status":"publish","type":"post","link":"https:\/\/it.thelibrarie.com\/weblog\/2010\/06\/exchange-2007-outlook-anywhere-per-user\/","title":{"rendered":"Exchange 2007 Outlook Anywhere Per User"},"content":{"rendered":"<p>Exchange 2007 is pretty nice.  They made Outlook Anywhere (RPC over HTTPS) pretty darn easy to setup &#8211; assuming you have an SSL certificate.  Unfortunately (or fortunately depending on how you look at things) a lot of the commands must be performed using the command line PowerShell application.  Good thing the PowerShell and Exchange 2007 allows for more granular permissions with Outlook Anywhere.<\/p>\n<p>One such command is to allow\/disallow Outlook Anywhere per user.  By default Exchange allows all authenticated users to connect via Outlook Anywhere.  There&#8217;s no nice way using the GUI to disable access &#8211; like there is for POP3\/IMAP\/MAPI\/etc &#8211; so you&#8217;ll have to fire up the PowerShell.<\/p>\n<p>Want to check the current settings of your user?<br \/>\n<code>get-mailbox USERNAME | get-casmailbox | fl<\/code><br \/>\nThat will fully list the CAS settings for that mailbox.  Look under <strong>MAPIBLOCKOUTLOOKRPCHTTP<\/strong>.  It&#8217;s probably set to &#8220;false&#8221;.  If you want to block that user from accessing Outlook Anywhere:<br \/>\n<code>get-mailbox USERNAME | set-casmailbox -mapiblockoutlookrpchttp $true<\/code><\/p>\n<p>That&#8217;s it.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Exchange 2007 is pretty nice. They made Outlook Anywhere (RPC over HTTPS) pretty darn easy to setup &#8211; assuming you have an SSL certificate. Unfortunately (or fortunately depending on how you look at things) a lot of the commands must be performed using the command line PowerShell application. Good thing the PowerShell and Exchange 2007 &hellip; <a href=\"https:\/\/it.thelibrarie.com\/weblog\/2010\/06\/exchange-2007-outlook-anywhere-per-user\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Exchange 2007 Outlook Anywhere Per User<\/span> <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":[8],"tags":[],"class_list":["post-508","post","type-post","status-publish","format-standard","hentry","category-microsoft"],"_links":{"self":[{"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/posts\/508","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/comments?post=508"}],"version-history":[{"count":2,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/posts\/508\/revisions"}],"predecessor-version":[{"id":510,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/posts\/508\/revisions\/510"}],"wp:attachment":[{"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/media?parent=508"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/categories?post=508"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/tags?post=508"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}