enjay Posted March 26, 2024 Posted March 26, 2024 We are looking to set up a shared login which is to be used by agency cover staff who are only in for one day. I'd like to automate nightly password changes on this account, and have that new password emailed to the Cover Manager. We had a Powershell script for this at my previous school, but unfortunately they no longer have a copy. Can any PowerShell gurus help?
Steve21 Posted March 26, 2024 Posted March 26, 2024 Haven't used it in a few years, but this was what we used to do: https://www.edugeek.net/forums/how-do-you-do/190139-supply-accounts.html#post1625630 Steve 1
mavhc Posted March 26, 2024 Posted March 26, 2024 Also note that dinopass has an api https://www.dinopass.com/api Although I'd rather a middle level password, Wordwithcapital-number-anotherword-symbol for example
enjay Posted March 26, 2024 Author Posted March 26, 2024 Thanks @Steve21 I don't quite understand the $RanPaswd line though. Yours is picking one of the passwords on that line (isn't it?) and @dgsmith edited it to pick a word from a list and append a number to it, but I don't see how to create the variable list.
andy_b Posted March 26, 2024 Posted March 26, 2024 This might help too - https://www.edugeek.net/forums/how-do-you-do/233065-resetting-ad-user-account-passwords-nightly.html
enjay Posted March 26, 2024 Author Posted March 26, 2024 Thanks, that's exactly what I'm looking for. @Oaktech 's post https://www.edugeek.net/forums/how-do-you-do/233065-resetting-ad-user-account-passwords-nightly.html#post1997734 I spent a while trying to work out why the $cred string wasn't working, then realised the account I was sending from has a $ in it's password!
imailuk Posted March 10, 2025 Posted March 10, 2025 (edited) Related, maybe of help: https://pwd.woodsfamily.uk Very similar to DinoPass, but more extensive API and further development on the way. Edited March 10, 2025 by imailuk Spelling
enjay Posted March 10, 2025 Author Posted March 10, 2025 Related, maybe of help: https://pwd.woodsfamily.uk Very similar to DinoPass, but more extensive API and further development on the way. Dinopass stopped working for us a few months back (it seems to be back up now though), so I swapped to Password Ninja which also has lots of customisation for the type of word it uses (colours, animals, shapes, etc.). I struggled getting some of them working, but I didn't spend the time troubleshooting it, as I had what I needed.
Alis_Klar Posted April 20 Posted April 20 Also password.ninja is great for kids passwords in bulk without resorting to an API.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now