dsccommunity / SharePointDsc

The SharePointDsc PowerShell module provides DSC resources that can be used to deploy and manage a SharePoint farm
MIT License
247 stars 107 forks source link

[SPProductUpdate] Resource pauses the Search Service #1409

Closed ykuijs closed 1 year ago

ykuijs commented 2 years ago

Problem description

When running an update, the resource pauses the Search service application when you have specified the ShutdownServices parameter. After the installation, the service application is resumed.

This works fine on a small environment or a single server, but with a large search topology the search is resumed while other servers are still in the patching process. It would make perfect sense to check if all servers have upgraded successfully before starting to resume the service application again.

Verbose logs

N/A

DSC configuration

N/A

Suggested solution

Two potential solutions exist:

SharePoint version and build

All

Operating system the target node is running

All

PowerShell version and build the target node is running

v5.1

SharePointDsc version

dev