T
Tester
I want to add a user (the same one) to all of my systems as a local admin.
I am preparing an upgrade to sbs2003 and I want to create a backdoor on all
systems in case they don't convert so I can still log in. Then reverse the
process once they are done.
I figure I can use
something like this for loop to do it and a tool or two from the reskit.
Can the for loop process multiple commands? if so, how
FOR /L %%1 IN (1,1,254) DO ping -a 192.168.1.%%1 -n 1
any thoughts?
thanks
I am preparing an upgrade to sbs2003 and I want to create a backdoor on all
systems in case they don't convert so I can still log in. Then reverse the
process once they are done.
I figure I can use
something like this for loop to do it and a tool or two from the reskit.
Can the for loop process multiple commands? if so, how
FOR /L %%1 IN (1,1,254) DO ping -a 192.168.1.%%1 -n 1
any thoughts?
thanks