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