I'm trying to end up with a txt file of usernames (1 user per line) using the
net group /domain <group>
command. However, the output of this command is not conducive to parsing. Does anyone have a way to pipe this to a txt file so that the file consists of only one user per line?