No announcements
Found 657787 threads
-
0 Votes
TFS API PowerShell Script
I am sharing the PowerShell script to achieve the same.Answered | 4 Replies | 9626 Views | Created by Vishwajeet (MCA,MCP,MCTS,MCITP) - Tuesday, December 15, 2015 10:54 AM | Last reply by 王者荣耀 - Thursday, December 17, 2015 1:51 AM -
0 Votes
Work item queries migration using PowerShell Script and TFS API
# Work item queries migration using PowerShell Script and TFS APIAnswered | 1 Replies | 810 Views | Created by Vishwajeet (MCA,MCP,MCTS,MCITP) - Monday, January 11, 2016 5:06 AM | Last reply by Starian chen - Tuesday, January 12, 2016 7:04 AM -
0 Votes
Remove members of TFS group using TFS API and PowerShell Script
Hi, I have created a PowerShell Script which can remove Individual user from TFS group( Contributors group in my case).Answered | 2 Replies | 1589 Views | Created by Vishwajeet (MCA,MCP,MCTS,MCITP) - Wednesday, November 4, 2015 5:35 AM | Last reply by Vishwajeet (MCA,MCP,MCTS,MCITP) - Friday, November 20, 2015 11:01 AM -
0 Votes
Work Item Queries using TFS API & PowerShell Script
There is the simple code for C#, you may refer to it to try it with powershell script.Answered | 4 Replies | 6942 Views | Created by Vishwajeet (MCA,MCP,MCTS,MCITP) - Tuesday, November 10, 2015 6:41 AM | Last reply by Vishwajeet (MCA,MCP,MCTS,MCITP) - Monday, November 23, 2015 10:12 AM -
0 Votes
Change access level of user using powershell script and TFS API in TFS 2015
I didn’t find the official command line or API to change this access level setting.Answered | 3 Replies | 1040 Views | Created by Vishwajeet (MCA,MCP,MCTS,MCITP) - Friday, February 5, 2016 6:55 AM | Last reply by John Qiao - Tuesday, February 9, 2016 8:58 AM -
0 Votes
Work item queries migration using PowerShell Script and TFS API
> The above script can create new work items in destination team project but the problem is that the ID of the Work items increases each time the powershell script is ...Answered | 2 Replies | 3044 Views | Created by Vishwajeet (MCA,MCP,MCTS,MCITP) - Wednesday, December 2, 2015 5:33 AM | Last reply by 王者荣耀 - Thursday, December 3, 2015 9:09 AM -
0 Votes
TFS proxy cache refresh using TFS API
As I could not find the TFS API to refresh the Team Foundation Server Proxy Cache.Answered | 3 Replies | 865 Views | Created by Vishwajeet (MCA,MCP,MCTS,MCITP) - Friday, January 15, 2016 6:15 AM | Last reply by Starian chen - Tuesday, January 19, 2016 2:47 AM -
1 Votes
PowerShell Script to connect to Team Project
Now I am going to use the C# code in PowerShell Script.Answered | 11 Replies | 2231 Views | Created by Vishwajeet (MCA,MCP,MCTS,MCITP) - Friday, October 30, 2015 12:22 PM | Last reply by Vishwajeet (MCA,MCP,MCTS,MCITP) - Wednesday, November 4, 2015 11:34 AM -
0 Votes
Powershell Extensions for TFS
Hi May, I have successfully replicated the functionality of the script we used with Powertools 2012 using the REST API.Answered | 6 Replies | 4906 Views | Created by Joe S 63 - Tuesday, December 11, 2018 7:10 PM | Last reply by Joe S 63 - Monday, December 17, 2018 7:41 PM -
0 Votes
PowerShell And tfs
In TFS SDK, we normally call Authenticate or EnsureAuthenticate method in TeamFoundationServer class to authenticate a user.Answered | 1 Replies | 5061 Views | Created by CHOULANT Noham - Friday, October 17, 2008 8:24 PM | Last reply by Bill.Wang - Tuesday, October 21, 2008 6:15 AM -
0 Votes
PowerShell cmdlet to get TFS groups and members
# Using PowerShell and TFS API to list users in TFS 2010 (and ...Answered | 1 Replies | 3529 Views | Created by Vishwajeet (MCA,MCP,MCTS,MCITP) - Thursday, October 29, 2015 9:59 AM | Last reply by Starian chen - Friday, October 30, 2015 5:48 AM -
0 Votes
Powershell and TFS - VS 2013
Yes, we can run tf rename command in PowerShell, please refer to example in below ...Answered | 2 Replies | 634 Views | Created by davis_mc - Tuesday, December 15, 2015 2:25 AM | Last reply by John Qiao - Wednesday, December 16, 2015 5:16 AM -
0 Votes
is there a powershell equivilant to tf resolve?
" You can use get-tfsworkspace to call the API directly: $ws = get-tfsworkspace .Answered | 2 Replies | 6096 Views | Created by Skyaddict - Friday, June 19, 2009 4:10 PM | Last reply by Richard Berg - Thursday, July 2, 2009 6:30 PM -
0 Votes
TFS REST API
Hi Champs, You could try to use Powershell with C# to get branches in a team ...Answered | 1 Replies | 1147 Views | Created by Champs League - Friday, September 15, 2017 6:05 PM | Last reply by Jingzhu Yan - Saturday, September 16, 2017 8:59 AM -
0 Votes
Set TFS scriptable build variables from powershell
And if you want to update the variable in the build definition permanently, you could try to use rest api to set the value of the variables in the build definition.Answered | 2 Replies | 16605 Views | Created by dtorg - Thursday, February 9, 2017 7:34 PM | Last reply by Limitxiao Gao - Friday, February 10, 2017 6:34 AM -
2 Votes
TFS 2015 API
hi karacakir the official TFS 2015 API library (with redistribution license) is introduced here as NuGet packages NuGet packages for ...Answered | 8 Replies | 1332 Views | Created by karacakir - Monday, November 30, 2015 2:21 PM | Last reply by karacakir - Friday, December 4, 2015 6:43 AM -
0 Votes
Downloading the latest build with a PowerShell script
Hi everyone, I'm not sure if this question is TFS Service specific, but since we're using TFS Service as apposed to on-premise TFS, I'm asking the ...Answered | 2 Replies | 1872 Views | Created by Robert Fridén - Monday, June 10, 2013 9:15 AM | Last reply by Lily_Wu - Monday, June 17, 2013 9:12 AM -
0 Votes
How to edit build definition by using powershell script.
I could provide you to use which TFS API to edit build definition.Answered | 1 Replies | 1799 Views | Created by Raj_pb - Tuesday, September 20, 2016 2:10 PM | Last reply by Tingting MO - Thursday, September 22, 2016 5:47 AM -
0 Votes
how to query or queue build of TFS 2015 with Powershell
I wrote an article on how to query TFS 2015 builds using powershell and TFS API : ...Answered | 2 Replies | 4335 Views | Created by CHEN, Jun - Monday, November 9, 2015 7:03 AM | Last reply by freakydinde - Friday, September 30, 2016 1:27 PM -
1 Votes
Requirements for using powershell to automate TFS tasks ?
If you use the TFS object model to pull down the code, you need to installer the Team Explorer client which will install the necessary object model assemblies.Answered | 2 Replies | 604 Views | Created by shiftbit - Tuesday, October 6, 2015 7:38 PM | Last reply by Jakob Ehn - Thursday, October 8, 2015 12:12 PM - Items 1 to 20 of 657787 Next ›
No announcements