Hi;
what is a pure perl equivalent for "net user username /domain"?
I need to programmatically remove inactive accounts (defined as those no longer employed by the firm) and the mechanism I currently am using, via Perl on Cygwin is to run "net user username /domain" for every username that I have for the two applications for which I am responsible for account management.
Is there a Pure Perl module that will return a yes/no answer to the question "is xyz currently an employee?"
Thanks,
Ken Wolcott