Skip to content

v4.4.0

Compare
Choose a tag to compare
@dscbot dscbot released this 14 Nov 13:12
· 454 commits to master since this release
2677ed9

[v4.4.0]

Added

  • SharePointDsc
    • Added logging to the event log when the code throws an exception
    • Added support for trusted domains to Test-SPDscIsADUser helper function
  • SPInstall
    • Added documentation about a SharePoint 2019 installer issue

Changed

  • SharePointDsc
    • Updated Convert-SPDscHashtableToString to output the username when
      parameter is a PSCredential
  • SPFarm
    • Switched from creating a Lock database to a Lock table in the TempDB.
      This to allow the use of precreated databases.
    • Updated code to properly output used credential parameters to verbose
      logging
  • SPSite
    • Added more explanation to documentation on which parameters are checked
  • SPWeb
    • Added more explanation to documentation on using this resource

Fixed

  • SPConfigWizard
    • Fixes issue where a CU installation wasn't registered properly in the
      config database. Added logic to run the Product Version timer job
  • SPSearchTopology
    • Fixes issue where applying a topology failed when the search service
      instance was disabled instead of offline
  • SPSecureStoreServiceApp
    • Fixes issue where custom database name was no longer used since v4.3
  • SPShellAdmins
    • Fixed issue with Get-DscConfiguration which threw an error when only one
      item was returned by the Get method
  • SPWordAutomationServiceApp
    • Fixed issue where provisioning the service app requires a second run to
      update all specified parameters
  • SPWorkflowService
    • Fixed issue configuring workflow service when no workflow service is
      currently configured