A
Art
I manage about 100 machines on my network and to allow SMS and Symantec to
function properly, we've added the domain admin accounts rights to the
machines as administrators to the local PCs.
After a short while - about just over 1 day, that account will drop to
either "Offer Remote Assistance Helpers". How do I keep it from changing
from Administrator?
I did not see anything in the GPO's to create this setting? After
searching these newsgroups, I did see a script that I could run in VBScript
to add the account everytime they login? What is a good solution that would
keep the domain account permenatly set to administrator for the local
computer? The computers, for now, are all running Windows XP Pro.
Heres' the script that I found in these news groups incase you are wondering:
net localgroup administrators DOMAIN\domainadmin /add
net localgroup power users ....
net localgroup remote desktop users ...
Thanks in advance!
function properly, we've added the domain admin accounts rights to the
machines as administrators to the local PCs.
After a short while - about just over 1 day, that account will drop to
either "Offer Remote Assistance Helpers". How do I keep it from changing
from Administrator?
I did not see anything in the GPO's to create this setting? After
searching these newsgroups, I did see a script that I could run in VBScript
to add the account everytime they login? What is a good solution that would
keep the domain account permenatly set to administrator for the local
computer? The computers, for now, are all running Windows XP Pro.
Heres' the script that I found in these news groups incase you are wondering:
net localgroup administrators DOMAIN\domainadmin /add
net localgroup power users ....
net localgroup remote desktop users ...
Thanks in advance!