6. Create and Manage AD User Account using Powershell

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ก.พ. 2025

ความคิดเห็น • 22

  • @firefoxx46
    @firefoxx46 4 หลายเดือนก่อน +1

    Thank you very much Sir.

  • @johnjunji8443
    @johnjunji8443 3 ปีที่แล้ว +1

    excellent video of tutorial!! thank you

  • @guangtingzoeli8330
    @guangtingzoeli8330 2 ปีที่แล้ว +1

    Do you create OU in Active Directory or create OU directly in powershell? I used your code but it says the path was not found. I think I need to create OU first, right?

  • @giaitrit
    @giaitrit 3 ปีที่แล้ว +1

    Thanks you very much!

  • @gareginasatryan6761
    @gareginasatryan6761 7 ปีที่แล้ว

    Btw. Powershell v3 and up u don’t have to import-modules. They load automatically.

  • @veeranmatmari1340
    @veeranmatmari1340 6 ปีที่แล้ว

    please come up with more PowerShell commands and tasks for active directory, please (like working with groups, permissions etc)

  • @boffiee
    @boffiee 6 ปีที่แล้ว

    Question: Can you create a User using Powershell and add it in a certain Security Group?

  • @danielgrateneau2205
    @danielgrateneau2205 7 ปีที่แล้ว

    This is really good. Tnx

  • @אלאוןאלגבסי
    @אלאוןאלגבסי 4 ปีที่แล้ว

    Hi! Thanks for sharing that very good video! If I want to input the name og the OU for the user creation? how can I do that?

  • @karmanyagupta8849
    @karmanyagupta8849 3 ปีที่แล้ว

    IT says "The server is unwilling to process the request"

  • @parashuram1079
    @parashuram1079 2 ปีที่แล้ว

    How to add given names to it could you explain

    • @MSFTWebCast
      @MSFTWebCast  2 ปีที่แล้ว

      Given Name is User Objects first name. You can use -givenname switch with New-ADUser cmdlet to specify the users first name (givenname).

  • @official_lpt
    @official_lpt 7 ปีที่แล้ว

    how did you get that password? Are you using the password created for user3?

  • @ErSanjeevSoni
    @ErSanjeevSoni 2 ปีที่แล้ว

    Why am I not able to run administrative cmdlets in my system?

    • @MSFTWebCast
      @MSFTWebCast  2 ปีที่แล้ว

      Do you have sufficient permission to do so? You can go to the program and right click on it. Select run as administrator.

  • @aleemahmed6588
    @aleemahmed6588 7 ปีที่แล้ว

    good work !

  • @SuvankarChakraborty1983
    @SuvankarChakraborty1983 6 ปีที่แล้ว

    if my loging name is different then how to do that? e.g, user : abc jones ; login name: c123456; then how to do that??

  • @MarkGamingTV
    @MarkGamingTV 5 ปีที่แล้ว

    What