Linux has a scheduling service, called cron, which is used for recurring jobs. The scheduler service, crond, works with files called CronTab, to schedule tasks.
As you might imagine, this is, again, very text-based. Luckily, the PowerShell team created a demo module that is very helpful. It is called CronTab.