Syntax -
TfsLabConfig CreateTeamProjectHostGroup 
             /collection:
             /teamProject:(* | ) 
             /teamProjectCollectionHostGroup:(* | 
                 
                 /name:
                 [/description:])
             [/NoPrompt]
Examples:
TfsLabConfig CreateTeamProjectHostGroup 
             /collection:http://abc:8080/TFS/DefaultCollection
             /teamProject:*
             /teamProjectCollectionHostGroup:* 
TfsLabConfig CreateTeamProjectHostGroup 
             /collection:http://abc:8080/Collection0
             /teamProject:Project1
             /teamProjectCollectionHostGroup:collectionHostGroup1
             /name:hg1     
						Synchronous = the sender waits for control to return, and a return arrow is shown on the sequence diagram. Asynchronous = ...
SyncLock statement Ensures that multiple threads do not execute the statement block at the same time. SyncLock .End Synclock ...
Syntax - TfsBuild definition /new /collection:teamProjectCollectionUrl /name:name /teamProject:project /buildProcess:file ...
Syntax - TfsLabConfig ClearServiceAccount /collection: Examples: TfsLabConfig ClearServiceAccount /collection:http://abc:8080/TFS/DefaultCollection ...
Syntax - TfsLabConfig CreateTeamProjectHostGroup /collection: /teamProject:(* | ) /teamProjectCollectionHostGroup:(* | /name: ...
Syntax - TfsLabConfig CreateTeamProjectLibraryShare /collection: /teamProject:(* | ) /teamProjectCollectionLibraryShare:(* ...
Syntax - TfsLabConfig DeleteTeamProjectHostGroup /collection: /teamProject:(* | ) /name:(* | ) /NoPrompt Examples: TfsLabConfig ...
Syntax - TfsLabConfig DeleteTeamProjectLibraryShare /collection: /teamProject:(* | ) /name:(* | ) /NoPrompt Examples: TfsLabConfig ...
Syntax - TfsLabConfig GetServiceAccount /collection: Examples: TfsLabConfig GetServiceAccount /collection:http://abc:8080/TFS/DefaultCollection ...