I\'m a PowerShell novice (Bash is my thing normally) who\'s currently trying to obtain qwinsta output to show who is logged in as an \'rdpwd\' (rdesktop) user so that I can
Print field 4,5 and 6 in second column.
awk 'NR>3&&NR<7{print $2}' file user.name1 user.name2 user.name3