Active Directory, Microsoft Exchange Server Exchange 2007: Find Hidden Users using PowerShell April 5, 2007 Find hidden users in the GAL using this powershell command: Get-Mailbox | Where {$_.HiddenFromAddressListsEnabled -eq $True} | Select Name, HiddenFromAddressListsEnabled