# Win32::NetAdmin

[![CI](https://github.com/perl-libwin32/win32-netadmin/actions/workflows/test.yml/badge.svg)](https://github.com/perl-libwin32/win32-netadmin/actions/workflows/test.yml)
[![CPAN version](https://img.shields.io/cpan/v/Win32-NetAdmin)](https://metacpan.org/pod/Win32::NetAdmin)

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.

## Documentation

Full reference documentation is on MetaCPAN: <https://metacpan.org/pod/Win32::NetAdmin>

## Installation

    cpanm Win32::NetAdmin

## Bug tracker

<https://github.com/perl-libwin32/win32-netadmin/issues>

## License

This module is free software; you may redistribute it and/or modify it
under the same terms as Perl itself.
