web services - Acessing windows schedules task from web -


i need expose scheduled tasks on windows server forecast tool. there way access tasks through webservice or service install?

there nice powershell command

get-winevent -logname "microsoft-windows-taskscheduler/operational"

will avaliable log info


Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -