PowerShell 5.0 and Desired State Configuration

ONZE LESMETHODE: ACTIVE LEARNING

Bij Active Learning word je gecoacht bij het ontwikkelen van vaardigheden die voor jou persoonlijk cruciaal zijn. De methode sluit goed aan bij hoe mensen leren, en houdt rekening met wat jij al weet en kunt. Als je erover nadenkt, is het zo logisch als wat. Lees hier alles over Active Learning

OMSCHRIJVING TRAINING POWERSHELL 5.0 AND DESIRED STATE CONFIGURATION

Deze training is erop gericht om je aan de slag te helpen met Desired State Configuration (DSC). DSC is op PowerShell gebaseerd, geïntroduceerd in versie 4 en flink uitgebreid en verbeterd in versie 5. DSC gaat hand in hand met de implementatie van DevOps, de revolutionaire methodologie om development en operations teams bij elkaar te brengen. Nu kun je zelf je gewenste omgeving instellen en implementeren met DSC!

Bij afronding van de training kun je het volgende:

  • Desired State Configuration begrijpen
  • Begrijpen dat Powershell zowel imperatief als declaratief kan werken
  • DSC requirements begrijpen
  • Features van PowerShell 4 en 5 begrijpen
  • Het Help system begrijpen en kunnen uitvoeren
  • Management models begrijpen
  • MOF file creation workflows begrijpen
  • Data configuration methodologie begrijpen
  • Functies en cmdlets voor DSC begrijpen
  • De basics van een DSC Pull Server begrijpen
  • Intellisense parameters werkend krijgen
  • Resources gebruiken
  • De Configuration keyword begrijpen en gebruiken
  • Node filtering begrijpen
  • DSC File Resource, DSC Archive Resource, DSC Environment Resource, DSC Group Resource DSC Log Resource, DSC Log resource, DSC Registry Resource, DSC Script Resource, DSC Service Resource en DSC User Resource begrijpen en gebruiken
  • Parameters begrijpen en gebruiken
  • Push en Pull modes begrijpen
  • De LCM begrijpen en gebruiken
  • Configurations en resources voor distribution begrijpen
  • Configuration drift begrijpen
  • De debugging functies begrijpen en gebruiken
  • De pipeline, loops, scripting en functies begrijpen en gebruiken

Voorkennis

Studenten moeten de basis van PowerShell begrijpen. Dit kan door één van de beschikbare cursussen in Powershell gevolgd te hebben, maar de kennis mag ook op een andere manier verkregen zijn.

VOOR WIE IS DE TRAINING POWERSHELL 5.0 AND DESIRED STATE CONFIGURATION GESCHIKT?

Werken met DSC wordt beschouwd als een vaardigheid die alle operations teams moeten beheersen. Maar ook alle developers moeten bekend zijn met de technologie om DSC resources te kunnen gebruiken bij het deployen van hun software.

ONDERDELEN VAN DE TRAINING POWERSHELL 5.0 AND DESIRED STATE CONFIGURATION?

Module 1: Course Overview

This module explains how the class will be structured and introduces course materials and additional administrative information.

Lessons

  • Introduction
  • Course Materials
  • Facilities
  • Prerequisites
  • What We’ll Be Discussing

Lab 1: Course Overview

  • None

After completing this module, students will be able to:

  • Successfully log into their virtual machine.
  • Have a full understanding of what the course intends to cover.

Module 2: PowerShell 5.0 Desired State Configuration Introduction

In this module, we explain Desired State Configuration (DSC), the concepts needed to understand the basics of how it works and discuss the features added in the two latest versions.

Lessons

  • Understanding Desired State Configuration
  • Understanding DSC Metaphor
  • PowerShell is Imperative, or Declarative, or Both?
  • Exploring DSC from 30,000 Feet!
  • Examining Why to Put Effort into DSC (Or Inspire Me Dude)?
  • Understanding DSC Requirements
  • Examining PowerShell Version 4: DSC Features Added
  • Exploring PowerShell Version 5: DSC Improvements

Lab 1: PowerShell 5.0 Desired State Configuration Introduction

  • None

After completing this module, students will be able to:

  • Understand Desired State Configuration.
  • Understand that PowerShell handles both imperative and declarative language.
  • Understand DSC requirements.
  • Understand features added to version 4 of PowerShell.
  • Understand features added to version 5 of PowerShell.

Module 3: DSC Architecture

DSC utilizes DSC resources to determine whether or not the current state of the node matches the expected state, and those resources know how to change the current state to the expected state. Before we start to write configuration files and utilize resources, we are going to explore the two models of management, review MOF file creation workflows, and look at different methods of configuring data.

Lessons

  • Taking a Preliminary Look
  • Updating the Help System
  • Exploring Management Models
  • Reviewing the MOF File Creation Workflow
  • Examining Methodologies of Configuration Data
  • Exploring Functions and Cmdlets Available for DSC with WMF 5.0
  • Understanding DSC Pull Server

Lab 1: DSC Architecture

  • Let’s Allow PowerShell to Help Us!
  • Create A Sample Configuration File and Compile it into an MOF
  • Simple Deployment of MOF File to Change LCM Settings

After completing this module, students will be able to:

  • Understand and execute updating the Help System.
  • Understand management models.
  • Understand and utilize MOF file creation workflow.
  • Understand methodologies of configuration data.
  • Understand functions and cmdlets available for DSC with WMF 5.0.
  • Understand the basics of a DSC Pull Server.

Module 4: DSC Configuration Files

In this module, we will examine the process to create configuration files and utilize them.

Lessons

  • Preparing the Environment
  • Defining a DSC Configuration Script
  • Configuration Keyword

Lab 1: DSC Configuration Files

  • Getting IntelliSense for the Parameters Working
  • Using Resources
  • Examine Node Filtering
  • Expand Filtering in Your Configuration File

After completing this module, students will be able to:

  • Understand how to get the parameters working for IntelliSense.
  • Understand how to define a DSC configuration script.
  • Understand how to utilize resources.
  • Understand and utilize the Configuration keyword.
  • Understand node filtering.

Module 5: DSC Resources

In this module, we will discuss and utilize DSC Resources.

Lessons

  • Examining File Resource
  • Exploring Archive Resource
  • Examining Environment Resource
  • Exploring Group Resource
  • Examining Log Resource
  • Understanding Package Resource
  • Examining Registry Resource
  • Exploring Script Resource
  • Examining Service Resource
  • Exploring User Resource
  • Examining WindowsFeature Resource
  • Understanding PsDscRunAsCredential

Lab 1: DSC Resources

  • Utilize the DSC File Resource
  • Utilize the DSC Archive Resource
  • Utilize the DSC Environment Resource
  • Utilize the DSC Group Resource
  • Enable the Analytic Log
  • Utilize the DSC Log Resource
  • Utilize the DSC Registry Resource
  • Utilize the DSC Script Resource
  • Utilize the DSC Service Resource
  • Utilize the DSC User Resource
  • Utilize the DSC WindowsFeature Resource

After completing this module, students will be able to:

  • Understand and utilize the DSC File Resource.
  • Understand and utilize the DSC Archive Resource.
  • Understand and utilize the DSC Environment Resource.
  • Understand and utilize the DSC Group Resource.
  • Understand and enable the Analytic Log.
  • Understand and utilize the DSC Log Resource.
  • Understand and utilize the DSC Registry Resource.
  • Understand and utilize the DSC Script Resource.
  • Understand and utilize the DSC Service Resource.
  • Understand and utilize the DSC User Resource.
  • Understand and utilize the DSC WindowsFeature Resource.

Module 6: DSC Pull and Push Servers

In this module, we will discuss parameters, examine both push and pull models, and explore configurations and debugging.

Lessons

  • Discussing Parameters
  • Examining a Push Mode Example
  • Exploring the Pull Mode
  • Reviewing the Local Configuration Manager (LCM)
  • Placing Configurations and Resources for Distribution by the Pull Server
  • Discussing Configuration Drift
  • Debugging DSC in Version 5

Lab 1: DSC Pull and Push Servers

  • Create a Pull Server
  • Set Up the LCM
  • Distribute an MOF Via the Pull Server
  • DSC Fixes Things!
  • Test the Debug Feature

After completing this module, students will be able to:

  • Understand and utilize parameters.
  • Understand both Push and Pull modes.
  • Understand and utilize the LCM.
  • Understand placing configurations and resources for distribution.
  • Understand configuration drift.
  • Understand and utilize the debugging feature.

Module 7: Appendix: 752552 PowerShell 5.0 Basics

This appendix is a subset of BlueBuffaloPress course 752552 with all of the labs removed. It is intended as a basic tutorial, or refresher for students attending the course it is attached to. You will find this appendix in many of our PowerShell courses.

Lessons

  • Introduction to PowerShell
  • Utilizing PowerShell
  • The Pipeline
  • Processing Data with Loops
  • Scripting and Functions

Lab 1: Appendix: 752552 PowerShell 5.0 Basics

  • None

After completing this module, students will be able to:

  • Understand how to utilize PowerShell.
  • Understand and utilize the pipeline.
  • Understand and utilize loops.
  • Understand and utilize scripting.
  • Understand and utilize functions.
in samenwerking met

PRAKTISCHE INFORMATIE

MAESTRO PRIJS

€ 1.050,-

PARTNER PRIJS

€ 1.000,-

CURSUS

Active Learning

AANTAL DAGEN

2 dagen

TIJD

inclusief studiemateriaal, certificaat, koffie/thee en een uitgebreide lunch.

Datum optie 1 31 December 2023 Locatie: Drachten (kies zelf 2 dagen) Datum optie 2 31 December 2023 Locatie: Capelle a/d IJssel (kies zelf 2 dagen) Datum optie 3 31 December 2023 Locatie: Eindhoven (kies zelf 2 dagen) Datum optie 4 31 December 2023 Locatie: Vianen (kies zelf 2 dagen) Datum optie 5 31 December 2023 Locatie: Virtueel (kies zelf 2 dagen)

DIRECT AANMELDEN

Aanmelden voor PowerShell 5.0 and Desired State Configuration

VOORWAARDEN

  • Partners van de Maestro Academy: Specialisten aangesloten bij Het Finance Gilde, DataConnected of HeadFirst(Premium overeenkomst);
  • De betaling dient vóór aanvang van de eerste trainingsdag volledig te zijn voldaan;

Alle bovengenoemde prijzen zijn exclusief BTW;