Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 559 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 559 Bytes

tfspscmdlet

customize powershell cmdlet for managing field in ads

support version

  • Azure DevOps 2019
  • Azure DevOps 2019.1

Prerequisites

run the below command in powershell console.

Set-ExecutionPolicy -ExecutionPolicy Unrestricted

how to use

  • config tfs information in line 2,3
$Global:Tfs_PAT='pat' # your pat
$Global:TfsHost='http://yourazuredevops'; # your azure devops hostname