Skip to content

Getting Started

Note

These tools have been designed for use within Brownserve projects and will likely have limited use outside of that.

Prerequisites

This module requires PowerShell 6.0 or later. You can download it from the official PowerShell repository.

Installing the module

To make the module available in your PowerShell session, install it from the PSGallery:

Install-Module -Repository PSGallery -Name 'Brownserve.PSSourceControl'
Import-Module 'Brownserve.PSSourceControl'

If you plan to use the module regularly, add the import step to your PowerShell Profile.

Available cmdlets

See the Cmdlet reference for a full list of available commands and their parameters.