Remove-TfsTeamProjectCollection
Deletes a team project collection.
Table of Contents
Syntax
Remove-TfsTeamProjectCollection
[-Collection <object>]
[-Server <object>]
[-Timeout <TimeSpan>]
Parameters
Specifies the collection to be removed. Wildcards are supported.
Type | object |
Position | 0 |
Default Value | (N/A) |
Accept pipeline input | True (byvalue) |
Accept wildcard characters | False |
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 |
Sets the timeout for the operation to complete. When omitted, will wait indefinitely until the operation completes.
Type | TimeSpan |
Position | (Named) |
Default Value | 10675199.02:48:05.4775807 |
Accept pipeline input | False |
Accept wildcard characters | False |
Inputs
System.Object
Specifies the collection to be removed. Wildcards are supported.