Skip to content

Instantly share code, notes, and snippets.

@brianschmitt
Created June 4, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianschmitt/e93ba77aa676ad8c4bc1 to your computer and use it in GitHub Desktop.
Save brianschmitt/e93ba77aa676ad8c4bc1 to your computer and use it in GitHub Desktop.
List RDP Sessions
#https://twitter.com/wincmdfu/status/603170709880311808
qwinsta /server: | foreach {($_.trim() -replace "\s+",",")} | ConvertFrom-Csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment