Forum Discussion
jcmfxt
Jun 01, 2022Copper Contributor
Help VMware esxi vm High CPU running SharePoint server 2019
Environment: VMware esxi vm running SharePoint server 2019 on Server 2019. Issue: We had to reboot the server while working another issue. Since about that time the VM CPU usage has been way up. It ...
mr_w1nst0n
Jun 10, 2022Iron Contributor
Log into the SharePoint server
Open the SharePoint PowerShell Management Console
Try to Resume the search via PowerShell
$ssa = Get-SPEnterpriseSearchServiceApplication
Resume-SPEnterpriseSearchServiceApplication $ssa
jcmfxt
Jun 10, 2022Copper Contributor