Re: Win32::NetAdmin::LocalGroupGetMembers

2004-06-29 Thread perl.org
7;; > $VAR2 = 'Mike Flannigan'; > > So it appeared to work to me. It made no sounds. > > Mike > > > Subject: Win32::NetAdmin::LocalGroupGetMembers > > Date: Fri, 25 Jun 2004 17:40:05 -0400 > > From: "perl.org" <[EMAIL PROTECTED]> >

RE: Win32::NetAdmin::LocalGroupGetMembers

2004-06-28 Thread Tim Johnson
That's because the SID is stored in binary, and when you try to print it, it tries to convert that binary value into a series of characters, one of which is the beep sound (I know it doesn't make any sense, but it's true). > Subject: Win32::NetAdmin::LocalGroupGetMembers > D

Re: Win32::NetAdmin::LocalGroupGetMembers

2004-06-28 Thread Mike Flannigan
I just tried this on my Win2000 client machine and it gave the following: $VAR1 = 'Administrator'; $VAR2 = 'Mike Flannigan'; So it appeared to work to me. It made no sounds. Mike > Subject: Win32::NetAdmin::LocalGroupGetMembers > Date: Fri, 25 Jun 2004 17:40:

Win32::NetAdmin::LocalGroupGetMembers

2004-06-25 Thread perl.org
I need to get the members of a local group on a Windows 2000 server. I was reading the docs for Win32::NetAdmin (http://perlhelp.web.cern.ch/PerlHelp/site/lib/Win32/NetAdmin.html) which looks like the place to start, but it is giving me weird results (including beeps). Any suggestions? SIDs I

Re: Win32::NetAdmin

2001-09-22 Thread Inspirational Michael
tember 21, 2001 10:36 PM Subject: RE: Win32::NetAdmin > Try http://msdn.microsoft.com/ > > Or you can have a look at my "Standard Extensions", 2nd edition book. :) > > Dave Roth > Roth Consulting > http://www.roth.net/ > > > -Original Message- >

Re: Win32::NetAdmin

2001-09-21 Thread Florentin Ionescu
al Message - From: "Ken Cornetet" <[EMAIL PROTECTED]> To: "'Veeraraju_Mareddi'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, September 21, 2001 7:49 AM Subject: RE: Win32::NetAdmin > From the Win32 A

RE: Win32::NetAdmin

2001-09-21 Thread Ken Cornetet
AIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Win32::NetAdmin Dear All How do i know all flags(SV_TYPE_*) available with Win32::NetAdmin. Is there any docs available on this.. Thanx and Regards Raju ___ Perl-Win32-Admin mailing list [EMAIL PROTEC

RE: Win32::NetAdmin

2001-09-21 Thread Dutrieux Yves
Take look at .PM module. Yves -Message d'origine- De: Veeraraju_Mareddi [mailto:[EMAIL PROTECTED]] Date: vendredi 21 septembre 2001 09:26 À: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Objet: Win32::NetAdmin Dear All How do i know all flags(SV_TYPE_*) available with Win32::NetAdmi

Win32::NetAdmin

2001-09-21 Thread Veeraraju_Mareddi
Dear All How do i know all flags(SV_TYPE_*) available with Win32::NetAdmin. Is there any docs available on this.. Thanx and Regards Raju ___ Perl-Win32-Admin mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32

Win32::NetAdmin::UserCreate() Problems!

2001-09-18 Thread David Simcik
Hello again, I'm working with ActiveState Perl and am trying to make use of a Win32 call to create new users. I'm not having much success. Every time my sub runs it returns this error: "Overlapped I/O operation is in progress". I am using the function Win32::NetAd

Problem running script on WinNT4 machines. - Win32::Netadmin

2001-08-15 Thread [EMAIL PROTECTED]
Hi all, Hopefully someone could help me with a small problem that im having, part of one of my scripts uses functions from Win32::NetAdmin and it works fine when running from a windows 2000 pc but not an NT4 pc. Basically the script takes the name of a pc as input, lists the members of the

Re: Problems with Win32::NetAdmin

2001-06-21 Thread Jos I. Boumans
TED]> Sent: Friday, June 22, 2001 12:10 AM Subject: Problems with Win32::NetAdmin > I'm having some trouble creating users with Win32::Netadmin. > > I don't know if it's just me, but it seems that the documentation is less > than worthless... > > If anyone has cre

Problems with Win32::NetAdmin

2001-06-21 Thread Meidling, Keith
I'm having some trouble creating users with Win32::Netadmin. I don't know if it's just me, but it seems that the documentation is less than worthless... If anyone has created a user via this module, I would appreciate it very much if you could help me out. I have tried to le