22.16.223. 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

Docs for previous releases are available on salt.rtfd.org.

Latest Salt release: 2014.7.1

Previous topic

22.16.222. salt.modules.win_firewall

Next topic

22.16.224. salt.modules.win_ip

SaltStack News

Upcoming SaltStack events, webinars and local meet ups and user groups.