Showing posts with label windows 365. Show all posts
Showing posts with label windows 365. Show all posts

03 June 2023

Hide/unhide from Global Address List Office 365 not working Open PowerShell

 Open PowerShell

Hide:
Set-ADUser adusername -Replace @{msExchHideFromAddressLists=$true}

Unhide:
Set-ADUser adusername -Replace @{msExchHideFromAddressLists=$false}