Surely, I am missing something right? I am trying to remove users from a group using:
Remove-ADGroupMember -Identity "GroupName" -member $User
add it prompts me for each object. I will be scheduling this as a task, and need it it to run without interaction. Get-help says its not required. so I am confused. please help!