ansible-collections / microsoft.ad

Ansible collection for Active Directory management
GNU General Public License v3.0
39 stars 22 forks source link

microsoft.ad.user groups documentation should detail which formats it accepts #85

Closed tarmael closed 7 months ago

tarmael commented 10 months ago
SUMMARY

The documentation for Groups in User Module does not detail the supported group formats. Looking in the code, I found this module uses the Get-ADGroup and Add-ADGroupMember commandlets, and going by the -Identity flag for those commandlets, I've determined this module supports groups add/set/remove in the format of DN, sAMAccountName, GUID and SID.

Please can this be brought inline with the other modules in this collection, similar to how the Group module outlines the supported formats in the Member Parameter here

ISSUE TYPE
COMPONENT NAME

microsoft.ad.user

ANSIBLE VERSION