Link

Remove-TfsTeamProjectCollection

Deletes a team project collection.


Table of Contents

  1. Syntax
  2. Parameters
  3. Inputs
  4. Related Links

Syntax

Remove-TfsTeamProjectCollection
    [-Collection <object>]
    [-Server <object>]
    [-Timeout <TimeSpan>]

[Go to top]

Parameters

-Collection

Type object
Position 0
Default Value (N/A)
Accept pipeline input True (byvalue)
Accept wildcard characters False

-Server

Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.

Type object
Position (Named)
Default Value (N/A)
Accept pipeline input False
Accept wildcard characters False

-Timeout

Type TimeSpan
Position (Named)
Default Value 10675199.02:48:05.4775807
Accept pipeline input False
Accept wildcard characters False

Inputs

System.Object