PSDscResources

2.2.0.0

This module contains the standard DSC resources.

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

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

Install-PSResource -Name PSDscResources -Version 2.2.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) 2016 Microsoft Corporation. All rights reserved.

Package Details

Author(s)

  • Microsoft Corporation

Tags

DesiredStateConfiguration DSC DSCResourceKit DSCResource

DSCResources

Group GroupSet Registry Script Service ServiceSet User WindowsFeature WindowsFeatureSet WindowsOptionalFeature WindowsPackageCab WindowsProcess ProcessSet

Dependencies

This module has no dependencies.

Release Notes

* WindowsFeature:
   * Added Catch to ignore RuntimeException when importing ServerManager module. This solves the issue described [here](https://social.technet.microsoft.com/Forums/en-US/9fc314e1-27bf-4f03-ab78-5e0f7a662b8f/importmodule-servermanager-some-or-all-identity-references-could-not-be-translated?forum=winserverpowershell).
   * Updated unit tests.   
* Added WindowsProcess
* CommonTestHelper:
   * Added Get-AppVeyorAdministratorCredential.
   * Added Set-StrictMode -"Latest" and $errorActionPreference -"Stop".
* Service:
   * Updated resource module, unit tests, integration tests, and examples to reflect the changes made in xPSDesiredStateConfiguration.
* Group:
   * Updated resource module, examples, and integration tests to reflect the changes made in xPSDesiredStateConfiguration.
* Added Script.
* Added GroupSet, ServiceSet, WindowsFeatureSet, WindowsOptionalFeatureSet, and ProcessSet.
* Added Set-StrictMode -"Latest" and $errorActionPreference -"Stop" to Group, Service, User, WindowsFeature, WindowsOptionalFeature, WindowsPackageCab.
* Fixed bug in WindowsFeature in which is was checking the "Count" property of an object that was not always an array.
* Cleaned Group and Service resources and tests.
* Added Registry.

FileList

Version History

Version Downloads Last updated
2.12.0.0 10,190,629 6/26/2019
2.11.0.0 27,980 5/15/2019
2.10.0.0 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 (current version) 216 12/17/2016
2.1.0.0 162,264 11/2/2016
2.0.0.0 76,849 10/8/2016
Show less