Skip to content
github-actions[bot] edited this page Aug 18, 2026 · 9 revisions

Welcome to the AzureDevOpsDscNative wiki

AzureDevOpsDscNative v1.0.0-preview02

Here you will find all the information you need to make use of the AzureDevOpsDscNative DSC resources in the latest release. This includes details of the resources that are available, current capabilities, known issues, and information to help plan a DSC based implementation of AzureDevOpsDscNative.

Please leave comments, feature requests, and bug reports for this module in the issues section for this repository.

Getting started

To get started either:

  • Install from the PowerShell Gallery using PowerShellGet by running the following command:
Install-Module -Name AzureDevOpsDscNative -Repository PSGallery
  • Download AzureDevOpsDscNative from the PowerShell Gallery and then unzip it to one of your PowerShell modules folders (such as $env:ProgramFiles\WindowsPowerShell\Modules).

To confirm installation, run the below command and ensure you see the AzureDevOpsDscNative DSC resources available:

Get-DscResource -Module AzureDevOpsDscNative

DSC Resource Documentation

Prerequisites

The minimum requirement for this module is PowerShell 7.0.

Change log

A full list of changes in each version can be found in the change log.

Commands

Resources

Clone this wiki locally