Files
arrr-erp/app/modules/documents/local_agent_runtime/status_task_scheduler.bat
T
2026-08-09 12:45:44 +05:30

4 lines
163 B
Batchfile

@echo off
powershell.exe -NoProfile -ExecutionPolicy Bypass -Command "Get-ScheduledTask -TaskName 'ERP Local Agent' | Get-ScheduledTaskInfo | Format-List *"
pause