/im Command
Use /im to display direct membership identity information for a specified group.
Required Permissions
To use the /im command, you must be a member of the Team Foundation Administrators security group. For more information, see Team Foundation Server Permissions.
Note: |
|---|
Even if you are logged on with administrative credentials, you must open an elevated Command Prompt to perform this function on a server that is running Windows Server 2008. To open an elevated Command Prompt, click Start, right-click Command Prompt, and click Run as Administrator. For more information, see the Microsoft Web site. |
TFSSecurity /im identity /server:servername
Argument | Description |
|---|---|
identity | Specifies the identity of the user or the group. For more information about the identity specifiers, see TFSSecurity Identity and Output Specifiers. |
/server:servername | Required. Specifies the name of the application tier server. |
The following example displays direct membership identity information for the "Team Foundation Administrators" group.
>tfssecurity /im "Team Foundation Administrators" /server:MyServer
Sample output:
Resolving identity "Team Foundation Administrators"... SID: S-1-9-XXXXXXXXXX-XXXXXXXXXX-XXXXXXXXXX-XXXXXXXXXX-0-0-0-0-1 DN: Identity type: Team Foundation Server application group Group type: AdministrativeApplicationGroup Project scope: Server scope Display name: Team Foundation Administrators Description: Members of this application group can perform all privileged operations on the server. 4 member(s): [G] MyLocation\Cwin (Coho Winery) [U] MyLocation\ajesper (Aaberg, Jesper) [G] BUILTIN\Administrators s [A] [SERVER]\Service Accounts Member of 1 group(s): e [A] [SERVER]\Team Foundation Valid Users
Note: