Quantcast
Channel: Directory Services forum
Viewing all articles
Browse latest Browse all 31638

How to Delete Multiple Users from specific OU through CSV from AD

$
0
0

Hi, 

Greeting of the Day!

I need help for below Powershell command, How to Delete Multiple Users from specific OU through CSV from AD

Import-Csv
C:\users.csv  | Foreach-Object
{Remove-ADUser -Identity $_.SamAccountName -Confirm:$False }

how i can specify OU?

thanks for your support :) 


Viewing all articles
Browse latest Browse all 31638

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>