Hi,
The following doesn't return any Computer objects even though I see Computer objects as members of multiple groups, so can I filter on memberof when there is an array of groups in the memberof attribute?
$Group = 'cn=DG-GroupEmail,ou=Allgroups,ou=US,Dc=Acme,DC=com'
Get-Adcomputer -f {SamaccouintName -like "Pnb*" -and memberof -ne $Group) -pr Memberof | Select -ExpandPropery MemberOF
Thanks for your help! SdeDot