From the course: PowerShell: Automating IT Administration
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
Automating administrative tasks with scheduled jobs - PowerShell Tutorial
From the course: PowerShell: Automating IT Administration
Automating administrative tasks with scheduled jobs
- So let's talk about automating the admin tasks using scheduled jobs, and we'll also touch on tasks as well. So I suppose the question is, why should we schedule tasks and jobs, especially when we're looking at automating, IT kind of tasks? Well, first off, it's about automation of routine tasks. So by scheduling tasks and jobs, you as an administrator can automate those repetitive and routine tasks. For example, System Updates, Cleanup Operations, or even things like Data Backups. This not only increases efficiency, but also ensures these tasks are performed consistently, and then reducing the risk of any human error. The second is Resource Optimization. Some tasks can be resource intensive if ran during peak business hours. Scheduling these tasks for off peak hours can optimize resource usage and maintain system performance during the times of high demand. With PowerShell, you can precisely control when these…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
(Locked)
Understanding PowerShell background jobs3m 50s
-
(Locked)
Creating and managing background jobs9m 56s
-
(Locked)
Monitoring and retrieving results of background jobs12m 3s
-
(Locked)
Automating administrative tasks with scheduled jobs8m 56s
-
(Locked)
Creating scheduled tasks within Windows22m 45s
-
(Locked)
-