Ön Koşul
Bu kurs, yeniden kullanılabilir otomasyon birimleri oluşturmak, iş süreçlerini otomatikleştirmek ve daha az teknik meslektaşların yönetim görevlerini yerine getirmesini sağlamak isteyen Microsoft merkezli bir ortamdaki yöneticilere yöneliktir.
Etkinlik Hedefi
Windows PowerShell ve yönetim otomasyonu alanındaki becerilerini geliştirmek isteyen BT uzmanları için tasarlanmıştır. Ders, PowerShell'in etkileşimli bir komut satırı kabuğu olarak temel bir çalışma bilgisini varsayar ve öğrencilere yeniden kullanılabilir, sıkıca kapsamlandırılmış otomasyon birimleri oluşturmak için doğru kalıpları ve uygulamaları öğretir.
Etkinlik İçeriği
Module 1: Tool DesignThis module explains how to design tools and units of automation that comply with native PowerShell usage patterns.Lessons
Lab : Designing a Tool
After completing this module, students will be able to:
Module 2: Start with a CommandThis module explains how to start the scripting process by beginning in the interactive shell console.Lessons
Module 3: Build a Basic Function and ModuleThis module explains how to build a basic function and module, using commands already experimented with in the shell.Lessons
Module 4: Adding CmdletBinding and ParameterizingThis module explains how to extend the functionality of a tool, parameterize input values, and use CmdletBinding.Lessons
Module 5: Emitting Objects as OutputThis module explains how to create tools that produce custom objects as output.Lessons
Module 6: An Interlude: Changing Your ApproachThis module explains how to re-think tool design, using concrete examples of how it’s often done wrong.Lessons
Module 7: Using Verbose, Warning, and Informational OutputThis module explains how to use additional output pipelines for better script behaviors.Lessons
Module 8: Comment-Based HelpThis module explains how to add comment-based help to tools.Lessons
Module 9: Handling ErrorsThis module explains how to create tools that deal with anticipated errors.Lessons
Module 10: Basic DebuggingThis module explains how to use native PowerShell script debugging tools.Lessons
Module 11: Going Deeper with ParametersThis module explains how to further define parameter attributes in a PowerShell command.Lessons
Module 12: Writing Full HelpThis module explains how to create external help for a command.Lessons
Module 13: Unit Testing Your CodeThis module explains how to use Pester to perform basic unit testing.Lessons
Module 14: Extending Output TypesThis module explains how to extend objects with additional capabilities.Lessons
Module 15: Analyzing Your ScriptThis module explains how to use Script Analyzer to support best practices and prevent common problems.Lessons
Module 16: Publishing Your ToolsThis module explains how to publish tools to public and private repositories.Lessons
Module 17: Basic Controllers: Automation Scripts and MenusThis module explains how to create controller scripts that put tools to use.Lessons
Module 18: Proxy FunctionsThis module explains how to create and use proxy functions.Lessons
Module 19: Working with XML DataThis module explains how to work with XML data in PowerShell.Lessons
Module 20: Working with JSON DataThis module explains how to using JSON data in PowerShell.Lessons
Module 21: Working with SQL Server DataThis module explains how to use SQL Server from within a PowerShell script.Lessons
Module 22: Final ExamThis module provides a chance for students to use everything they have learned in this course within a practical example.Lessons
Lab : Final Exam