PSDSC

1.0.0

This module interacts with DSC v3 resources

Minimum PowerShell version

5.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PSDSC -RequiredVersion 1.0.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PSDSC -Version 1.0.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Gijs Reijn. All rights reserved.

Package Details

Author(s)

  • Gijs Reijn

Functions

ConvertTo-DscJson ConvertTo-DscYaml Get-PsDscResourceSchema Initialize-PsDscConfigDocument Install-DscCLI Invoke-PsDscConfig Invoke-PsDscResource New-PsDscVsCodeSettingsFile

Dependencies

This module has no dependencies.

Release Notes

## [1.0.0] - 2024-10-04

[1.0.0] - 2024-10-04

### Added

- Improved unit testing and code coverage
- Introduced both Initialize-PsDscConfigDocument and New-PsDscVsCodeSettingsFile command
- Validate multiple inputs for `Invoke-PsDscResource` and `Invoke-PsDscConfig`
- Pester tests
- The `ConvertTo-DscJson` and `ConvertTo-DscYaml` command
- Initial start of `Invoke-PsDscResource`
- Created installation command
- Decreased the amount of calls towards DSC's version
- Allow .ps1 configuration document files to be validated

FileList

Version History

Version Downloads Last updated
1.0.6 7 11/2/2024
1.0.5 6 10/27/2024
1.0.4 9 10/27/2024
1.0.3 6 10/27/2024
1.0.2 7 10/27/2024
1.0.1 10 10/5/2024
1.0.0 (current version) 6 10/4/2024
Show less