How to remove Bulk computer Object from the Group using PowerShell
File Format
$Computers= Get-Content C:\Temp\ADComputer.txt | Get-ADComputer -ErrorAction Continue
Remove-ADGroupMember -Identity GROUPNAME -Member $Computers
spell mistake update this one -------ErrorAction Continue
spell mistake update this one -------ErrorAction Continue
ReplyDelete