PSDscResources

2.10.0.0

This module contains the standard DSC resources.
Because PSDscResources overwrites in-box resources, it is only available for WMF 5.1. Many of the resource updates provided here are also included in the xPSDesiredStateConfiguration module which is still compatible with WMF 4 and WMF 5 (though that module is not supported and may be removed in the future).

Minimum PowerShell version

5.1

Installation Options

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

Install-Module -Name PSDscResources -RequiredVersion 2.10.0.0

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) 2016 Microsoft Corporation. All rights reserved.

Package Details

Author(s)

  • Microsoft Corporation

Tags

DesiredStateConfiguration DSC DSCResourceKit DSCResource AzureAutomationNotSupported

DSCResources

Archive Environment Group GroupSet MsiPackage Registry Script Service ServiceSet User WindowsFeature WindowsFeatureSet WindowsOptionalFeature WindowsOptionalFeatureSet WindowsPackageCab WindowsProcess ProcessSet

Dependencies

This module has no dependencies.

Release Notes

* Fixed CompanyName typo - Fixes [Issue 100](https://github.com/PowerShell/PSDscResources/issues/100)
* Update LICENSE file to match the Microsoft Open Source Team
 standard - Fixes [Issue 120](https://github.com/PowerShell/PSDscResources/issues/120).
* Update `CommonResourceHelper` unit tests to meet Pester 4.0.0
 standards ([issue 129](https://github.com/PowerShell/PSDscResources/issues/129)).
* Update `ResourceHelper` unit tests to meet Pester 4.0.0
 standards ([issue 129](https://github.com/PowerShell/PSDscResources/issues/129)).
* Ported fixes from [xPSDesiredStateConfiguration](https://github.com/PowerShell/xPSDesiredStateConfiguration):
 * xArchive
   * Fix end-to-end tests.
   * Update integration tests to meet Pester 4.0.0 standards.
   * Update end-to-end tests to meet Pester 4.0.0 standards.
   * Update unit and integration tests to meet Pester 4.0.0 standards.
   * Wrapped all path and identifier strings in verbose messages with
     quotes to make it easier to identify the limit of the string when
     debugging.
   * Refactored date/time checksum code to improve testability and ensure
     tests can run on machines with localized datetime formats that are not
     US.
   * Fix "Get-ArchiveEntryLastWriteTime" to return `[datetime]`.
   * Improved verbose logging to make debugging path issues easier.
* Added .gitattributes file to ensure CRLF settings are configured correctly
 for the repository.
* Updated ".vscode\settings.json" to refer to AnalyzerSettings.psd1 so that
 custom syntax problems are highlighted in Visual Studio Code.
* Fixed style guideline violations in `CommonResourceHelper.psm1`.
* Updated "appveyor.yml" to meet more recent standards.
* Removed OS image version from "appveyor.yml" to use default image
 ([Issue 127](https://github.com/PowerShell/PSDscResources/issues/127)).
* Removed code to install WMF5.1 from "appveyor.yml" because it is already
 installed in AppVeyor images ([Issue 128](https://github.com/PowerShell/PSDscResources/issues/128)).
* Removed .vscode from .gitignore so that Visual Studio code environment
 settings can be committed.
* Environment
 * Update tests to meet Pester 4.0.0 standards ([issue 129](https://github.com/PowerShell/PSDscResources/issues/129)).
* Group
 * Update tests to meet Pester 4.0.0 standards ([issue 129](https://github.com/PowerShell/PSDscResources/issues/129)).
 * Fix unit tests to run on Nano Server.
 * Refactored unit tests to enclude Context fixtures and change functions
   to Describe fixtures.
* GroupSet
 * Update tests to meet Pester 4.0.0 standards ([issue 129](https://github.com/PowerShell/PSDscResources/issues/129)).

FileList

Version History

Version Downloads Last updated
2.12.0.0 10,191,109 6/26/2019
2.11.0.0 27,980 5/15/2019
2.10.0.0 (current version) 124,395 2/20/2019
2.9.0.0 14,551,403 7/3/2018
2.8.0.0 34,871 7/12/2017
2.7.0.0 1,589 6/2/2017
2.6.0.0 5,878 4/19/2017
2.5.0.0 96,158 3/8/2017
2.4.0.0 88,403 2/3/2017
2.3.0.0 162,168 12/17/2016
2.2.0.0 216 12/17/2016
2.1.0.0 162,264 11/2/2016
2.0.0.0 76,849 10/8/2016
Show more