Posts by Nathan Lima • 1 point
1 post
-
0
votes0
answers191
viewsQ: Powershell Get-Aduser -Ldapfilter command for searching all users outside a group
What is the command to search all domain users that do not belong to a certain GG? I’ve tried using: Get-ADUser -ldapfilter {(&(name*)(!memberof=*GG_DI-ADM))} -properties * | select name,…