v4.4.0-preview0004
Pre-release
Pre-release
dscbot
released this
14 Nov 01:15
·
460 commits
to master
since this release
[v4.4.0-preview0004]
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
- Updated Convert-SPDscHashtableToString to output the username when
- 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
- Switched from creating a Lock database to a Lock table in the TempDB.
- 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
- Fixes issue where a CU installation wasn't registered properly in the
- SPSearchTopology
- Fixes issue where applying a topology failed when the search service
instance was disabled instead of offline
- Fixes issue where applying a topology failed when the search service
- 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
- Fixed issue with Get-DscConfiguration which threw an error when only one
- SPWordAutomationServiceApp
- Fixed issue where provisioning the service app requires a second run to
update all specified parameters
- Fixed issue where provisioning the service app requires a second run to
- SPWorkflowService
- Fixed issue configuring workflow service when no workflow service is
currently configured
- Fixed issue configuring workflow service when no workflow service is