| |
atlas05
Posts: 1
Score: 0
Joined: 5/27/2005
From:
Status: offline
|
Hi I've written an asp script that creates a local user on a W2k3 server. It works fine so far. The script is executed with the credentials of the IUSR_Machinename. I don't like to give this user the right to create local users. Is it possible to run the asp script with an other user or does anyone know how to pass user and password in the script? Here is my little script: Set objContainer = GetObject("WinNT://servername") Set objUser = objContainer.Create("user", user) objUser.SetPassword pwd objUser.SetInfo Thanks for any help Andy
|
|