Find hidden users in the GAL using this powershell command: Get-Mailbox | Where {$_.HiddenFromAddressListsEnabled -eq $True} | Select Name, HiddenFromAddressListsEnabled
The post Exchange 2007: Find Hidden Users using PowerShell appeared first on krypted.