0

I am on Windows Server 2012, but I believe this applies to other windows versions.

Under Control Panel -> Computer Management -> Local Users and Groups, I can right click a group and view properties to see a list of the group members. However copy and paste does not work for this list. I want to list these users in a spreadsheet. How can I generate a text list of users for a local user group?

Alan F
  • 1

1 Answers1

0

Ok, I found the command line answer:

net localgroup xxx

which lists the properties for the local group with name xxx

Alan F
  • 1