PSDscResources

2.4.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.4.0.0

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

Install-PSResource -Name PSDscResources -Version 2.4.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

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

Dependencies

This module has no dependencies.

Release Notes

* Cleaned User
* Updated User to have non-dependent unit tests.
* Ported fixes from [xPSDesiredStateConfiguration](https://github.com/PowerShell/xPSDesiredStateConfiguration):
   * WindowsProcess: Minor updates to integration tests
   * Registry: Fixed support for forward slashes in registry key names
* Group:
   * Group members in the "NT Authority", "BuiltIn" and "NT Service" scopes should now be resolved without an error. If you were seeing the errors "Exception calling ".ctor" with "4" argument(s): "Server names cannot contain a space character."" or "Exception calling ".ctor" with "2" argument(s): "Server names cannot contain a space character."", this fix should resolve those errors. If you are still seeing one of the errors, there is probably another local scope we need to add. Please let us know.
   * The resource will no longer attempt to resolve group members if Members, MembersToInclude, and MembersToExclude are not specified.
* Added Environment

FileList

Version History

Version Downloads Last updated
2.12.0.0 10,197,424 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,416 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 (current version) 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 less