0

We have this VSTS online account, and we want to see a list of all mapped workspaces of all users in one place.

We know that we can go to each developer's PC and use tf.exe workspaces to get the list of workspaces on that machine.

But we need to do it without going to each developer's PC. The reason we need this is that we suspect some team members use their credentials and map a workspace on a machine outside our company's environment, without our permission.

Is there a way to see all mapped workspaces in one central place?

Daniel Mann
  • 57,011
  • 13
  • 100
  • 120

2 Answers2

1

The easiest way is to use something like Attrice TFS Sidekicks. It should work with VSTS, even if it doesn't say it does.

However, the more permanent solution is to set up conditional access in your Azure AD. That allows you to add restrictions so that your users cannot log in from outside your network.

Daniel Mann
  • 57,011
  • 13
  • 100
  • 120
1

(I know it's an old post, but researching for my own purposes...)

Extrapolating off of how to remove TFS workspace mapping for another user

The following worked for me:

>tf.exe workspaces /collection:https://contoso.visualstudio.com/ /owner:*
Orangutech
  • 769
  • 1
  • 10
  • 17