So my current project at work is creating a user account access kiosk. I currently have my group policy set and my password reset is Nervepoint's free tool. I also have coded and created a html form to use php to output to a csv file for new users. Which is then automated to run at the beginning of the day through powershell. (I'm telling you what this thing is way more awesome than I expected.) I have two questions though. I also want the website to link to a submission where the user inputs their username and then powershell runs a script when this happens to unlock the account. My first thought was another CSV file which is referenced by the script to run every 15-30 minutes. But I don't want to stress my server too much. And since we're in retail the waiting time while customers need to be helped is somewhat unacceptable. So my...
↧