RE: Creating a user with Python

2001-10-25 Thread Nikolai Kirsebom
r message if I did not do this. Also, note that the 3 lines of code to set the full name (which is not part of the USER_INFO_1 struct - see Mark Hammond / Andy Robinson book "Python Programming on Win32") have been commented out. These also produce the same error, have not been able

RE: Creating a user with Python

2001-10-25 Thread Andrew Chabokha
: Noah [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 24, 2001 10:35 PM To: [EMAIL PROTECTED] Subject: Creating a user with Python Does anyone have sample code to create a user on a local or a remote NT machine? I'm trying to sort through this WMI stuff because it seems like that would all

Creating a user with Python

2001-10-24 Thread Noah
Does anyone have sample code to create a user on a local or a remote NT machine? I'm trying to sort through this WMI stuff because it seems like that would allow me to create a user on a local or a remote machine, but it's taking forever to figure out where to start. Anyone have experience with