Reset User Password in Active Directory with PowerShell - The Server Room

Поділитися
Вставка
  • Опубліковано 26 січ 2025

КОМЕНТАРІ • 5

  • @bjtechnewshd
    @bjtechnewshd  Рік тому

    I dropped all the PowerShell file that I'm doing on each livestream here - btnhd.com/Repo4PowerShell - Enjoy😁

  • @jeffreyooi1971
    @jeffreyooi1971 Рік тому

    Hi, thank you for the video it will be very useful for me as my company have more than 1k+ staffs. Every time have to logon to the AD and reset their password.
    May I ask, how about a video on how to create a new user using powershell?
    TQVM.

  • @ericneo2
    @ericneo2 Рік тому

    Any chance you could do a video of the practical use of this? Say an intranet web form? These end up on an intranet or Teams and allow a staff to change their passwords. The form needs a service account to interact with AD and to check the requester is a manager and the person who's password is being changed is under them.
    What always gets me about these practical uses is how to secure the service account and the password everyone agrees what the bad methods are, but no one is willing to point out a good method.

  • @mscdw2002
    @mscdw2002 Рік тому +1

    How would one add a 2FA code for the Domain Admin to be able to run the script? We get Access Denied and I'm pretty sure it is because of the 2FA on the admin account

    • @bjtechnewshd
      @bjtechnewshd  Рік тому

      well, you can look into FIDO2 setup within your environment. I'm guessing you are using AD Connect to sync on-premise AD to Azure?