Manage network groups and users.
The Win32::NetAdmin module wraps the Windows NetAPI32 functions for
administering local and domain accounts: creating and deleting users
and groups, managing local- and global-group membership, changing
passwords, locating domain controllers, and enumerating servers. The
interface dates to the original Perl-for-Win32 port from ActiveWare.
Full reference documentation is on MetaCPAN: https://metacpan.org/pod/Win32::NetAdmin
cpanm Win32::NetAdmin
https://github.com/perl-libwin32/win32-netadmin/issues
This module is free software; you may redistribute it and/or modify it under the same terms as Perl itself.