Hi All,
I am trying to find a way to use PowerShell to reset the password for my domain user/admin account which resides in multiple domains. It is also a requirement not to use any AD cmdlets, as this script should be the equivalent of entering ctrl+alt+del and changing the password.
The manual process is currently logging in to each domain with the same username and changing the password using CTR+ALT+DEL.
I am struggling to find a command to use to prompt for changing the password from a list of domains located in a .csv file
Is anyone able to steer me in the right direction here?
I have read multiple forums and the closest I could find was using PowerGUI (get-qaduser) or how to's for resetting local admin passwords on multiple computers.
Thanks in advance.