{"id":1384,"date":"2013-04-02T17:33:16","date_gmt":"2013-04-02T17:33:16","guid":{"rendered":"https:\/\/pipe2text.com\/?page_id=1384"},"modified":"2013-04-02T17:38:47","modified_gmt":"2013-04-02T17:38:47","slug":"listing-the-primarysmtpaddress-value-for-all-users-in-exchange-2010","status":"publish","type":"page","link":"https:\/\/pipe2text.com\/?page_id=1384","title":{"rendered":"Listing the PrimarySmtpAddress value for all users in Exchange 2010"},"content":{"rendered":"<p>The following command will provide a list of all users primary smtp addresses.<\/p>\n<p><strong>Get-Mailbox -ResultSize Unlimited |Select-Object PrimarySmtpAddress &gt; c:\\primarysmtp.txt<\/strong><\/p>\n<p><strong>-ResultSize Unlimited<\/strong> will remove any limitations on how many users are reported on. By default it will only display 1000 users unless this command is added<\/p>\n<p>The output will look like the following:<\/p>\n<p>PrimarySmtpAddress<\/p>\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<\/p>\n<p>Joe@Domain1.com<\/p>\n<p>John@Domain2.com<\/p>\n<p>Jim@Domain3.org<\/p>\n<p>You can expand\u00a0the output results\u00a0by adding additional values after &#8220;select-object&#8221; such as:<\/p>\n<p><strong>Get-Mailbox -ResultSize Unlimited |Select-Object Displayname, Alias, PrimarySmtpAddress &gt; c:\\primarysmtp.txt<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The following command will provide a list of all users primary smtp addresses. Get-Mailbox -ResultSize Unlimited |Select-Object PrimarySmtpAddress &gt; c:\\primarysmtp.txt -ResultSize Unlimited will remove any limitations on how many users are reported on. By default it will only display 1000 &hellip; <a href=\"https:\/\/pipe2text.com\/?page_id=1384\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","footnotes":""},"class_list":["post-1384","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/pipe2text.com\/index.php?rest_route=\/wp\/v2\/pages\/1384","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pipe2text.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pipe2text.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pipe2text.com\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/pipe2text.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1384"}],"version-history":[{"count":6,"href":"https:\/\/pipe2text.com\/index.php?rest_route=\/wp\/v2\/pages\/1384\/revisions"}],"predecessor-version":[{"id":1391,"href":"https:\/\/pipe2text.com\/index.php?rest_route=\/wp\/v2\/pages\/1384\/revisions\/1391"}],"wp:attachment":[{"href":"https:\/\/pipe2text.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1384"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}