PSDscResources

2.12.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

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

* Ports style fixes that were recently made in xPSDesiredStateConfiguration
 on test related files.
* Ports most of the style upgrades from xPSDesiredStateConfiguration that have
 been made in files in the DscResources folder.
* Ports fixes for the following issues:
 [Issue 505](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/505)
 [Issue 590](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/590)
 Changes to test helper Enter-DscResourceTestEnvironment so that it only
 updates DSCResource.Tests when it is longer than 120 minutes since
 it was last pulled. This is to improve performance of test execution
 and reduce the likelihood of connectivity issues caused by inability to
 pull DSCResource.Tests.
* Fixes issue where MsiPackage Integration tests fail if the test HttpListener
 fails to start. Moves the test HttpListener objects to dynamically assigned,
 higher numbered ports to avoid conflicts with other services, and also checks
 to ensure that the ports are available before using them. Adds checks to
 ensure that no outstanding HTTP server jobs are running before attempting to
 setup a new one. Also adds additional instrumentation to make it easier to
 troubleshoot issues with the test HttpListener objects in the future.
 Specifically fixes
 [Issue 142](https://github.com/PowerShell/PSDscResources/issues/142)
* Improved speed of Test-IsNanoServer function
* Remove the Byte Order Mark (BOM) from all affected files
* Opt-in to "Validate Module Files" and "Validate Script Files" common meta-tests
* Opt-in to "Common Tests - Relative Path Length" common meta-test
* Fix README markdownlint validation failures
* Move change log from README.md to CHANGELOG.md

FileList

Version History

Version Downloads Last updated
2.12.0.0 (current version) 10,073,827 6/26/2019
2.11.0.0 27,974 5/15/2019
2.10.0.0 124,380 2/20/2019
2.9.0.0 14,551,185 7/3/2018
2.8.0.0 34,853 7/12/2017
2.7.0.0 1,585 6/2/2017
2.6.0.0 5,874 4/19/2017
2.5.0.0 96,154 3/8/2017
2.4.0.0 88,399 2/3/2017
2.3.0.0 162,163 12/17/2016
2.2.0.0 212 12/17/2016
2.1.0.0 162,260 11/2/2016
2.0.0.0 76,844 10/8/2016
Show more