Get D365TfsUri - FH-Inway/d365fo.tools GitHub Wiki
Get the TFS / VSTS registered URL / URI
Get-D365TfsUri [[-Path] <String>] [<CommonParameters>]
Gets the URI from the configuration of the local tfs connection in visual studio
Get-D365TfsUri
This will invoke the default tf.exe client located in the Visual Studio 2015 directory and fetch the configured URI.
Path to the tf.exe file that the cmdlet will invoke
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: $Script:TfDir
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Tags: TFS, VSTS, URL, URI, Servicing, Development
Author: Mötz Jensen (@Splaxi)