best thing is standalone admin script, always.
but making them do everything is too hard and that's why logonscripts are there [Wink]

for this particular task you have been provided with a tool to do that...
haven't tried the renameadmin.exe but sure it will give you option to log it.

with netview() udf (find 2 of them at http://www.gwspikval.com/jooel/UDF ) you get the computernames in nice list...

there couldn't be anything simpler:
code:
for each $computer in netview()
? $computer
shell "renameadmin.exe ... $computer ... >> file.log"
next

_________________________
!

download KiXnet