@@ -72,3 +72,25 @@ Our PKI cmdlets make configurations, certificate requests and duplicating templa
7272- Publish-CaTemplate: Publish a template
7373- Request-Certificate: Request a new certificate from the CA
7474- Test-CaTemplate: Uses certutil to check if a template exists
75+
76+ ## CI/CD (Team Foundation Server, Azure DevOps (Server))
77+
78+ Our CI/CD cmdlets make interaction with Team Foundation Server starting with 2015 a breeze. Just be sure
79+ to select the API version matching your edition of TFS or Azure DevOps.
80+
81+ - Get-TfsAccessTokenString: Get the Authorization header string for your PAT
82+ - Get-TfsAgentPool: Retrieve TFS/Azure DevOps agent pools for an instance
83+ - Get-TfsAgentQueue: Retrieve a TFS/Azure DevOps Project's agent queue
84+ - Get-TfsBuildDefinition: Retrieve a build definition
85+ - Get-TfsBuildDefinitionTemplate: Retrieve the available build templates of a project
86+ - Get-TfsBuildStep: List all possible build steps to use in a build definition
87+ - Get-TfsGitRepository: Get the GIT repo of a project
88+ - Get-TfsProcessTemplate: Get all possible process templates
89+ - Get-TfsProject: Get a list of Projects or an individual project
90+ - Get-TfsReleaseDefinition: Retrieve a release definition
91+ - Get-TfsReleaseStep: Get a list of possible release steps
92+ - New-TfsAgentQueue: Create a new agent queue from a pool of agents
93+ - New-TfsBuildDefinition: Create a new build pipeline
94+ - New-TfsProject: Create a new team project
95+ - New-TfsReleaseDefinition: Create a new release pipeline
96+ - Set-TfsProject: Modify a project configuration
0 commit comments