I'm Active Directory administrator in some company.
some time our employee request their computer name change.
every that time I solved this request by remote control.
but this situation is very uncomfortable both them and me.
If possible, when them a computer name it renames oneself the rename of
computer name by VBS.
How can make to this VBS??
Sounds like you are trying to over-complicate things...
Assuming these machines are *in* your active directory, you can rename them
using NETDOM.
netdom renamecomputer /?
--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html
Thank you for your advice..
But I want they themselves changing the computer name.
I need to simply program or script.
NETDOM RENAMECOMPUTER machine /NewName:new-name
/UserD:user [/PasswordD:[password | *]]
[/UserO:user [/PasswordO:[password | *]]]
[/Force]
[/REBoot[:Time in seconds]]
I solved this problem..
YJ Kim wrote:
> Thank you for your advice.
>
> I solved this problem..
Would you mind sharing your solution for the benefit of the hundreds of
thousands of individuals that may come across this thread in the future?