How were you setting roaming profiles?
Options are:
- the Users and Computers snapin for each user
- using group policy
Normally in Active Directory, you would have a seperate container for Administrative Accounts. I typically advise not setting group policy on the default "Administrators" container as this might cause problems that you haven't considered.
Assuming (always dangerous) that there aren't losts of Administrative Accounts, you could:
- open the properties of each administrator via the Users and Computers mmc snapin
- open the Profile tab
- Enter \\server\share\%USERNAME%
The variable %USERNAME% will expand to the user account, this saves typing as you can highlight, copy, and paste into all the relevant areas.
If you use either Citrix or Remote Desktop (RDC) then I would suggest you set a seperate area to store Terminal Service Profiles.
Hope this helps.