Advanced Automated Administration with Windows PowerShell [M55318]

Durée totale
Localisation
A cet endroit, En ligne
Date et lieu de début

Advanced Automated Administration with Windows PowerShell [M55318]

Global Knowledge Belgium BV
Logo Global Knowledge Belgium BV
Note du fournisseur: starstarstar_halfstar_borderstar_border 4,5 Global Knowledge Belgium BV a une moyenne de 4,5 (basée sur 2 avis)

Astuce: besoin de plus d'informations sur la formation? Téléchargez la brochure!

Dates et lieux de début

place1-Mechelen (Battelsesteenweg 455-B)
14 avr. 2025 jusqu'au 16 avr. 2025
computer En ligne: VIRTUAL TRAINING CENTRE
14 avr. 2025 jusqu'au 16 avr. 2025
place1-Mechelen (Battelsesteenweg 455-B)
8 déc. 2025 jusqu'au 10 déc. 2025
computer En ligne: VIRTUAL TRAINING CENTRE
8 déc. 2025 jusqu'au 10 déc. 2025

Description

Vrijwel iedere training die op een onze locaties worden getoond zijn ook te volgen vanaf huis via Virtual Classroom training. Dit kunt u bij uw inschrijving erbij vermelden dat u hiervoor kiest.

OVERVIEW

55318A is the updated version of the retired legacy MOC course 10962C. This three-day course teaches students how to automate administrative tasks using PowerShell. Students will learn crucial scripting skills such as creating advanced functions, writing controller scripts, and handling script errors. Candidates will learn how to use PowerShell when working with Microsoft Azure, SQL Server, Active Directory, IIS, Windows PowerShell Workflow, .NET resources, the REST API and XML, CSV & JSON formatted data files.

OBJECTIVES

At Course Completion

  • Create advanced functions.
  • Use Microsoft .NET Framework and REST API in Windows PowerShell.
  • Handle script errors.
  • Use XML, JSON, and custom f…

Lisez la description complète ici

Foire aux questions (FAQ)

Il n'y a pour le moment aucune question fréquente sur ce produit. Si vous avez besoin d'aide ou une question, contactez notre équipe support.

Vous n'avez pas trouvé ce que vous cherchiez ? Voir aussi : Windows PowerShell, XML/XSLT, Microsoft Power, Serveurs Windows et Java.

Vrijwel iedere training die op een onze locaties worden getoond zijn ook te volgen vanaf huis via Virtual Classroom training. Dit kunt u bij uw inschrijving erbij vermelden dat u hiervoor kiest.

OVERVIEW

55318A is the updated version of the retired legacy MOC course 10962C. This three-day course teaches students how to automate administrative tasks using PowerShell. Students will learn crucial scripting skills such as creating advanced functions, writing controller scripts, and handling script errors. Candidates will learn how to use PowerShell when working with Microsoft Azure, SQL Server, Active Directory, IIS, Windows PowerShell Workflow, .NET resources, the REST API and XML, CSV & JSON formatted data files.

OBJECTIVES

At Course Completion

  • Create advanced functions.
  • Use Microsoft .NET Framework and REST API in Windows PowerShell.
  • Handle script errors.
  • Use XML, JSON, and custom formatted data.
  • Manage Microsoft Azure resources
  • Analyze and debug scripts
  • Understand Windows PowerShell workflow.

AUDIENCE

This course is intended for IT professionals who are experienced in general Windows Server and Windows Client administration. Students should have a foundational knowledge of Windows PowerShell, which they can obtain by taking course 10961C: Automating Administration with Windows PowerShell.

In addition, this course provides scripting guidance for Microsoft Azure administrators and developers who support development environments and deployment processes.

CONTENT

Module 1: Creating advanced functions

This module explains how to parameterize a command into an advanced function.

Lessons M1

  • Lesson 1: Converting a command into an advanced function
  • Lesson 2: Creating a script module
  • Lesson 3: Defining parameter attributes and input validation
  • Lesson 4: Writing functions that accept pipeline input
  • Lesson 5: Producing complex pipeline output
  • Lesson 6: Using comment-based Help
  • Lesson 7: Using Whatif and Confirm parameters

Lab 1: Creating advanced functions

  • Exercise 1: Converting a command into a function
  • Exercise 2: Creating a script module
  • Exercise 3: Defining parameter attributes
  • Exercise 4: Writing functions to accept pipeline input
  • Exercise 5: Producing complex function output
  • Exercise 6: Using comment-based Help
  • Exercise 7: Using Whatif and Confirm parameters
After completing module 1, students will be able to:
  • Convert a command into an advanced function.
  • Create a script module.
  • Define parameter attributes and input validation.
  • Write functions that accept pipeline input.
  • Produce complex pipeline output.
  • Document functions by using comment-based help.
  • Support -WhatIf and -Confirm.

Module 2: 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.

Lessons M2

  • Lesson 1: Using .NET Framework in PowerShell
  • Lesson 2: Using REST API in PowerShell

Lab 1: Using Microsoft .NET Framework and REST API in Windows PowerShell

  • Exercise 1: Using .NET Framework in PowerShell
  • Exercise 2: Using REST API in PowerShell
After completing module 2, students will be able to:
  • Use Microsoft .NET Framework in Windows PowerShell.
  • Use REST API in Windows PowerShell.

Module 3: 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.

Lessons M3

  • Lesson 1: Understanding controller scripts
  • Lesson 2: Writing controller scripts with a user interface
  • Lesson 3: Writing controller scripts that create reports

Lab 1: Writing controller scripts

  • Exercise 1: Understanding controller scripts
  • Exercise 2: Writing controller scripts with a user interface
  • Exercise 3: Writing controller scripts that create reports
After completing module 3, students will be able to:
  • Describe controller scripts.
  • Write controller scripts that display a user interface.
  • Write controller scripts that produce reports.

Module 4: Handling script errors

This module explains how to perform basic error handling in scripts.

Lessons M4

  • Lesson 1: Understanding error handling
  • Lesson 2: Handling errors in a script

Lab 1: Handling script errors

  • Exercise 1: Understanding error handling
  • Exercise 2: Handling errors in a script
After completing module 4, students will be able to:
  • Describe error handling.
  • Handle errors and timeouts in a script.

Module 5: Using XML, JSON, and custom-formatted data

This module explains how to read, manipulate, and write data in XML and JSON format.

Lessons M5

  • Lesson 1: Working with XML formatted data
  • Lesson 2: Working with JSON formatted data
  • Lesson 3: Working with custom-formatted data

Lab 1: Working with XML and JSON formatted data

  • Exercise 1: Working with XML formatted data
  • Exercise 2: Working with JSON formatted data
  • Exercise 3: Working with custom-formatted data
  • Exercise 4: Using PowerShell Core (Optional)
After completing module 5, students will be able to:
  • Read, manipulate, and write XML-formatted data
  • Read, manipulate, and write JSON-formatted data
  • Read and manipulate custom-formatted data

Module 6: 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 server's configurations. This module also explains how to restrict administrative access with Just Enough Administration (JEA).

Lessons M6

  • Lesson 1: Implementing Desired State Configuration
  • Lesson 2: Implementing Just Enough Administration

Lab 1: Creating and deploying a DSC configuration

  • Exercise 1: Implementing Desired State Configuration
  • Exercise 2: Implementing Just Enough Administration
After completing module 6, students will be able to:
  • Understand DSC.
  • Create and deploy a DSC configuration.
  • Implement JEA.

Module 7: Analyzing and debugging scripts

This module explains how to use native Windows PowerShell features to analyze and debug existing scripts

Lessons M7

  • Lesson 1: Debugging in Windows PowerShell
  • Lesson 2: Analyzing and debugging an existing script

Lab 1: Analyzing and debugging scripts

  • Exercise 1: Debugging in Windows PowerShell
  • Exercise 2: Analyzing and debugging an existing script
After completing module 7, students will be able to:
  • Debug in Windows PowerShell.
  • Analyze and debug an existing script.

Module 8: Understanding Windows PowerShell Workflow

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

Lessons M8

  • Lesson 1: Understanding Windows PowerShell Workflows
  • Lesson 2: Running Windows PowerShell Workflows

Lab 1: Create and run Windows PowerShell Workflows

  • Exercise 1: Understanding Windows PowerShell Workflows
  • Exercise 2: Running Windows PowerShell Workflows
After completing module 8, students will be able to:
  • Describe and implement the Workflow feature of Windows PowerShell.

Rester à jour sur les nouveaux avi

Pas encore d'avis.

Partagez vos avis

Avez-vous participé à cours? Partagez votre expérience et aider d'autres personnes à faire le bon choix. Pour vous remercier, nous donnerons 1,00 € à la fondation Stichting Edukans.

Il n'y a pour le moment aucune question fréquente sur ce produit. Si vous avez besoin d'aide ou une question, contactez notre équipe support.

Recevoir une brochure d'information (gratuit)

(optionnel)
(optionnel)
(optionnel)
(optionnel)
(optionnel)
(optionnel)

Vous avez des questions?

(optionnel)
Nous conservons vos données personnelles dans le but de vous accompagner par email ou téléphone.
Vous pouvez trouver plus d'informations sur : Politique de confidentialité.