Level 1
0 / 100 XP

How can I Automate Tasks with Task Scheduler Challenge

Automating Tasks using the Task Scheduler

Scenario: Let’s say you have a Windows server that you want to check to be sure that you know who is attempting to login to your server, and become aware of login failures, account lock out’s, etc.

Prerequisites:

• First create a folder on your host’s C: drive called test.

• Download the student guide and the script called SecLog.ps1

• Copy this script to the C:\test folder

Question:

See if you can research and learn enough to complete this task – Using Powershell, you will pull data from the security log then using a script you will automate security log data collection using the Windows Task Scheduler.