Skip to content
Lehmannade.com
  • Videos

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

Categories Uncategorized
Find Windows 10/11 Pro computers in Active Directory

Recent Posts

  • Removing a Hyper-V VM with Saved-Critical status.
  • Dell System Update (DSU)
  • Find Windows 10/11 Pro computers in Active Directory
  • Find users in Active Directory where showInAddressBook attribute is not Null
© 2026 Lehmannade.com • Built with GeneratePress