The SQLPS.exe file has gone AWOL on 2 of my 4 SQL servers, ie, not in the path
select Agent_exe
from msdb.dbo.syssubsystems
where subsystem = 'PowerShell'
nor anywhere to be found on these machines.
As a result, syspolicy_purge_history fails. And in fact, the job's status is "suspended", and I can't even stop it. I am not able to stop and re-start the SQL Agent service, due to the job being suspended.
Any ideas?