Sintaxis: TfsLabConfig CreateTeamProjectHostGroup /collection: /teamProject:(* | ) /teamProjectCollectionHostGroup:(* | /name: ...

Sintaxis:
TfsLabConfig CreateTeamProjectHostGroup 
             /collection:
             /teamProject:(* | ) 
             /teamProjectCollectionHostGroup:(* | 
                 
                 /name:
                 [/description:])
             [/NoPrompt]

Ejemplos:

TfsLabConfig CreateTeamProjectHostGroup 
             /collection:http://abc:8080/TFS/colecciónPredeterminada
             /teamProject:*
             /teamProjectCollectionHostGroup:* 

TfsLabConfig CreateTeamProjectHostGroup 
             /collection:http://abc:8080/Colección0
             /teamProject:Proyecto1
             /teamProjectCollectionHostGroup:grupoHostDecolección1
             /name:hg1