PowerShell: Automating Administration

Go to class
Write Review

Free Online Course: PowerShell: Automating Administration provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. PowerShell: Automating Administration is taught by Scott M Burrell.

Overview
  • Learn intermediate PowerShell scripting techniques to automate Windows network administration.

Syllabus
  • Introduction

    • Automate administration with PowerShell
    • What you should know
    1. Building Blocks for Automated Administration
    • Functions in profiles and scripts
    • Create modules
    • Use logic tests in scripts
    • Comparative logic tests
    • Use loops in scripts
    • Plan for exceptions
    • Error handling with try, catch, and finally
    2. Remote and Delegated Administration
    • Principles of delegated administration
    • Configure servers for remote admin
    • Enable remoting using GPO
    • Use WinRM to manage remote systems
    3. Automate Tasks
    • Background jobs and scheduled jobs
    • Create background jobs
    • Schedule tasks
    • Schedule jobs
    Conclusion
    • Next steps