< Back
Get-AzDoTeamMemebers
Post
NAME Get-AzDoTeamMemebers
SYNOPSIS
This command provides retrieve members for a specifc Team from Azure DevOps
SYNTAX
Get-AzDoTeamMemebers [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>] [-TeamId <Guid>]
[<CommonParameters>]
Get-AzDoTeamMemebers [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>] [-TeamName <String>]
[<CommonParameters>]
DESCRIPTION
The command will retrieve members for the Azure DevOps teams specified
PARAMETERS
-AzDoConnection <AzDoConnectObject>
Common Parameters
Required? false
Position? named
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? named
Default value $global:AzDoApiVersion
Accept pipeline input? false
Accept wildcard characters? false
-TeamName <String>
The name of the build definition to retrieve (use on this OR the id parameter)
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-TeamId <Guid>
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
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-AzDoTeamMemebers -TeamName <name>
-------------------------- EXAMPLE 2 --------------------------
Get-AzDoTeamMemebers -Teamid <id>
RELATED LINKS
https://github.com/ravensorb/Posh-AzureDevOps
SYNOPSIS
This command provides retrieve members for a specifc Team from Azure DevOps
SYNTAX
Get-AzDoTeamMemebers [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>] [-TeamId <Guid>]
[<CommonParameters>]
Get-AzDoTeamMemebers [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>] [-TeamName <String>]
[<CommonParameters>]
DESCRIPTION
The command will retrieve members for the Azure DevOps teams specified
PARAMETERS
-AzDoConnection <AzDoConnectObject>
Common Parameters
Required? false
Position? named
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? named
Default value $global:AzDoApiVersion
Accept pipeline input? false
Accept wildcard characters? false
-TeamName <String>
The name of the build definition to retrieve (use on this OR the id parameter)
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-TeamId <Guid>
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
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-AzDoTeamMemebers -TeamName <name>
-------------------------- EXAMPLE 2 --------------------------
Get-AzDoTeamMemebers -Teamid <id>
RELATED LINKS
https://github.com/ravensorb/Posh-AzureDevOps