{"id":8413,"date":"2024-11-12T23:33:30","date_gmt":"2024-11-12T23:33:30","guid":{"rendered":"https:\/\/pariswells.com\/blog\/?p=8413"},"modified":"2024-11-12T23:33:31","modified_gmt":"2024-11-12T23:33:31","slug":"how-to-bulk-change-users-to-hide-from-address-list-msexchhidefromaddresslists","status":"publish","type":"post","link":"https:\/\/pariswells.com\/blog\/research\/how-to-bulk-change-users-to-hide-from-address-list-msexchhidefromaddresslists","title":{"rendered":"How to bulk change Users to Hide from Address List &#8211; msExchHideFromAddressLists"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code class=\"\">#Test ( Whatif ) \nGet-ADUser -Filter {UserPrincipalName -like \"*@domain.com\"} -property msExchHideFromAddressLists | Set-ADObject -Replace @{msExchHideFromAddressLists=$true} -Whatif<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">#Production Change\nGet-ADUser -Filter {UserPrincipalName -like \"*@domain.com\"} -property msExchHideFromAddressLists | Set-ADObject -Replace @{msExchHideFromAddressLists=$true}<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-8413","post","type-post","status-publish","format-standard","hentry","category-research"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/8413","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/comments?post=8413"}],"version-history":[{"count":1,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/8413\/revisions"}],"predecessor-version":[{"id":8414,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/8413\/revisions\/8414"}],"wp:attachment":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/media?parent=8413"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/categories?post=8413"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/tags?post=8413"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}