Hi,
You can filter out the users like below.
$Users = Get-ADUser -Filter "Department -ne 'Council Members'" -SearchBase "OU=VC,OU=bfn,DC=cut,DC=ac,DC=za"
Best Regards,
Ian Xue
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.