Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

PowerShell/PowerShellGetDsc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License PowerShell Gallery - PowerShellGetDSC Minimum Supported PowerShell Version

Important Note

This version of PowerShellGetDSC is currently under development and is not yet complete. If you would like to open a PR please open an issue first so that necessary discussion can take place. Please open an issue for any feature requests, bug reports, or questions for PowerShellGetDSC.

Please note, previously PowerShellGet DSCResources were included in the PowerShellGet module. However, starting with PowerShellGet version 3.0.12-beta the DSCResources have been pulled out and will be released from this repository as its own module. For all versions of PowerShellGet below 3.0.0-beta1 DSCResources can be installed via the PowerShellGallery and are located in the PowerShellGetv2 repository at PowerShell/PowerShellGetv2.

Introduction

PowerShellGetDSC is a PowerShell module with DSCResources for discovering, installing, and updating the PowerShell artifacts like Modules, Scripts, and other DSC Resources.

This DSCResource works with PowerShellGet v3 and above only.

Requirements

  • PowerShell 5.0 or higher.
  • PowerShellGet 3.0.0-beta1 or higher.

Get PowerShellGet Module

Please refer to the PowerShellGet readme or documentation for the up-to-date version on how to get the PowerShellGet Module.

Get PowerShellGetDSC Source

  • Obtain the source
    • Download the latest source code from the release page OR
    • Clone the repository (needs git)
    git clone https://github.com/PowerShell/PowerShellGetDSC