Selects the clamd and freshclam processes to ensure AV and its updater are running
To learn more about queries, check this guide
SELECT pid, state, cmdline, name FROM processes WHERE name='clamd' OR name='freshclam';
PowerShell commands are currently work in progress, contributions welcome.