Update win_domain_group_membership.py (#55594)

* Update win_domain_group_membership.py by adding notes regarding a computer object and fixing a typo
pull/55779/head
thefaftek 5 years ago committed by Alicia Cozine
parent 7805be2449
commit 3f0900f504

@ -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…
Cancel
Save