Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KirillPashkov/59b1e0194147dc0b76f17a58aa093886 to your computer and use it in GitHub Desktop.
Save KirillPashkov/59b1e0194147dc0b76f17a58aa093886 to your computer and use it in GitHub Desktop.
Create Windows Scheduled Task For Powershell Script
schtasks /create /tn Report_Task /tr "powershell -NoLogo -WindowStyle hidden -file Script.ps1" /sc Daily /st 18:00 /ru System
@KirillPashkov
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment