Introduction
VSTeam is a PowerShell module with commands for accessing your Azure DevOps Server (previously named Visual Studio Team Foundation Server) 2017/2018 and Azure DevOps (previously named Visual Studio Team Services).
The VSTeam module is also a provider allowing users to navigate their Azure DevOps Server and Azure DevOps as a file system.
To get started you can visit this blog PowerShell I would like you to meet TFS and VSTS
Documentation of the cmdlets can be found in the Commands Section or using Get-Help VSTeam
once the module is installed.
Requirements
- Windows PowerShell 5.0 or newer.
- PowerShell Core.
Installation
Install this module from the PowerShell Gallery
Install-Module -Name VSTeam -Scope CurrentUser
Module Dependencies
About files
Learn about the goals of VSTeam.
Profiles allow you to store your account information for easy switching of accounts.
The provider allows you to navigate your TFS or AzD as a file system.