Re: Program to fetch user information

2008-06-13 Thread Jay Savage
On Fri, Jun 13, 2008 at 11:19 AM, Gunwant Singh <[EMAIL PROTECTED]> wrote: > Hi there, > > I am still waiting for any suggestions/recommendations. > > Cheers. > please don't top-post. Most people only read this list at most once a day, and frequently less than that. Don't panic if you don't get a

Re: Program to fetch user information

2008-06-13 Thread Rob Dixon
Gunwant Singh wrote: > > I am still waiting for any suggestions/recommendations. Yes, we can see that. Be patient. Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Program to fetch user information

2008-06-13 Thread Gunwant Singh
Hi there, I am still waiting for any suggestions/recommendations. Cheers. Gunwant Singh wrote: Hi Rob, I have interpolated the server and the user name as in this: /Win32::NetAdmin::UserGetAttributes("servername","myself",my $password,my $passwordAge,my $privilege,my $homeDir,my $comment,my

Re: Program to fetch user information

2008-06-12 Thread Gunwant Singh
Hi Rob, I have interpolated the server and the user name as in this: /Win32::NetAdmin::UserGetAttributes("servername","myself",my $password,my $passwordAge,my $privilege,my $homeDir,my $comment,my $flags,my $scriptPath); / The only thing it shows is this: /The homedir for the user is/ I

Re: Program to fetch user information

2008-06-11 Thread Rob Dixon
Gunwant Singh wrote: > > I have written a small Perl script so to fetch information about the > user. Here is the code: > > /1use strict; > 2use warnings; > 3use Win32::Netadmin; > 4Win32::NetAdmin::UserGetAttributes(my $server,my $userName,my > $password,my $passwordAge,my $pri