- Home
- Courses
- Курсове с Инструктор
- Microsoft
- 10962 – Advanced Automated Administration with Windows PowerShell
10962 – Advanced Automated Administration with Windows PowerShell
- 5 (Registered)
-
(0 Reviews)
Curriculum
- 8 Sections
- 21 Lessons
- 10 Weeks
Expand all sectionsCollapse all sections
- Module 1: Creating Advanced FunctionsIn this module students will learn how to parameterize a command into an advanced function. It is designed to teach several key principles in a single logical sequence, by using frequent hands-on exercises to reinforce new skills.8
- 2.1Converting a Command into an Advanced Function
- 2.2Creating a Script Module
- 2.3Defining Parameter Attributes and Input Validation
- 2.4Writing Functions that use Multiple Objects
- 2.5Writing Functions that Accept Pipeline Input
- 2.6Producing Complex Function Output
- 2.7Documenting Functions by using Content-Based Help
- 2.8Supporting -Whatif and -Confirm
- Module 2: Using Cmdlets and Microsoft .NET Framework in Windows PowerShellWindows PowerShell provides commands that accomplish many of the tasks that you will need in a production environment. Sometimes, a command is not available but the .NET Framework provides an alternate means of accomplishing a task. Because Windows PowerShell is built on the .NET Framework, it is able to access those alternate means. In this module, you will learn how to discover and run Windows PowerShell commands, and how to use .NET Framework components from inside Windows PowerShell. These two techniques will provide you with the most flexibility and capability for accomplishing tasks in a production environment.2
- Module 3: Writing Controller ScriptsIn this module, students will learn how to combine tools – advanced functions that perform a specific task – and a controller script that provides a user interface or automates a business process.3
- Module 4: Handling Script ErrorsIn this module, students will learn how to perform basic error handling in scripts. The focus will be about how to add error handling to existing tools, primarily as a time-saving mechanism (instead of having students write new tools). A side benefit of this approach is that it will help build the skills that you must have to analyze and reuse existing code written by someone else.2
- Module 5: Using XML Data FilesIn this module, students will learn how to read, manipulate, and write data in XML files. XML files provide a robust, yet straightforward way to store both flat and hierarchical data. XML files are more flexible than CSV, more accessible for small amounts of data than SQL Server, and easier to code against that Excel automation.1
- Module 6: Managing Server Configurations by Using Desired State ConfigurationIn this module, students will learn how to write Desired State Configuration (DSC) configuration files, deploy those files to servers, and monitor servers’ configurations.2
- Module 7: Analyzing and Debugging ScriptsIn this module, students will learn how to use native Windows PowerShell features to analyze and debug existing scripts. These skills are also useful when students have to debug their own scripts.2
- Module 8: Understanding Windows PowerShell WorkflowIn this module, students will learn about the features of the Windows PowerShell Workflow technology.1