< Back

Remove-AzDoTeam

Sat Jan 18, 2020 7:41 pm

NAME Remove-AzDoTeam



SYNOPSIS

This command provides remove a Team for Azure DevOps





SYNTAX

Remove-AzDoTeam [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>] [-TeamName <String>] [-WhatIf]

[-Confirm] [<CommonParameters>]



Remove-AzDoTeam [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>] [-TeamId <Guid>] [-WhatIf] [-Confirm]

[<CommonParameters>]





DESCRIPTION

The command will remove an Azure DevOps Team





PARAMETERS

-AzDoConnection <AzDoConnectObject>

Common Parameters



Required? false

Position? named

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-ApiVersion <String>

Allows for specifying a specific version of the api to use (default is 5.0)



Required? false

Position? named

Default value $global:AzDoApiVersion

Accept pipeline input? false

Accept wildcard characters? false



-TeamId <Guid>

The id of the group to remove



Required? false

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-TeamName <String>

The name of the group to remove



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



Remove-AzDoTeam -TeamName <team name>















RELATED LINKS

https://github.com/ravensorb/Posh-AzureDevOps