Find users in Active Directory where showInAddressBook attribute is not Null July 21, 2026March 13, 2026 by Lehmannade Get-ADUser -filter * -Properties * | ? {$_.showInAddressBook -ne $null} | Select-Object CN,SamAccountName,showInAddressBook