skip to Main Content
PowerShell

Create scheduled task with PowerShell

Sometimes you want to configure a scheduled task for a PowerShell script. Let the PowerShell script run automatically in the background every hour or day. In our example, we like to create a scheduled task for the Health Checker PowerShell…

Read more