Examples of TFSSecurity commands and syntax: The following example displays identity information for the "Team Foundation ...

Examples of TFSSecurity commands and syntax:

The following example displays identity information for the "Team Foundation Administrators" group on the application tier: 
tfssecurity /i "Team Foundation Administrators" /instance:ADatumCorporation:8080

The following example grants the instance-level "View instance-level information" permission to the ADatumCorporation deployment for the Datum1 domain user John Peoples (Datum1\jpeoples):
>tfssecurity /a+ Server FrameworkGlobalSecurity GenericRead n:Datum1\jpeoples ALLOW /server:http://ADatumCorporation:8080 

The following example checks if the user "Datum1\jpeoples" belongs to the Team Foundation Administrators instance-level group:
>TFSSecurity /m "Team Foundation Administrators" n:Datum1\jpeoples /server:http://ADatumCorporation:8080

The following example displays identity information for the Project Collection Administrators group in the "DatumOne" team project collection in the domain "Datum1" at the fictitious company "A. Datum Corporation" using the adm: identity specifier:
>tfssecurity /imx adm: /collection:http://ADatumCorporation:8080/DatumOne