OK the command works fine.
all I need is to make a powershell script which will import the data from a CSV file out of the command:
New-ADComputer -Path "CN=CampusComputers,DC=AllStudents,DC=local" -Name "Student00" -SamAccountName "Student00" -DisplayName "Student00" -Descriptio "Description00" -Location "MerkazIT" -Enabled $true
Can someone help me with that ?
Thanks