Files
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