This AZ-040 training provides students with the fundamental knowledge and skills to use PowerShell for administering and automating administration of Windows servers. This course provides students the skills to identify and build the command they require to perform a specific task. In addition, students learn how to build scripts to accomplish advanced tasks such as automating repetitive tasks and generating reports. This course provides prerequisite skills supporting a broad range of Microsoft products, including Windows Server, Windows Client, Microsoft Azure, and Microsoft 365. In keeping with that goal, this course will not focus on any one of those products, although Windows Server, which is the common platform for all of those products, will serve as the example for the techniques this course teaches.
Describe the functionality of Windows PowerShell and use it to run and find basic commands.
Identify and run cmdlets for local system administration.
Work with the Windows PowerShell pipeline.
Individueel Begeleid Leren, is een leermethode waarbij je in ons leercentrum onder begeleiding van een zeer ervaren trainer de training doorloopt, in je eigen tempo, met de onderwerpen die aansluiten op jouw behoefte.
Individueel Begeleid Leren Online - OPTIONEEL
We bieden ook een online variant aan van deze leervorm. Zo behaal je toch je leerdoelen, ook als je thuiswerkt of niet wil reizen. Samen met jouw trainingscoach stel je een lesplan op met daarin meerdere contactmomenten per dag waarbij je middels online videoverbinding één op één begeleiding krijgt. Tussen deze momenten door werk je aan praktijkopdrachten ondersteund door theorie. Geef op het inschrijfformulier aan indien je graag gebruik maakt van deze mogelijkheid.
Efficiënt trainen: leer wat je écht nodig hebt
Omdat iedereen een verschillend kennisniveau en achtergrond heeft is het niet effectief om iedereen op hetzelfde niveau en in hetzelfde tempo te laten trainen. Door middel van een intake wordt het kennisniveau bepaald en in samenspraak met de trainer een individueel opleidingsplan samengesteld. Zo leer je alleen wat je echt nodig hebt!
Trainen met de nieuwste online leermiddelen
Tijdens de training maak je gebruik van het online leerportaal. Dit geeft je de mogelijkheid om zelf te bepalen welke leermethode je voorkeur heeft; opdracht gestuurd leren of theoretisch leren. Kies je voor opdracht gestuurd leren, dan kun je praktische kennis opdoen in een volledig ingerichte online practicum omgeving onder begeleiding van onze trainer. De online omgeving blijft tot drie maanden na de training beschikbaar zodat je ná de training nog extra kunt oefenen. Theoretische kennis kun je opdoen door het volgen van online cursusmateriaal gecombineerd met de ondersteuning van de trainer die je ondersteunt bij complexe onderwerpen.
Flexibel trainen: Jij bepaalt de tijdsduur en tijdstip
Je hebt de mogelijkheid om zelf te bepalen wat de duurtijd van je training wordt. Je bepaalt (samen met ons) het aantal dagen. Je kunt deze dagen ook verspreiden over meerdere weken!
Moderne leeromgeving:
Wij vinden de leeromgeving net zo belangrijk. Daarom ben je op al onze locaties verzekerd van een rustige omgeving met de nieuwste apparatuur.
Het is ook mogelijk om de training virtueel te volgen. Dezelfde leerervaring als klassikaal waarbij je de trainer en medecuristen ziet en hoort maar dan vanaf thuis. De planning en kosten blijven gelijk.
Een klassikale cursus van Ictivity Training geeft je de garantie dat je uitstekend wordt opgeleid in een moderne comfortabele leeromgeving door de meest deskundige trainers op hun vakgebied. In aaneengesloten dagen volg je de training op één van onze locaties. Tijdens de klassikale training heb je de beschikking over moderne apparatuur in een rustige leeromgeving. Trainingen bestaan uit een gedeelte theorie maar je krijgt ook veel oefeningen die de dagelijkse praktijk nabootsen.
Ictivity Training heeft in Nederland locaties in Utrecht (Vianen) en Eindhoven, tevens is het mogelijk om een locatie naar wens aan te vragen. Indien je niet wenst te reizen, kun je de training remote volgen via Virtual Classroom
This AZ-040 training is intended for IT Professionals who are already experienced in general Windows Server, Windows client, Azure, and Microsoft 365 administration, and who want to learn more about using Windows PowerShell for administration. No prior experience with any version of PowerShell or any scripting language is assumed. This course is also suitable for IT Professionals already experienced in server administration, including Microsoft Exchange Server, Microsoft SharePoint Server, and Microsoft SQL Server.
Experience with Windows networking technologies and implementation.
Experience with Windows Server administration, maintenance, and troubleshooting.
Module 1: Getting started with Windows PowerShellThis module will introduce you to Windows PowerShell and provide an overview of the product’s functionality. The module explains how to open and configure Windows PowerShell. It also explains how to run commands and use the built-in Help system in Windows PowerShell.Lessons
Lab : Configuring Windows PowerShell, and finding and running commands
After completing this module, students will be able to:
Module 2: Windows PowerShell for local systems administrationThis module introduces you to the different types of cmdlets commonly used for system 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 these cmdlets. This module also explains how to manage Windows 10 by using PowerShell..Lessons
Lab : Performing local system administration with PowerShell
After completing this module, students will be able to:
Module 3: Working with the Windows PowerShell pipelineThis module introduces the pipeline feature of Windows PowerShell. The pipeline feature is included in several command-line shells such as the command prompt in the Windows operating system. However, the pipeline feature in Windows PowerShell provides more complex, flexible, and capable functionalities compared to other shells. This module provides you with the skills and knowledge that will help you use Windows PowerShell more effectively and efficiently.Lessons
Lab : Using PowerShell pipeline
After completing this module, students will be able to:
Module 4: Using PSProviders and PSDrivesThis module introduces the PSProviders and PSDrives adapters. A PSProvider is basically a Windows PowerShell adapter makes some form of storage resemble a hard drive. A PSDrive is an actual connection to a form of storage. You can use these two technologies to work with various forms of storage by using the same commands and techniques that you use to manage the file system.Lessons
Lab : Using PSProviders and PSDrives with PowerShell
After completing this module, students will be able to:
Module 5: Querying management information by using CIM and WMIThis 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
Lab : Querying information by using WMI and CIM
After completing this module, students will be able to:
Module 6: Working with variables, arrays, and hash tablesVariables are an essential component of scripts. You can use variables to accomplish complex tasks that you can’t complete by using a single command. This module explains how to work with variables, arrays, and hash tables as steps in learning how to create Windows PowerShell scripts.Lessons
Lab : Using variables, arrays, and hash tables in PowerShell
After completing this module, students will be able to:
Module 7: Windows PowerShell scriptingThis module explains 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
Lab : Using scripts with PowerShell
After completing this module, students will be able to:
Module 8: Administering remote computers with Windows PowerShellThis 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
Lab : Performing remote administration with PowerShell
After completing this module, students will be able to:
Module 9: Managing Azure resources with PowerShellThis module provides information about installing the necessary modules for cloud services management. It explains how to use PowerShell commands to perform some simple administrative tasks on cloud resources such as Azure virtual machines (VMs), Azure storage accounts, and Azure subscriptions. This module also describes how to use the Azure Cloud Shell environment to perform PowerShell-based or Bash-based administration directly from the Azure portal.Lessons
Lab : Azure resource management with PowerShell
After completing this module, students will be able to:
Module 10: Managing Microsoft 365 services with PowerShellThis module describes how to use PowerShell to manage Microsoft 365 user accounts, licenses, and groups, Exchange Online, SharePoint Online, and Microsoft Teams.Lessons
Lab : Managing Microsoft 365 with PowerShell
After completing this module, students will be able to:
Module 11: Using background jobs and scheduled jobsThis module describes how to use background jobs and scheduled jobs. It also explains how to create scheduled jobs and retrieve job results.Lessons
Lab : Jobs management with PowerShell
After completing this module, students will be able to:
Je kunt hier het examen boeken voor deze training: AZ-040
Code: | AZ-040 |
Leervorm: | |
Dagen: | 5 |
€
2295
|
Per persoon
excl. BTW |
Naar inschrijfpagina
|
|
Startdatum: |
02 dec 2024 |
Locatie: |
Eindhoven
Online |
Startdatum: |
13 jan 2025 |
Locatie: |
Eindhoven
|
Startdatum: |
17 feb 2025 |
Locatie: |
Eindhoven
Online |
Startdatum: |
17 mrt 2025 |
Locatie: |
Eindhoven
Online |
Startdatum: |
14 apr 2025 |
Locatie: |
Eindhoven
|
Startdatum: |
12 mei 2025 |
Locatie: |
Eindhoven
Online |
Startdatum: |
16 jun 2025 |
Locatie: |
Eindhoven
|
Startdatum: |
21 jul 2025 |
Locatie: |
Eindhoven
|
Code: | AZ-040 |
Leervorm: | Klassikaal |
Dagen: | 5 |
€
2395
|
Per persoon
excl. BTW |
Naar inschrijfpagina |
|