What is the best user group for Visual Studio 2010 developers? Now we have added them as Member of Domain Users but under certain situations they need admin account.
We would like to give them more control on their machine but not on the domain network, of course.
Thanks.
If they need admin access to their machines, but not the domain at large, you could:
The best group is the one that gives them the level of access they need to do their jobs but does not give them more access than they need to do their jobs, which is entirely dependent on what it is they need to do, which is determined by their manager.
If they are doing web development with anything earlier than visual studio 2010 they are going to need to be administrators of the machine so that they can debug processes running under a different user context. Most of the time this means debugging web apps on IIS. If they switch to 2010 they can use IISExpress instead. If they are doing anything that can be construed as system programming they will need admin access.
A good idea might be setting up a development forest that they can use virtual machines to do dev on. Developers also use email, calendars, and the like...try to keep those duties separate without deploying two workstations.