Skip to content

Modules

Jeff Patton edited this page Apr 15, 2020 · 3 revisions

About

The Azure DevOps PowerShell Module is composed of several nested modules, these modules align with the Azure Devops API. Each module has a set of specific functions that provides access to working with that specific API. Individual work is carried out and maintained within it's own repository. During the module release, those nested modules are rolled up into the main module and tagged for release.

Core

An Azure Devops Organization has one or more Projects, where each Project has one or more Teams that carry out work within that Project. The Core Module gives you access to some tasks that could make managing from the command-line a much easier process.

Common Tasks

Working with Projects

  • Get a list of Projects in an Organization
  • Create a new Project
  • Modify a Project
  • Get a list of available Processes for a Project

Working with Teams

  • Get a list of Teams associated with a Project
  • Get a list of Members assigned to a Team

Build

Working with Builds

  • Get a list of Builds
  • View a given Build's log output
  • Queue a build

Working with Definitions

  • Get a list of available Definitions