Microsoft - Advanced Automated Administration with Windows PowerShell

Looptijd

Looptijd:

Slechts 2 dagen

Methode

Methode:

Klas / Online / Hybride

Volgende datum

Volgende datum:

24/6/2024 (Maandag)

Overview

Your 2-day accelerated Advanced Automated Administration with Windows PowerShell course develops all the skills you need to automate advanced administrative tasks using Windows PowerShell 5.1.

Your Microsoft Certified Trainer will immerse you in the curriculum. Using hands-on labs, you'll learn the core scripting skills you need from creating advanced functions to writing controller scripts and handling script errors. You'll also be introduced to the essentials of Windows PowerShell Workflow, the REST API and XML and JSON formatted data file.

You'll experience our unique Lecture | Lab | Review learn methedologly, quickly developing the ability to:

  • Create advanced functions.
  • Use Microsoft .NET Framework and REST API in Windows PowerShell.
  • Write controller scripts.
  • Handle script errors.
  • Use XML, JSON, and custom formatted data.
  • Enhance server management with Desired State Configuration and Just Enough Administration.
  • Analyse and debug scripts
  • Understand Windows PowerShell workflow.

You'll have access to the latest up-to-date Microsoft courseware, including new administration tools, as we're a Microsoft Learning Partner.

You'll also benefit from 24-hour lab access at our training centres, which means that you'll be able to test your skills as much as you like, whenever you like.

If you're an IT professional with previous experience in Windows Server and Windows Client and some basic knowledge of Windows PowerShell, this course is ideal for you.

Zeven redenen waarom jij voor jouw Advanced PowerShell cursus voor Firebrand kiest:

  1. Jij zal in slechts 2 dagen Advanced PowerShell gecertificeerd zijn. Doordat onze cursussen residentieel zijn kunnen wij langere lesdagen aanbieden en zal je tijdens je verblijf volledig gefocust zijn op jouw cursus
  2. Onze Advanced PowerShell cursus is all-inclusive. Cursusmaterialen, accommodatie en maaltijden zijn inbegrepen.
  3. Slaag de eerste keer voor Advanced PowerShell of train gratis opnieuw.Op basis van onze certificeringsgarantie kun je voor het geval je de eerste keer niet slaagt binnen een jaar terugkomen en opnieuw trainen. Je betaalt dan alleen voor accommodatie en examens. De andere kosten zijn inbegrepen.
  4. Je zal meer over Advanced PowerShell leren. Waar opleidingen elders doorgaans van 9:00 tot 17:00 duren, kan je bij Firebrand Training rekenen op 12 uur training per dag!
  5. Je zal Advanced PowerShell sneller beheersen. Doordat onze cursussen residentieel zijn word je in korte tijd ondergedompeld in de theorie. Hierdoor zal je volledig gefocust zijn op de cursus en zal je sneller de theorie en praktijk beheersen.
  6. Je zal voor Advanced PowerShell studeren bij de beste training provider. Firebrand heeft het Q-For kwaliteitlabel, waarmee onze standaarden en professionaliteit op het gebied van training erkend worden. We hebben inmiddels 134561 professionals getraind en gecertificeerd!
  7. Je gaat meer doen dan alleen de cursusstof van Advanced PowerShell bestuderen. We maken gebruik van laboratoria, case-studies en oefentests, om ervoor te zorgen dat jij jouw nieuwe kennis direct in jouw werkomgeving kan toepassen.

Benefits

Curriculum

MOC 10962C: Advanced Automated Administration with Windows PowerShell

Module 1: Creating advanced functions

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

Lessons

  • 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

Lab:

  • 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

After completing this module, you'll 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

  • Using Microsoft .NET Framework in Windows PowerShell
  • Using REST API in Windows PowerShell

Lab:

  • Using Microsoft .NET Framework in Windows PowerShell
  • Using REST API in Windows PowerShell

After completing this module, you'll 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

  • Introducing controller scripts
  • Writing controller scripts that display a user interface
  • Writing controller scripts that produce reports

Lab:

  • Writing controller scripts that display a user interface
  • Writing controller scripts that implement a text-based menu
  • Writing functions to be used in the controller script
  • Writing a controller script that produces HTML reports

After completing this module, you'll 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

  • Understanding error handling
  • Handling errors and timeouts in a script

Lab:

  • Handling errors in a script

After completing this module, you'll 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

  • Reading, manipulating, and writing XML-formatted data
  • Reading, manipulating, and writing JSON-formatted data
  • Reading and manipulating custom-formatted data

Lab:

  • Testing the provided tools
  • Updating an XML inventory document

After completing this module, you'll 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 servers configurations. This module also explains how to restrict administrative access with Just Enough Administration (JEA).

Lessons

  • Understanding Desired State Configuration
  • Creating and deploying a DSC configuration
  • Implementing Just Enough Administration

Lab:

  • Creating and deploying a DSC configuration
  • Configuring and using JEA

After completing this module, you'll be able to:

  • Understand DSC.
  • Create and deploy a DSC configuration.
  • Implement JEA.

Module 7: Analysing and debugging scripts

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

Lessons

  • Debugging in Windows PowerShell
  • Analysing and debugging an existing script

Lab:

  • Analysing and debugging an existing script

After completing this module, you'll be able to:

  • Debug in Windows PowerShell.
  • Analyse and debug an existing script.

Module 8: Understanding Windows PowerShell Workflow

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

Lessons

  • Understanding Windows PowerShell Workflow

Lab:

  • Creating and running a Windows PowerShell Workflow

After completing this module, you'll be able to describe and implement the Workflow feature of Windows PowerShell.

What's Included

MOC 10962C: Advanced Automated Administration With Windows PowerShell

Prerequisites

Before attending this course, you should have experience with:

  • Windows networking technologies and implementation.
  • Windows Server administration, maintenance, and troubleshooting.
  • Windows Client administration, maintenance, and troubleshooting.
  • Using Windows PowerShell to run commands and to create basic non-modularized scripts.

To meet these prerequisites and to gain practical skills and experience with using Windows PowerShell, we recommend you take Course 10961: Automating Administration with Windows PowerShell.

Weet je niet zeker of je aan de vereisten voldoet? Maak je geen zorgen. Jouw trainingsadviseur bespreekt jouw achtergrond met je om te begrijpen of deze cursus geschikt is voor je.

Beoordelingen

Wereldwijd heeft Firebrand in haar 10-jarig bestaan al 134561 studenten opgeleid! We hebben ze allemaal gevraagd onze versnelde opleidingen te evalueren. De laatste keer dat we onze resultaten analyseerden, bleek 96.41% ons te beoordelen als 'boven verwachting'


"Very well structured! I found the course very useful and the instructor explained everything very well"
AN. (19/3/2024 (Dinsdag) t/m 21/3/2024 (Donderdag))

"I loved the pace and involvement of the coach. the course is very intensive but worth the price. the infrastructure and venue is fantastic aswell."
Andreas Vandenberghe, Allianz Technology SE. (18/3/2024 (Maandag) t/m 24/3/2024 (Zondag))

"This was my 4th Firebrand training. And as usual the location and training was great! If you want to learn a lot, in a very short time. This is the way to go!"
KV, Tuxito. (21/8/2023 (Maandag) t/m 24/8/2023 (Donderdag))

"I liked the firebrand training very much. This training really helped in deepdiving into key Azure security concepts and tools."
Anoniem (20/2/2023 (Maandag) t/m 22/2/2023 (Woensdag))

"De informatie in deze cursus is perfect voor het behalen van de examens. Veel praktijkgerichten voorbelden"
Anoniem, Guide-IT (18/7/2022 (Maandag) t/m 23/7/2022 (Zaterdag))

Cursusdata

Start datum

Eind datum

Status

Locatie

Nu boeken

19/2/2024 (Maandag)

20/2/2024 (Dinsdag)

Beëindigde cursus - Geef feedback

-

 

24/6/2024 (Maandag)

25/6/2024 (Dinsdag)

Wachtlijst

Landelijk

 

5/8/2024 (Maandag)

6/8/2024 (Dinsdag)

Beperkte beschikbaarheid

Landelijk

 

16/9/2024 (Maandag)

17/9/2024 (Dinsdag)

Open

Landelijk

 

28/10/2024 (Maandag)

29/10/2024 (Dinsdag)

Open

Landelijk

 

9/12/2024 (Maandag)

10/12/2024 (Dinsdag)

Open

Landelijk

 

Nieuwste beoordelingen van onze studenten