{"id":693,"date":"2019-09-24T23:36:40","date_gmt":"2019-09-25T04:36:40","guid":{"rendered":"http:\/\/zewwy.ca\/?p=693"},"modified":"2019-09-24T23:37:28","modified_gmt":"2019-09-25T04:37:28","slug":"add-email-address-to-exchange-mailbox-via-powershell","status":"publish","type":"post","link":"https:\/\/zewwy.ca\/index.php\/2019\/09\/24\/add-email-address-to-exchange-mailbox-via-powershell\/","title":{"rendered":"Add Email Address to Exchange Mailbox via Powershell"},"content":{"rendered":"<p>I&#8217;m tired of having to use the EAC, <a href=\"https:\/\/docs.microsoft.com\/en-us\/exchange\/recipients\/user-mailboxes\/email-addresses?view=exchserver-2019\">so from the MS documentation<\/a>:<\/p>\n<pre>Get-Mailbox UserDisplayName | Set-Mailbox -EmailAddresses @{add=\"newPossibleSpam@yourdomain.we\"}<\/pre>\n<p>To verify:<\/p>\n<pre>get-mailbox UserDisplayName | select DisplayNAme, EmailAddresses | FL<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>I&#8217;m tired of having to use the EAC, so from the MS documentation: Get-Mailbox UserDisplayName | Set-Mailbox -EmailAddresses @{add=&#8221;newPossibleSpam@yourdomain.we&#8221;} To verify: get-mailbox UserDisplayName | select DisplayNAme, EmailAddresses | FL<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"sfsi_plus_gutenberg_text_before_share":"","sfsi_plus_gutenberg_show_text_before_share":"","sfsi_plus_gutenberg_icon_type":"","sfsi_plus_gutenberg_icon_alignemt":"","sfsi_plus_gutenburg_max_per_row":"","footnotes":""},"categories":[36,8],"tags":[235,150],"class_list":["post-693","post","type-post","status-publish","format-standard","hentry","category-exchange","category-server-administration","tag-email","tag-powershell"],"_links":{"self":[{"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/posts\/693","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/comments?post=693"}],"version-history":[{"count":3,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/posts\/693\/revisions"}],"predecessor-version":[{"id":696,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/posts\/693\/revisions\/696"}],"wp:attachment":[{"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/media?parent=693"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/categories?post=693"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/tags?post=693"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}