Announcement

Collapse
No announcement yet.

tscmd to text file

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • tscmd to text file

    I want to use the tscmd to send all the results to a text file, for example get output of all users terminal server profile path (we have four different possible profiles). Is there anyway to do this easily? I am unfamiliar with scripting. I would like to be able to echo the users name and output and append it to a text file, but I don't know how to capture the text, any characters I use get used by tscmd as settings.
    If I can get it with just one user I can create a macro to dump all users.

  • #2
    Re: tscmd to text file

    You can add this to the end of the command:

    >>c:\output.txt

    Comment

    Working...
    X