Microsoft - Advanced Automated Administration with Windows PowerShell

Varaktighet

Varaktighet:

Bara 2 dagar

Metod

Metod:

Klassrum / Uppkopplad / Hybrid

Nästa datum

Nästa datum:

24/6/2024 (Måndag)

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.

Sju anledningar till varför du bör välja din kurs med Firebrand Training

  1. Två utbildningsalternativ. Välj mellan boende på plats med klassrumsundervisning eller onlinekurser
  2. Du blir certifierad snabbt. Hos oss blir du utbildad rekordsnabbt
  3. Vår kurs är heltäckande. En engångsavgift täcker alla kursmaterial, examina**, boende* och måltider*. Inga dolda extra kostnader.
  4. Godkänn första gången eller träna om gratis. Detta är vår garanti. Vi är övertygade om att du kommer klara kursen på första försöket. Men om inte, kom tillbaka inom ett år och betala endast för boende, examina och tillkommande kostnader
  5. Du kommer lära dig mer. En dag med en traditionell utbildningsleverantör brukar generellt pågå från kl. 9 till 17, med en lång paus för lunch. Med Firebrand Training får du minst 12 timmar/dag av kvalitativ inlärningstid med din instruktör
  6. Du kommer lära dig snabbare. Sannolikheten är att du har en annan inlärningsstil än de omkring dig. Vi kombinerar visuella, auditiva och taktila stilar för att leverera materialet på ett sätt som säkerställer att du lär dig snabbare och enklare
  7. Du kommer studera med de bästa. Vi har varit med på Training Industrys lista "Top 20 IT Training Companies of the Year" varje år sedan 2010. Förutom många fler utmärkelser har vi utbildat och certifierat över 100 000 yrkesverksamma
  • * Endast för boende på plats. Gäller inte för onlinekurser
  • ** Vissa undantag gäller. Vänligen se Exam Track eller prata med våra experter

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.

Är du redo för din Firebrand kurs?

Vi intervjuar alla potentiella deltagare om deras bakgrund, utbildning, certifiering och personliga inställning. Om du kommer igenom denna process så har du riktigt goda möjligheter att klara din certifiering.

Firebrand Training erbjuder en ambitiös utbildningsmiljö som förutsätter att du verkligen dedikerar dig till kursen. Ovanstående förkunskaper är endast vägledande, många deltagare med mindre erfarenhet men med en annan bakgrund eller kunskap har framgångsrikt genomfört sin utbildning hos Firebrand Training.

Om du funderar på huruvida du uppfyller rekommenderade förkunskaper vänligen ring oss på (0)8 44 68 27 85 och prata med en av våra utbildningsrådgivare som kan hjälpa dig.

Kundreferenser

Här är Firebrand Training recension avsnittet. Sedan 2001 har vi utbildat exakt 134.561 studenter och proffs och bett dem alla att recensera vår Accelerated Learning. För närvarande har, 96,41% sagt att Firebrand överträffade deras förväntningar.

Läs recensioner från avslutade accelereradekurser nedan eller besök Firebrand Stories för skriftliga och videointervjuer med våra tidigare alumni.


"The training for PL-100 is an intense course, jam-packed with references, resources delivered by a super knowledgeable instructor. Would recommend having a sound base knowledge of Microsoft Power Platform before attending. MS Learn provides topics for PL-100 and also a study guide for the exam which is very useful when preparing for exam."
Jessica Brooks, Kenvue. (3/1/2024 (Onsdag) till 4/1/2024 (Torsdag))

"Training facilities were great and the hotel onsite is nice."
Anonymous. (18/12/2023 (Måndag) till 20/12/2023 (Onsdag))

"It's the best way to learn without any distraction. Training, eat, sleep, shower."
Anonymous. (13/12/2023 (Onsdag) till 15/12/2023 (Fredag))

"When learning with Firebrand, everything is taken care of for you. This allows you to pour everything into absorbing and understanding your course content amongst peers."
ML, Griggster Limited. (3/10/2023 (Tisdag) till 6/10/2023 (Fredag))

"Perfect instructor with much knowledge and the ability to bring it to the people. Thank you. The topic is huge but I would have expected a little bit more working together in the system."
Reinhard Decker, VAT Vakuumventile AG. (10/10/2023 (Tisdag) till 13/10/2023 (Fredag))

Kursdatum

Startar

Slutar

Tillgänglighet

Plats

Registrera

19/2/2024 (Måndag)

20/2/2024 (Tisdag)

Avslutad - Lämna feedback

-

 

24/6/2024 (Måndag)

25/6/2024 (Tisdag)

Väntelista

Rikstäckande

 

5/8/2024 (Måndag)

6/8/2024 (Tisdag)

Begränsat antal platser

Rikstäckande

 

16/9/2024 (Måndag)

17/9/2024 (Tisdag)

Platser tillgängliga

Rikstäckande

 

28/10/2024 (Måndag)

29/10/2024 (Tisdag)

Platser tillgängliga

Rikstäckande

 

9/12/2024 (Måndag)

10/12/2024 (Tisdag)

Platser tillgängliga

Rikstäckande

 

Senaste recensioner från våra studenter