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:
parent
7805be2449
commit
3f0900f504
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue