salt.modules.win_groupadd

Manage groups on Windows

salt.modules.win_groupadd.add(name, gid=None, system=False)

Add the specified group

CLI Example:

salt '*' group.add foo
salt.modules.win_groupadd.delete(name)

Remove the named group

CLI Example:

salt '*' group.delete foo
salt.modules.win_groupadd.getent(refresh=False)

Return info on all groups

CLI Example:

salt '*' group.getent
salt.modules.win_groupadd.info(name)

Return information about a group

CLI Example:

salt '*' group.info foo

Current Salt release: 2014.1.6

Docs for previous releases on salt.rtfd.org.

Previous topic

salt.modules.win_firewall

Next topic

salt.modules.win_ip

Upcoming SaltStack Events