Re: Creating NT accounts

2001-06-28 Thread rotaiv
;m using >Win32:OLE version 0.1501. Do i have the names wrong? If so, what are they >(or, where can i find them)? Or am i doing something fundamentally wrong? Personally, I use the Win32API::Net that is part of the AS package. The two options you are trying to set are configured using the &q

Get Ethernet Address on Win98

2001-06-26 Thread rotaiv
Does anyone know how to retrieve the Ethernet address on a Win98 PC using Perl? I don't mean a remote Win 98 PC, I mean the PC that is actually running the Perl script. rotaiv ___ Perl-Win32-Admin mailing list [EMAIL PROTECTED]

Adding a workstation to a domain

2001-06-01 Thread rotaiv
ld be appreciated. rotaiv ___ Perl-Win32-Admin mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin

RE: Delete Logon Script Name in UMFD (problem solved)

2001-05-16 Thread rotaiv
I found the answer to the null password problem - you have to undef the password value before calling UserSetInfo. For example: $acct_info{password}=undef; This allows you to save the changes without losing the password. Now I feel better ... rotaiv

RE: Delete Logon Script Name in UMFD

2001-05-16 Thread rotaiv
fully, this did not cause problems for anyone... rotaiv. > > -Original Message- > > From: rotaiv [SMTP:[EMAIL PROTECTED]] > > Sent: Wednesday, May 16, 2001 9:50 AM > > To: [EMAIL PROTECTED] > > Subject: RE: Delete Logon Script Name in UMFD &

RE: Delete Logon Script Name in UMFD

2001-05-16 Thread rotaiv
e same as using UMFD. This is only for a single user but you could enumerate the users in the same fashion you did with NetAdmin. rotaiv. # Begin sample code use Win32API::Net qw(UserGetInfo UserSetInfo); # Change to a PDC or BDC $server=''; # Change to your test user $use

RE: web based user admin?

2001-05-01 Thread rotaiv
, running in the background, detects the file and processes the requests. This second script is running with appropriate privileges and can lock/unlock the accounts. I use Win32::Net to manipulate the NT account. rotaiv. ___ Perl-Win32-A

Re: how to check the status of a networked printer

2001-04-27 Thread rotaiv
nitoring" tools. Until then, I'd like to at least know when there is a problem. rotaiv. ___ Perl-Win32-Admin mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin

Re: PERL on W2K

2001-04-26 Thread rotaiv
write a script that can monitor the printers and when the printer status is "unavailable" send an alert to our administrators. rotaiv ___ Perl-Win32-Admin mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin