Thanks Laura... I was hoping to see a response from you on this, as I have seen your input on similar topics many times in the past, but didn't want to write to you directly.
I do understand what you are saying about using the script, and I have such a script that would work, but because of the manageability of doing it that way, and probably because our auditors would squash that idea, I was hoping to find a better way.
In the long run, it may be possible to have a script that can be centrally located on a SYSVOL share that gets executed by the workstations during startup. The script could call a combination of workstation and user, and then add the appropriate user to the administrator group on that workstation. If a workstation executes the script and it doesn't apply to that workstation, then it shouldn't make a difference. And since the script could be centrally located on the DCs, which are tightly controlled, then perhaps the auditors could be happy with such a solution.
Main Topics
Browse All Topics





by: LauraEHunterMVPPosted on 2007-11-26 at 06:13:24ID: 20349894
A common concern, and one for which there isn't really a good enterprise answer that I've found.
IF your users are tied to a single PC; i.e., they don't tend to move from one PC to another during the day, best way would probably be through a VBScript that ties onto an Excel spreadsheet or CSV file. Logic to the effect of "For each computer in ColumnA Row <%h>, add the user in Column B Row <%h> to the local Administrators group.
As you can see that's not exactly long-term manageable, as you'd need to do so anytime a new user/computer comes online, and if you shuffle computer inventory around it can lead to lingering local Administrator memberships that shouldn't still be there. Anytime I've seen an issue like this on a large scale, it simply gets built into the desktop imaging process - you request a workstation build for user X and the final step in the build process is to add user X to the local admin group.
I'd be interested in other input on this thread, as if someone has derived a more creative solution I'd love to see it.