| Parameter | Choices/Defaults | Comments | 
|---|---|---|
| description  string  | Description of the group. | |
| name  string / required  | Name of the group. | |
| state  string  | 
 | Create or remove the group. | 
See also
- name: Create a new group
  win_group:
    name: deploy
    description: Deploy Group
    state: present
- name: Remove a group
  win_group:
    name: deploy
    state: absent
   More information about Red Hat’s support of this module is available from this Red Hat Knowledge Base article.
Hint
If you notice any issues in this documentation, you can edit this document to improve it.
    © 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
    https://docs.ansible.com/ansible/2.9/modules/win_group_module.html