I dropped all the PowerShell file that I'm doing on each livestream here - btnhd.com/Repo4PowerShell - Enjoy😁
@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.
@mscdw2002 Жыл бұрын
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 Жыл бұрын
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?
@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.