Thank you for the detailed response, even if it is depressing.

Barry Brevik

> On the other hand, if you are really asking the question "from",
> you have to go to the event logs; there, you can get if a login
> was local or via the network.  The problem, of course, is that it
> is very transitory; on machine B you can find out that person logged
> in from machine A, but then you have to go back to see who logged into A at 
> that time. 
>
> print join( "\t", 'host', 'user', 'domain' ), "\n"; 
> foreach my $server (@Hosts) { 
>   warn "Connecting to $server\n"; 
>   my $locatorObj = Win32::OLE->new('WbemScripting.SWbemLocator') 
>    || die "Error creating locator object: " 
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to