I have a situation where I have a subset of users who need a particular scripted task run, and I would like to do it via login script, and log progress so I can remove the task from the login script when everyone has run it. I could just write user names to a list upon completion, but if you...