NetGroupSetInfo(server, groupname, level, data)
Sets information about a particular group account on a server.
Parameters
server : string/PyUnicode
The name of the server, or None.groupname : string/PyUnicode
The group namelevel : int
The information level contained in the datadata : PyGROUP_INFO_*
A dictionary holding the group data.Win32 API References
Search for NetGroupSetInfo at msdn, google or google groups.