Manage groups on Windows
Add the specified group
CLI Example:
salt '*' group.add foo
Remove the named group
CLI Example:
salt '*' group.delete foo
Return info on all groups
CLI Example:
salt '*' group.getent
Return information about a group
CLI Example:
salt '*' group.info foo