blog.powershell.no

On Windows PowerShell and other admin-related topics

Removing users in a specific OU from a specific security group

Today I had the need to remove a large number of users from a specific security group which resided in a specific OU, and used Quest`s AD cmdlet`s:

$users = Get-QADUser -SearchRoot domain.ad/OU
Remove-QADGroupMember -Identity GroupName -Member $users


August 18, 2008 - Posted by Jan Egil Ring | Active Directory management

No comments yet.

Leave a comment