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

Поделиться
HTML-код
  • Опубликовано: 20 авг 2024
  • In this video we will create multiple users in "Active directory" using CSV file & PowerShell
    Download link for PowerShell Script & the CSV file
    drive.google.c...

Комментарии • 22

  • @farziengineer-hx4rd
    @farziengineer-hx4rd 5 месяцев назад

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

    • @dctechnet
      @dctechnet  5 месяцев назад

      Thanks for the comment, it motivates us...

  • @vydehietta680
    @vydehietta680 7 месяцев назад

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

    • @dctechnet
      @dctechnet  6 месяцев назад

      Glad to hear that

  • @Trevorodunne
    @Trevorodunne Месяц назад

    Thanks Perfect!.

  • @user-vd1fk2hk5k
    @user-vd1fk2hk5k Год назад

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

    • @dctechnet
      @dctechnet  Год назад

      All the best...Let me know if you face any challanges...

  • @diegocortesrossi3985
    @diegocortesrossi3985 8 месяцев назад

    perfect!, thanks

  • @prashanthshanmugam5574
    @prashanthshanmugam5574 3 месяца назад

    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

    • @dctechnet
      @dctechnet  3 месяца назад

      Please use the same CSV file, remove the data and add your own data. Secondly please share the exact error message.

  • @ryancortes5211
    @ryancortes5211 3 месяца назад

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

    • @dctechnet
      @dctechnet  3 месяца назад

      PowerShell script and the details shared on Google Drive "PowerShell Script to add/modify Employee ID Attribute in AD"
      drive.google.com/drive/folders/1mVA-wxzaCDyt8nppYfMIeAW7kHkhm7AK?usp=sharing

    • @prashanthshanmugam5574
      @prashanthshanmugam5574 3 месяца назад

      Thank you it helped for me as well..!!

  • @munaalhatimi3431
    @munaalhatimi3431 Месяц назад

    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?

    • @dctechnet
      @dctechnet  Месяц назад +1

      At the end of the script, please change ----- ChangePasswordAtLogon $False to $True

    • @munaalhatimi3431
      @munaalhatimi3431 Месяц назад

      @@dctechnet thanks alot

  • @gaucho2383
    @gaucho2383 6 месяцев назад

    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 !

    • @dctechnet
      @dctechnet  6 месяцев назад

      Definitely.... It's for everyone....

  • @MHassani786
    @MHassani786 3 месяца назад

    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

    • @dctechnet
      @dctechnet  3 месяца назад +1

      I think the issue is with the CSV file contents you have provided...Download the CSV file and replace the data with your data, run the script again, it has to work...

    • @MHassani786
      @MHassani786 3 месяца назад

      I think , now I used solarwind tool