Ligne de commande pour lister les utilisateurs d'un groupe Active Directory Windows ?

Is there a command line way to list all the users in a particular Active Directory group?

I can see who is in the group by going to Manage ComputerLocal User / GroupsGroups and double clicking the group.

I just need a command line way to retrieve the data, so I can do some other automated tasks.

try

dsget group "CN=GroupName,DC=domain,DC=name,DC=com" -members