共用方式為


/g- 命令

使用 /g- 可以從現有群組中移除使用者或使用者群組。

必要的使用權限

若要使用 /g- 命令,您必須分別將 [檢視集合層級資訊] 和 [編輯集合層級資訊] 或 [檢視執行個體層級資訊] 和 [編輯執行個體層級資訊] 權限設為 [允許],視您使用的是 /collection/server 參數而定。如需詳細資訊,請參閱 Team Foundation Server 使用權限

TFSSecurity /g- groupIdentity memberIdentity [/server:CollectionURL] [/instance:ServerURL]

參數

引數

描述

groupIdentity

指定群組識別。如需有效識別規範的詳細資訊,請參閱 TFSSecurity 識別和輸出規範

memberIdentity

指定成員識別。如需有效識別規範的詳細資訊,請參閱 TFSSecurity 識別和輸出規範

/collection:CollectionURL

如果不使用 /server 則為必要項。依下列格式指定 Team 專案集合的 URL:http://ServerName:Port/VirtualDirectoryName/CollectionName

/server:ServerURL

如果不使用 /collection,則為必要項。依下列格式指定應用程式層伺服器的 URL:http://ServerName:Port/VirtualDirectoryName

備註

在 Team Foundation 的應用程式層伺服器上執行此命令。

您也可以使用 Team Explorer,將使用者和群組加入至現有的群組。如需詳細資訊,請參閱 How to: Remove Users from a Team Project GroupHow to: Remove Users from a Default GroupHow to: Remove Users from a Server-Level Group

範例

下列範例會將 Datum1 網域使用者 John Peoples (Datum1\jpeoples) 從 Team Foundation Administrators 群組中移除。

注意事項注意事項

範例僅供解說之用,皆為虛構。沒有影射任何真實存在的人事物,也不應推斷為與其有所關聯。

>tfssecurity /g- "Team Foundation Administrators" n:Datum1\jpeoples ALLOW /server:http://ADatumCorporation:8080

範例輸出:

TFSSecurity - Team Foundation Server Security Tool
Copyright (c) Microsoft Corporation.  All rights reserved.

The target Team Foundation Server is http://ADatumCorporation:8080/.
Resolving identity "Team Foundation Administrators"...
a [A] [INSTANCE]\Team Foundation Administrators
Resolving identity "n:Datum1\jpeoples"...
  [U] DATUM1\jpeoples (John Peoples)
Removing John Peoples from [INSTANCE]\Team Foundation Administrators...
Verifying...

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: [INSTANCE]\Team Foundation Administrators
  Description: Members of this group can perform all operations on the Team Foundation Application Instance.

3 member(s):
  [U] Datum1\hholt (Holly Holt)
  [G] BUILTIN\Administrators (BUILTIN\Administrators)
s [A] [INSTANCE]\Team Foundation Service Accounts

Member of 2 group(s):
a [A] [Collection0]\Project Collection Administrators
e [A] [INSTANCE]\Team Foundation Valid Users

Done.

請參閱

其他資源

使用 TFSSecurity 變更群組和權限