T
tester
I am looking for a quick way to add an account(local admin) to all pc's in
my IP range. I can run it as the domain admin. I just took over at a new
office and want to remove the old local accounts.
So I need to go thru all computers (w2k, 2003, xp) servers and workstations,
and dump the local accounts, their group membership etc to a file, then toss
them all. But I want to create my own local backdoor admin account just in
case on all of them.
I'm not much of a script writer, I've done some research on the web and
found that the old adduser tool might not work with 2003, then net user is
supposed to be possible, but I cannot seem to figure out how to run it from
one station and hit all the others.
anyone have any ideas?
I was thinking using something like this in there
FOR /L %%1 IN (1,1,254) DO ping -a 192.168.0.%%1 -n 1
obviously not a ping, but maybe using adduser or similar unless it really
does not work with 2003.
TIA.
my IP range. I can run it as the domain admin. I just took over at a new
office and want to remove the old local accounts.
So I need to go thru all computers (w2k, 2003, xp) servers and workstations,
and dump the local accounts, their group membership etc to a file, then toss
them all. But I want to create my own local backdoor admin account just in
case on all of them.
I'm not much of a script writer, I've done some research on the web and
found that the old adduser tool might not work with 2003, then net user is
supposed to be possible, but I cannot seem to figure out how to run it from
one station and hit all the others.
anyone have any ideas?
I was thinking using something like this in there
FOR /L %%1 IN (1,1,254) DO ping -a 192.168.0.%%1 -n 1
obviously not a ping, but maybe using adduser or similar unless it really
does not work with 2003.
TIA.