I am trying to use the get-group command to return a list of the members of a group. If I use the following command I only get the first couple of members, but the group has probably 50 people in it. What can I do to get the full list?
get-group -id "groupname" | fl DisplayName, Members *Note that I am using the actual group name, rather than "groupname". I could swear I've done this before, but I can't figure out how. Thanks for the help! Rob