Get-LabTfsParameter

SYNOPSIS

Get relevant connection parameters to connect to TFS/AzDevOps

SYNTAX

Get-LabTfsParameter [-ComputerName] <String> [-Local] [<CommonParameters>]

DESCRIPTION

Get relevant connection parameters to connect to TFS/AzDevOps

EXAMPLES

Example 1

PS C:\> Get-LabTfsParameter

Get relevant connection parameters to connect to TFS/AzDevOps

PARAMETERS

-ComputerName

TFS/Azure DevOps instances

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Local

Indicates that connection details should be local (internal) to the lab environment

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES