Create a .CSV file with scheduled tasks entries within Windows

To create a list of existing scheduled task entries within a .CSV format, use the following command within an elevated command session.

schtasks /query /v /fo CSV > tasks.csv

image