Hi,

I was wonder if anyone was familiar with
win32::netadmin::loggedonusers.

When I run this at night, the function
tells me that the user is still logged on
but he isn't. Can anyone tell me why?

Here's a snippet of my code that
I'm running:

 Win32::NetAdmin::LoggedOnUsers($Machines, \%users);
        if ( my ($user, $info) =  ( sort each %users ) ) {
                  ($u, $domain, $logon_server) = split(/;/, $info);
                    if ($u !~ /\$/i) {
                       write(LOGGEDONUSERS);             
                       }
           }
       else {
 
        }
 
please advise,

John

_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to