2019-09-10 — 12 Ämnesområden Advanced PowerShell

Ämnesområden

Creating advanced functions
This module explains how to parameterize a command into an advanced function.
– Converting a command into an advanced function
– Creating a script module
– Defining parameter attributes and input validation
– Writing functions that accept pipeline input
– Producing complex pipeline output
– Documenting functions by using comment-based help
– Supporting –WhatIf and -Confirm

Using Microsoft .NET Framework and REST API in Windows PowerShell
This module explains how to use Microsoft .NET Framework and REST API to supplement functionality that Windows PowerShell commands provide.
– Using Microsoft .NET Framework in Windows PowerShell
– Using REST API in Windows PowerShell

Writing controller scripts
This module explains how to combine advanced functions that perform a specific task and a controller script that provides a user interface or automates a business process.
– Introducing controller scripts
– Writing controller scripts that display a user interface
– Writing controller scripts that produce reports

Handling script errors
This module explains how to perform basic error handling in scripts.
– Understanding error handling
– Handling errors and timeouts in a script

Using XML, JSON, and custom-formatted data
This module explains how to read, manipulate, and write data in XML and JSON format.
– Reading, manipulating, and writing XML-formatted data
– Reading, manipulating, and writing JSON-formatted data
– Reading and manipulating custom-formatted data

Enhancing server management with Desired State Configuration and Just Enough Administration
This module explains how to write Desired State Configuration (DSC) configuration files, deploy those files to servers, and monitor servers’ configurations. This module also explains how to restrict administrative access with Just Enough Administration (JEA).
– Understanding Desired State Configuration
– Creating and deploying a DSC configuration
– Implementing Just Enough Administration

Analyzing and debugging scripts
This module explains how to use native Windows PowerShell features to analyze and debug existing
scripts.
– Debugging in Windows PowerShell
– Analyzing and debugging an existing script

Understanding Windows PowerShell Workflow
This module explains the features of the Windows PowerShell Workflow technology.
– Understanding Windows PowerShell Workflow