Skip to content

Releases: dsccommunity/xPSDesiredStateConfiguration

v3.8.0

25 Dec 00:14

Choose a tag to compare

  • Added Pester tests to validate pullserver deployement.
  • Removed Compliance Server deployment from xWebservice resource. Fixed
    database provider selection issue depending on OS flavor
  • Added Publish-DSCModuleAndMof cmdlet to package DSC modules and mof and
    publish them on DSC enterprise pull server
  • xRemoteFile resource: Added size verification in cache

v3.7.0

25 Dec 00:14

Choose a tag to compare

  • xService:
    • Fixed a bug where 'Dependencies' property was not picked up and caused
      exception when set.
  • xWindowsOptionalFeature:
    • Fixed bug where Test-TargetResource method always failed.
    • Added support for Windows Server 2012 (and later) SKUs.
  • Added xRegistry resource

v3.6.0

25 Dec 00:15

Choose a tag to compare

  • Added CreateCheckRegValue parameter to xPackage resource
  • Added MatchSource parameter to xRemoteFile resource

v3.5.0

25 Dec 00:15

Choose a tag to compare

  • MSFT_xPackageResource: Added ValidateSet to Get/Set/Test-TargetResource to
    match MSFT_xPackageResource.schema.mof
  • Fixed bug causing xService to throw error when service already exists
  • Added StartupTimeout to xService resource
  • Removed UTF8 BOM
  • Added code for pull server removal

v3.4.0

25 Dec 00:15

Choose a tag to compare

  • Added logging inner exception messages in xArchive and xPackage resources
  • Fixed hash calculation in Get-CacheEntry
  • Fixed issue with PSDSCComplianceServer returning HTTP Error 401.2

v3.3.0

25 Dec 00:16

Choose a tag to compare

  • Add support to xPackage resource for checking different registry hives
  • Added support for new registration properties in xDscWebService resource

v3.2.0

25 Dec 00:16

Choose a tag to compare

  • xArchive:
    • Fix problems with file names containing square brackets.
  • xDSCWebService:
    • Fix default culture issue.
  • xPackage:
    • Security enhancements.

v3.0.3

25 Dec 00:17
5648aea

Choose a tag to compare

  • Multiple issues addressed
    • Corrected output type for Set- and Test-TargetResource functions in
      xWebSite, xPackage, xArchive, xGroup, xProcess, xService
    • xRemoteFile modified to support creating a directory that does not exist
      when specified, ensuring idempotency. Also improved error messages.
    • xDSCWebService updated so that Get-TargetResource returns the OData
      Endpoint URL correctly.
    • In xWindowsOptionalFeature, fixed Test-TargetResource issue requiring
      Ensure = True. Note: this change requires the previous Ensure values of
      Enable and Disable to change to Present and Absent

v3.0.2

25 Dec 00:17
5648aea

Choose a tag to compare

  • Adding following resources:
    • xGroup

v3.0.1

25 Dec 00:17
5648aea

Choose a tag to compare

  • Adding following resources:
    • xFileUpload