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