< Back
Get-AzDoTeams
Post
NAME Get-AzDoTeams
SYNOPSIS
This command provides retrieve Teams from Azure DevOps
SYNTAX
Get-AzDoTeams [[-AzDoConnection] <AzDoConnectObject>] [[-ApiVersion] <String>] [-Mine] [<CommonParameters>]
DESCRIPTION
The command will retrieve Azure DevOps teams (if they exists)
PARAMETERS
-AzDoConnection <AzDoConnectObject>
Common Parameters
Required? false
Position? 1
Default value
Accept pipeline input? true (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? 2
Default value $global:AzDoApiVersion
Accept pipeline input? false
Accept wildcard characters? false
-Mine [<SwitchParameter>]
Indicates that only your teams should be returned
Required? false
Position? named
Default value False
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 --------------------------
Get-AzDoTeams -ProjectUrl https://dev.azure.com/<organizztion>/<project>
RELATED LINKS
https://github.com/ravensorb/Posh-AzureDevOps
SYNOPSIS
This command provides retrieve Teams from Azure DevOps
SYNTAX
Get-AzDoTeams [[-AzDoConnection] <AzDoConnectObject>] [[-ApiVersion] <String>] [-Mine] [<CommonParameters>]
DESCRIPTION
The command will retrieve Azure DevOps teams (if they exists)
PARAMETERS
-AzDoConnection <AzDoConnectObject>
Common Parameters
Required? false
Position? 1
Default value
Accept pipeline input? true (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? 2
Default value $global:AzDoApiVersion
Accept pipeline input? false
Accept wildcard characters? false
-Mine [<SwitchParameter>]
Indicates that only your teams should be returned
Required? false
Position? named
Default value False
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 --------------------------
Get-AzDoTeams -ProjectUrl https://dev.azure.com/<organizztion>/<project>
RELATED LINKS
https://github.com/ravensorb/Posh-AzureDevOps