Skip to content
Gijs Reijn edited this page Nov 19, 2025 · 1 revision

Welcome to the DatabricksDsc wiki

DatabricksDsc v#.#.#

Here you will find all the information you need to make use of the DatabricksDSC DSC resources, including details of the resources that are available, current capabilities and known issues, and information to help plan a DSC based implementation of UpdateServicesDsc.

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

Getting started

To get started, download DatabricksDsc from the PowerShell Gallery and then unzip it to one of your PowerShell modules folders (such as $env:ProgramFiles\PowerShell\Modules).

To install from the PowerShell gallery using Microsoft.PowerShell.PSResourceGet, run the following command:

Install-PSResource -Name DatabricksDsc -Scope AllUsers -Repository PSGallery

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

Get-DscResource -Module DatabricksDsc

Change Log

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

DatabricksDsc Module

Clone this wiki locally