I'm new to Bash scripts.
I have this script
@echo off&&powershell -NoE -c "&{ipmo activedirectory; set-adaccountpassword (read-host 'user') -R}"
this script is running connecting to AD and then it's asking for the user and then I can reset a password for the user that I will type and then the script ends.
can someone help to do run this screen in a loop until I will type "done"?
thnaks