majkinetor / TFS

Powershell module to drive TFS 2015+ via REST interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to pass "Personal Access Token" instead of Credential

alancapc opened this issue · comments

_globals.ps1 is only checking for -Credentials option

Adding -Headers check to the Invoke-RestMethod call would allow users to pass Authorization like in the image below:

image

You can generate pscredential the same way. I dont see the point.