What I'm trying to do should be simple - I want to get information for a single TFS workspace (in this case named the same as the computer name), and have that information returned via text - not via prompt window (it's my understanding this is what the /noprompt option is for). I am using the "workspace" command, and according to the official documentation (https://docs.microsoft.com/en-us/vsts/tfvc/workspace-command), it's not 100% clear this is supported.
Note:
- I have tf.exe from Visual Studio 2017 and 2015 installed, and the 2015 Power Tools, but am preferring the 2017 client.
- I've read the TF Workspaces question, and view this as something else - I specifically want the information about a single workspace (for a PowerShell script).