Microsoft - Microsoft Powershell Schulung

Dauer

Dauer:

Nur 3 Tage

Methode

Methode:

Klassenraum / Online / Hybrid

nächster Termin

nächster Termin:

24.6.2024 (Montag)

Überblick

In dieser intensiven dreitägigen Automating Administration with Windows PowerShell Schulung erlangen Sie die Fähigkeiten und die Kenntnisse zur Automatisierung der Administration von Windows Server, Windows Client und SQL Server mit Windows PowerShell.

Sie lernen mithilfe unserer einzigartigen Lecture | Lab | Review Methode, die Ihnen hilft, neue Kenntnisse schneller zu erlangen und zu behalten. Der Kurs ist daher 40% kürzer als herkömmliche Trainings.

Ein erfahrener Microsoft Certified Trainer leitet den PowerShell Kurs. Sie entwickeln die Praxisfähigkeiten, Skripte zu erstellen, um komplexe Aufgaben zu automatisieren - beispielsweise die Automatisierung wiederkehrender Aufgaben und Erstellung von Reports.

Sie erhalten praxisnahe Fähigkeiten und Kenntnisse, einschließlich:

  • Beschreibung der Funktionalität von Windows PowerShell und die Verwendung von grundlegenden Befehlen
  • Identifizierung und Ausführung von Cmdlets für die Serveradministration
  • Arbeiten mit der Windows PowerShell Pipeline
  • Verwendung von PSProviders und PSDrives für die Nutzung anderer Arten der Speicherung
  • Abfrage der Systeminformationen mit WMI und CIM
  • Verwendung von Variablen, Arrays und Hashtabellen
  • Schreiben von einfachen Skripten in Windows PowerShell
  • Schreiben von fortgeschrittenen Skripten in Windows PowerShell
  • Verwaltung von Remotecomputern
  • Verwendung von Hintergrundaufträgen und geplanten Aufträgen
  • Verwendung von fortgeschrittenen Windows PowerShell Techniken

Die erlernten Kenntnisse sind für die Unterstützung einer Reihe von Microsoft Produkten wie Windows Server, Windows Client und Microsoft SQL Server essentiell.

Als offizieller Microsoft Learning Partner bieten wir Ihnen sowohl die aktuellen Microsoft Schulungsmaterialien als auch rund um die Uhr Zugang zu den Schulungsräumen, sodass Sie jederzeit Ihre Fähigkeiten testen können.

Wenn Sie ein IT Professional mit Berufserfahrung in der allgemeinen Windows Server und Windows Client Administration sind und nach einer PowerShell Schulung suchen, um mehr über die Nutzung von PowerShell zur Administration zu lernen, dann ist der Kurs ideal für Sie.

Vorteile

In einem Firebrand Intensiv-Training profitieren Sie von folgenden Vorteilen:

  • Zwei Optionen - Präsenz- oder Onlinetraining
  • Ablenkungsfreie Lernumgebung
  • Eigene Trainings- und Prüfungszentren (Pearson VUE Select Partner)
  • Effektives Training mit praktischen Übungseinheiten und intensiver Betreuung durch unsere Trainer
  • Umfassendes Leistungspaket mit allem, was Sie benötigen, um Ihre Zertifizierung zu erhalten, inklusive unserer Firebrand Leistungsgarantie.

Lehrplan

In unserer Windows PowerShell Schulung behandeln Sie folgende Inhalte:

MOC 10961C: Automating Administration With Windows PowerShell

Module 1: Getting started with Windows PowerShell

This module will introduce you to Windows PowerShell and provide an overview of the product's functionality. The module shows you how to open and configure the shell for use and how to run commands within the shell. The module also introduces the built-in Help system in Windows PowerShell.

Lessons

  • Overview and background of Windows PowerShell
  • Understanding command syntax
  • Finding commands

Lab : Configuring Windows PowerShell

  • Configuring the Windows PowerShell console
  • Configuring the Windows PowerShell ISE application

Lab : Finding and running basic commands

  • Finding commands
  • Running commands
  • Using the About files

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

  • Open and configure Windows PowerShell.
  • Find and run Windows PowerShell commands.
  • Run commands by using the correct command and parameter syntax.

Module 2: Cmdlets for administration

This module introduces you to the cmdlets commonly used for administration. While you can search for cmdlets each time you need to accomplish a task, it is more efficient to have at least a basic understanding of the cmdlets available for system administration.

Lessons

  • Active Directory administration cmdlets
  • Network configuration cmdlets
  • Other server administration cmdlets

Lab : Windows Administration

  • Creating and managing Active Directory objects
  • Configuring network settings on Windows Server
  • Creating a web site

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

  • Identify and use cmdlets for Active Directory administration.
  • Identify and use cmdlets for network configuration.
  • Identify and use cmdlets for other server administration tasks.

Module 3: Working with the Windows PowerShell pipeline

This module introduces the pipeline feature of Windows PowerShell. Although the pipeline feature is included in several command-line shells such as the command prompt in the Windows operating system, the pipeline feature in Windows PowerShell provides more complex, more flexible, and more capable functionalities compared to other shells. This module provides you with the skills and knowledge that will help you use the shell more effectively and efficiently.

Lessons

  • Understanding the pipeline
  • Selecting, sorting, and measuring objects
  • Filtering objects out of the pipeline
  • Enumerating objects in the pipeline
  • Sending pipeline data as output

Lab : Using the pipeline

  • Selecting, sorting, and displaying data

Lab : Filtering objects

  • Filtering objects

Lab : Enumerating objects

  • Enumerating objects

Lab : Sending output to a file

  • Exporting user information to a file

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

  • Describe the purpose of the Windows PowerShell pipeline.
  • Select, sort, and measure objects in the pipeline.
  • Filter objects out of the pipeline.
  • Enumerate objects in the pipeline.
  • Send output consisting of pipeline data.

Module 4: Understanding how the pipeline works

This module shows you how Windows PowerShell passes objects from one command to another in the pipeline. The shell provides two techniques that you can use. Knowing how these techniques work, and which one will be used in a given scenario, lets you construct more useful and complex command lines.

Lessons

  • Passing the pipeline data
  • Advanced considerations for pipeline data

Lab : Working with pipeline parameter binding

  • Predicting pipeline behaviour

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

  • Pass data by using the ByValue technique.
  • Describe the advanced techniques for passing pipeline data.

Module 5: Using PSProviders and PSDrives

This module introduces the PSProviders and PSDrives adapters. A PSProvider is basically a Windows PowerShell adapter that makes some form of storage resemble a disk drive. A PSDrive is an actual connection to a form of storage. You can use these two adapters to work with various forms of storage by using the same commands and techniques that you use to manage the file system.

Lessons

  • Using PSProviders
  • Using PSDrives

Lab : Using PSProviders and PSDrives

  • Creating files and folders on a remote computer
  • Creating a registry key for your future scripts
  • Create a new Active Directory group

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

  • Use PSProviders.
  • Use PSDrives.

Module 6: Querying system information by using WMI and CIM

This module introduces you to two parallel technologies: Windows Management Instrumentation (WMI) and Common Information Model (CIM). Both these technologies provide local and remote access to a repository of management information including access to robust information available from the operating system, computer hardware, and installed software.

Lessons

  • Understanding WMI and CIM
  • Querying data by using WMI and CIM
  • Making changes with WMI/CIM

Lab : Working with WMI and CIM

  • Querying information by using WMI
  • Querying information by using CIM
  • Invoking methods

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

  • Explain the differences between Common Information Model (CIM) and Windows Management Instrumentation (WMI).
  • Query management information by using CIM and WMI.
  • Invoke methods by using CIM and WMI.

Module 7: Working with variables, arrays, and hash tables

This module provides you the skills and knowledge required to use variables, arrays, and hash tables in Windows PowerShell.

Lessons

  • Using variables.
  • Manipulating variables.
  • Manipulating arrays and hash tables.

Lab : Working with variables

  • Working with variable types
  • Using arrays
  • Using hash tables

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

  • Assign a value to variables.
  • Describe how to manipulate variables.
  • Describe how to manipulate arrays and hash tables.

Module 8: Basic scripting

This module shows you how to package a Windows PowerShell command in a script. Scripts allow you to perform repetitive tasks and more complex tasks than cannot be accomplished in a single command.

Lessons

  • Introduction to scripting
  • Scripting constructs
  • Importing data from files

Lab : Basic scripting

  • Setting a script
  • Processing an array with a ForEach loop
  • Processing items by using If statements
  • Creating a random password
  • Creating users based on a CSV file

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

  • Run a Windows PowerShell script.
  • Use Windows PowerShell scripting constructs.
  • Import data from a file.

Module 9: Advanced scripting

This module introduces you to more advanced techniques that you can use in scripts. These techniques includes gathering user input, reading input from files, documenting scripts with help information and error handling.

Lessons

  • Accepting user input
  • Overview of script documentation
  • Troubleshooting and error handling
  • Functions and modules

Lab : Accepting data from users

  • Querying disk information from remote computers
  • Updating the script to use alternate credentials
  • Documenting a script

Lab : Implementing functions and modules

  • Creating a logging function
  • Adding error handling to a script
  • Converting a function to a module

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

  • Accept user input for a script.
  • Explain script documentation.
  • Implement error handling for a script.
  • Explain functions and modules.

Module 10: Administering Remote Computers

This module introduces you to the Windows PowerShell remoting technology that enables you to connect to one or more remote computers and instruct them to run commands on your behalf.

Lessons

  • Using basic Windows PowerShell remoting
  • Using advanced Windows PowerShell remoting techniques
  • Using PSSessions

Lab : Using basic remoting

  • Enabling remoting on the local computer
  • Performing one-to-one remoting
  • Performing one-to-many remoting

Lab : Using PSSessions

  • Using implicit remoting
  • Managing multiple computers

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

  • Describe remoting architecture and security.
  • Use advanced remoting techniques.
  • Create and manage persistent remoting sessions.

Module 11: Using background jobs and scheduled jobs

This module provides information about the job features of Windows PowerShell. Jobs are an extension point in Windows PowerShell, and there are many different kinds of jobs. Each kind of job can work slightly differently, and has different capabilities.

Lessons

  • Using background jobs
  • Using scheduled jobs

Lab : Using background jobs and scheduled jobs

  • Starting and managing jobs
  • Creating a scheduled job

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

  • Create and manage background jobs.
  • Create and manage scheduled jobs.

Module 12: Using advanced Windows PowerShell techniques

This module covers several advanced Windows PowerShell techniques and features. Many of these techniques and features extend functionality that you have learned about in previous modules. Some of these techniques are new and provide additional capabilities.

Lessons

  • Creating profile scripts
  • Using advanced techniques

Lab : Practicing advanced techniques

  • Creating a profile script
  • Verifying the validity of an IP address
  • Reporting disk information
  • Configuring NTFS permissions
  • Creating user accounts with passwords from a CSV file

Lab : Practicing script development (in development)

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

  • Create and manage profile scripts.
  • Use advanced techniques to work with data.

Leistungspaket

Im Kurspaket enthalten:

MOC 10961C: Automating Administration With Windows PowerShell

Unser Kurspaket umfasst:

  • Umfassende Schulungsmaterialien
  • Praxiserfahrene Trainer, die das bewährte Lecture | Lab | ReviewTM-Konzept anwenden
  • Moderne Trainingseinrichtungen
  • 24 Stunden Zugang zur IT-Lernumgebung
  • Prüfungsgebühren*
  • Prüfungen werden während des Kurses abgelegt**
  • Bei Präsenzkursen: Unterkunft, Frühstück, Mittagessen, Abendessen, Snacks und Getränke
  • Firebrand Leistungsgarantie gemäß unseren AGB***
  • * Ausnahme: Prüfungsgutscheine sind bei folgenden Kursen nicht einbegriffen: Kurse von CREST, BSI Grundschutz Berater und GIAC. Bei diesen Kursen muss die Prüfungsgebühr direkt an den entsprechenden Partner entrichtet werden.
  • ** Ausnahme: Die Prüfungen der COBIT, Cybersecurity Audit, CCAK, IT Risk Fundamentals, IT Audit Fundamentals, CSX-P, ITCA, CET, GIAC, CCSK, CREST Kurse , MSP , BSI Grundschutz Berater sowie EC-Council CPENT werden nicht während des Kurses abgelegt.
  • *** Wenn ein Kursteilnehmer die Prüfung nicht erfolgreich bestehen sollte, kann der Trainingskurs innerhalb eines Jahres wiederholt werden. Dabei fallen nur die Kosten für die Unterkunft und Verpflegung sowie ggf. die Prüfungsgebühren an. Ausnahme: Bei Kursen von Cisco und VMware entstehen außerdem zusätzliche Kosten für die Nutzung der (digitalen) Kursunterlagen und der Lab-/Übungsumgebung.

Voraussetzungen

Sie sollten über folgende Praxiskenntnisse verfügen:

  • Windows Networking Technologien und Implementierung
  • Windows Server und Client Administration, Wartung und Fehlerbehebung

Die vorausgesetzten Fähigkeiten erfüllen Sie zum Beispiel, wenn Sie als Windows Systemadministrator arbeiten oder gearbeitet haben.

Sind Sie sich unsicher, ob Sie die Voraussetzungen erfüllen? Wir besprechen gerne mit Ihnen Ihren technischen Hintergrund, Erfahrung und Qualifikation, um herauszufinden, ob dieser Intensivkurs der richtige für Sie ist.

Erfahrungsberichte

Bereits 134561 Kursteilnehmer haben seit 2001 erfolgreich einen Firebrand-Kurs absolviert. Unsere aktuellen Kundenbefragungen ergeben: Bei 96.41% unserer Teilnehmer wurde die Erwartungshaltung durch Firebrand übertroffen!


"Sehr intensives Training mit viel Praxis. Unser Trainer war sehr gut und konnte alle Themen interessant und mit Beispielen vermitteln."
F.M.. (11.12.2023 (Montag) bis 14.12.2023 (Donnerstag))

"Sehr Kompetenter, freundlicher und menschlicher Instructor. Viel Wissen in wenig Zeit vermittelt."
n.n.. (30.10.2023 (Montag) bis 2.11.2023 (Donnerstag))

"Meine Erfahrung mit Firebrand war durchweg positiv. Von der Anmeldung bis zur Durchführung des Kurses war alles reibungslos und professionell. Die Kursmaterialien waren gut organisiert und aktuell, was das Lernen erleichtert hat."
n.n.. (30.10.2023 (Montag) bis 2.11.2023 (Donnerstag))

"Der Tutor hatte sich nicht nur auf die Theorie bezogen, er gab auch viele praktische Beispiele. Dazu war er jeder Zeit sehr kompetent bei Fragen und nahm sich die Zeit die Themen gut zu vertiefen. Sehr zufrieden."
A. F. K. . (30.10.2023 (Montag) bis 2.11.2023 (Donnerstag))

"Organisation, Staff und vor allem der Trainer war super. Immer wieder gerne würde ich ein oder andere Kurse bei Firebrand besuchen. Einfach Top!!"
R.R.. (18.9.2023 (Montag) bis 24.9.2023 (Sonntag))

Kurstermine

Start

Ende

Verfügbarkeit

Standort

Anmelden

19.2.2024 (Montag)

21.2.2024 (Mittwoch)

Kurs gelaufen - Hinterlasse Kommentar

-

 

24.6.2024 (Montag)

26.6.2024 (Mittwoch)

Warteliste

Überregional

 

5.8.2024 (Montag)

7.8.2024 (Mittwoch)

Einige Plätze frei

Überregional

 

16.9.2024 (Montag)

18.9.2024 (Mittwoch)

Einige Plätze frei

Überregional

 

28.10.2024 (Montag)

30.10.2024 (Mittwoch)

Einige Plätze frei

Überregional

 

9.12.2024 (Montag)

11.12.2024 (Mittwoch)

Einige Plätze frei

Überregional

 

Neueste Rezensionen von unseren Kursteilnehmern