Creating multiple / bulk users in 'Active Directory' using CSV file & PowerShell

preview_player
Показать описание
In this video we will create multiple users in "Active directory" using CSV file & PowerShell

Download link for PowerShell Script & the CSV file
Рекомендации по теме
Комментарии
Автор

Underrated video.I usually don't comment on youtube video but yours is so simply explained. Thank you!

farziengineer-hxrd
Автор

This video was very helpful...nice explanation and thanks for attaching scripts. It executed without error.

vydehietta
Автор

Waaw...i will try it 2morrow at office....i need this in my work as many new stuff are joining us!😥😥😥

vdfkhkk
Автор

Hi Brother after i run the script it is asking as “supply values for the following parameters
Name :”

It is asking like above.Please check and help me on it

prashanthshanmugam
Автор

Thank you so much ....I have question about adding PowerShell script code to existing code to enforce user change the password once he login at first time. Could you please help me?

munaalhatimi
Автор

Hi how import the employeeID inside the Attribute Editor? anybody? thanks

ryancortes
Автор

Hello, can i use your script for my school test on active directory (i'm actually not cheating we are allowed to use scipt). Thanks for this video u helped me a lot !

gaucho
Автор

i am facing the issue after run the script, why its coming ...
Get-ADUser : Variable: 'Username' found in expression: $Username is not defined.
At line:31 char:6
+ if (Get-ADUser -F {SamAccountName -eq $Username})
+
+ CategoryInfo : InvalidArgument: (:) [Get-ADUser], ArgumentException
+ FullyQualifiedErrorId : ActiveDirectoryCmdlet:System.ArgumentException, Microsoft.ActiveDirectory.Management.Commands.GetADUser

MHassani