Hi Team

I need to write a script to rename local administrator user accounts on servers in our Windows NT/2000/2003 environment. I getting a bit confused as I've found articles on a variety of acronyms that I can't quite get a handle on, (WMI, ADSI, IADS etc). I've managed to write a script to extract user information starting with something like

Set Group = GetObject("WinNT://MyDomain/Administrators")

and using the Groupmembers code from this site.

But no doco that tells how to do the rename or methods that are available to this provider. However I'm sure it's there on the MS website, somewhere.

Can you suggest ways in which I might be able to achieve my goal

Regards

Mark