mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Update win_domain_group_membership.py (#55594)
* Update win_domain_group_membership.py by adding notes regarding a computer object and fixing a typo
This commit is contained in:
@@ -25,7 +25,8 @@ options:
|
||||
members:
|
||||
description:
|
||||
- A list of members to ensure are present/absent from the group.
|
||||
- The given names must be a SmaAccountName of a user, group, service account, or computer
|
||||
- The given names must be a SamAccountName of a user, group, service account, or computer.
|
||||
- For computers, you must add "$" after the name; for example, to add "Mycomputer" to a group, use "Mycomputer$" as the member.
|
||||
type: list
|
||||
required: yes
|
||||
state:
|
||||
|
||||
Reference in New Issue
Block a user