SharePoint 2010 – Start all the Health Checks
Use the following script to start all the Health Checks on the SharePoint server immediately.
1 2 3 4 5 6 7 8 9 10 11 12 13 | # check to ensure Microsoft.SharePoint.PowerShell is loaded $snapin = Get-PSSnapin | Where-Object {$_.Name -eq 'Microsoft.SharePoint.Powershell'} if ($snapin -eq $null) { Write-Host "Loading SharePoint Powershell Snapin" Add-PSSnapin "Microsoft.SharePoint.Powershell" } Get-SPTimerJob | Where {$_.Name -like "*Health*" -and $_.Name -like "*-all-*"} | Start-SPTimerJob |


SharePoint 2010 – Troubleshooting Cmdlets not recognized Issue Configure NAT on Esxi Server