I couldn't find it anywhere on here.
I need a report that scans one server and checks if a process is not running.
ex.,
ServerA needs explorer.exe to be running in the task manager. The report should populate that ServerA does not have explorer.exe running. If explorer.exe is running, the report should have no result.
Is this something lansweeper is capable of and if yes, can someone assist me with it?
I tried below but it claims assetname is an invalid column.
Select tblAssets.AssetName, tblProcesses.Caption
where tblAssets.AssetName = 'Server' AND tblProcesses.Caption = 'Process.exe'