Help for this page

Select Code to Download


  1. or download this
    Win32API::Net::UserGetInfo('\\\\'.$SERVER, $USER, 3, \%USER_INFO);
       if ( %USERLIST->{$USER}->{'TIME'} < %USER_INFO->{'LastLogon'})
       {
    ...
          %USERLIST->{$USER}->{'DISABLED'} = "DISABLED" if (%USER_INFO->{'
    +flags'} & UF_ACCOUNTDISABLE)
       }
    }