Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 19.9 Win32::MutexChapter 19
Win32 Modules and Extensions
Next: 19.11 Win32::NetResource
 

19.10 Win32::NetAdmin

The Win32::NetAdmin module provides extensive functionality for administering users and groups on Windows NT servers. This module does not implement an object interface for administration; it exports several functions that execute administrative commands. (This module does not load on Windows 95 systems.)

The following functions are provided by the Win32::NetAdmin module. The server argument of each function is optional; however, a placeholder for the argument must be used if you don't supply a name. An empty string ("") will work, indicating that the local machine is to be used.


Previous: 19.9 Win32::MutexPerl in a NutshellNext: 19.11 Win32::NetResource
19.9 Win32::MutexBook Index19.11 Win32::NetResource