LukeAdl Posted February 11, 2019 Posted February 11, 2019 Hello All, I am looking for a piece of selfhosted software that would be able to reset passwords for the student accounts and that will hide the teacher logins. Is there any pieces of software you would recommend? Thank you!!
Sanchez Posted February 11, 2019 Posted February 11, 2019 In the past I've used this http://www.wisesoft.co.uk/software/passwordcontrol/default.aspx You can lock it down to the students OU in AD so staff accounts are safe. 2
fiza Posted February 11, 2019 Posted February 11, 2019 Can you not add a custom MMC for the staff users to do this? We do this in our Primary School as they have no onsite IT support. https://www.petri.com/add-taskpad-custom-mmc
HPlum78 Posted February 11, 2019 Posted February 11, 2019 (edited) Use powershell and email. I wrote some code to do this a while ago and have often mentioned it on here. Need to dig it out and dust it off and refractor now. Thats what I would be telling you to do. But I would all so say look at a propper solution for SSPR so that your staff and students are able to reset their own passwords if you can. MIM is free if you use Azure AD! Just had a quick play can connect to an O365 mailbox using the graph API read a message that had come in picked out the details and moved the mail to a subfolder, then its use the detail from the mail and get PowerShell to change the password for the requested user (I have just used a static password but you can use PS to generate a random password) then send a mail back to the requester with the password that has been set. An hours worth of playing and the bones of a PS script is done, you then just secure the mailbox so that only a subset of your users can mail into that mailbox and if you really want you could get PS to check for an attribute on the staff account as a double check valve affair. Edited February 11, 2019 by HPlum78
LukeAdl Posted February 14, 2019 Author Posted February 14, 2019 In the past I've used this http://www.wisesoft.co.uk/software/passwordcontrol/default.aspx You can lock it down to the students OU in AD so staff accounts are safe. Easiest one to setup by far! I just added it to my remote apps server and did a couple changes in the AD and the IT teacher is now very happy Thank You!
woreilly Posted February 22, 2019 Posted February 22, 2019 I have RSAT on ICT suite teacher machines with control delegated to student user OU for password reset for all staff.
Areku Posted February 28, 2019 Posted February 28, 2019 this is the one we use. http://www.cjwdev.co.uk/Software/AccountReset/Info.html 2
russlp Posted February 28, 2019 Posted February 28, 2019 We use this one: free, and works perfectly https://www.burconix.com/software/download-change-password 1
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