PowerShell voor Microsoft Server beheerders


Steeds meer Microsoft producten kunnen door middel van de PowerShell worden beheerd. Dit gelt ook voor Microsoft Server Active Directory. Zaken die u in de grafische Userinterface niet voor elkaar kunt krijgen, zijn wel mogelijk in de PowerShell. PowerShell biedt bovendien de mogeiljkheid om repeterende taken in een scrip top te slaan om daarna steeds weer opnieuw te worden gebruikt. Bulkwerkzaamheden kunnen in een handeling worden uitgevoerd.
Daarnaast kan de PowerShell gebruikt worden voor de rapportage van uw systemen. Door de uitgekiende balans tussen theorie en practium kan de deelnemers zijn verkregen vaardigheden direct in de praktijk toepassen. Niet wat je zoekt? Klik dan hier voor ons volledige PowerShell training overzicht.

Meer informatie

Opdrachtgestuurd leren met persoonlijke begeleiding door onze ervaren trainers

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 leermiddelenibl1
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.

Liever een andere leervorm? Klik rechtsboven onder "Kies een leervorm"

Klassikale training

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 deKlaslokaal 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

 

Maatwerk en In-company training

Deze leervorm begint met een intakegesprek tussen een Learning Consultant van Ictivity Training en de opdrachtgever. Hierbij inventariseren we de beginsituatie, de doelstelling, de praktijksituatie en het verwachtingspatroon van de deelnemer(s). Met de gegevens maken wij het trainingsprogramma op maat.

Voordelen:

  • De inhoud van de training wordt volledig afgestemd op jouw specifieke kennisbehoefte.
  • De tijdsduur van de training wordt aangepast aan jouw specifieke behoefte.
  • Jij bepaalt zelf de locatie van de training (incompany of op een van onze locaties).
  • De planning van de trainingen wordt afgestemd op jouw projectplanning.

Beheerders van Microsoft Server die hun kennis op het gebied van PowerShell verder willen uitbreiden.

  • Basis kennis van Microsoft Servers
  • Basis kennis van Active Directory

Module  1: Getting Started with Windows PowerShell

In this module students will learn a bit about PowerShell's purpose and history, and will learn the basics of using the shell, including the help system, command syntax, command discovery and more.

Lessons

  • Overview and Background
  • Finding and Running Commands

Lab : Configuring Windows PowerShell

  • Configure the console application
  • Configure the ISE Application

Lab : Finding and Running Basic Commands

  • Finding and Running Basic commands

After completing this module, students will be able to:

  • Understand Windows PowerShell basic concepts
  • Find and Run basic Windows PowerShell commands

Module  2: Working with the Pipeline

In this module students will learn to use PowerShell's pipeline, along with a number of new commands, to start retrieving, manipulating, and displaying data. An emphasis is placed on proper syntax and form.

Lessons

  • Working with the Pipeline
  • Exporting, Importing and Converting Data
  • Filtering Objects Out of the Pipeline
  • Enumerating Objects in the Pipeline

Lab : Working with the Pipeline

  • Retrieve data, manipulate objects and customise the final display

Lab : Exporting, Importing and Converting Data

  • Import, Export and convert data within Windows PowerShell

Lab : Filtering Objects Out of the Pipeline

  • Filter Objects Out of the Pipeline
  • Examine Several Commands and Predict Their Output

Lab : Enumerate Objects in the Pipeline

  • Enumerate Objects in the Pipeline and perform specific tasks>>>

After completing this module, students will be able to:

  • Work with the Pipeline
  • Export, Import and Convert data
  • Filter Objects out of the Pipeline
  • Enumerate Objects in the Pipeline

Module  3: Understanding How the Pipeline Works

In this module students will learn the underlying details of how commands are passed from one command to another in the pipeline. Having seen it in action, they'll now get to see some of the theory under the hood. The emphasis will be in the ByValue and ByPropertyName techniques, with demonstrations that illustrate effective uses of each. Students will also learn techniques that can be used in lieu of pipeline binding, for when such binding is unavailable or ineffective.

Lessons

  • Passing Data in the Pipeline ByValue
  • Passing Data in the Pipeline ByPropertyName

Lab : Working with Pipeline Parameter Binding

  • Examine Several Commands and Predict Whether or Not They Will Work as Written
  • Construct new Commands that Utilize Pipeline Parameter Binding

After completing this module, students will be able to:

  • Pass Data in the Pipeline ByValue
  • Pass Data in the Pipeline ByPropertyName

Module  4: Using PSProviders and PSDrive

sIn this module students will learn about PSProviders and PSDrives, and learn to use –Item* commands to manipulate items within a PSDrive.

Lessons

  • Understanding PSProviders and PSDrives
  • Using PSDrives

Lab : PSProviders and PSDrives

  • Using PSProviders and PSDrives

After completing this module, students will be able to:

  • Use PSProviders and PSDrives

Module  5: Formatting Output

In this module students will learn to manipulate command output to create customized on-screen, text file, and hardcopy results

Lessons

  • Using Basic Formatting
  • Using Advanced Formatting
  • Redirecting Formatted Output

Lab : Formatting Output

  • Use Formatting cmdlets to customize those cmdlets output

After completing this module, students will be able to:

  • Use Basic Formatting
  • Use Advanced Formatting
  • Redirect Formatted Output

Module  6: Using WMI and CIM

In this module students will learn to use Windows Management Instrumentation / Common Information Model (WMI/CIM) to retrieve, and in some cases, modify management information about local and remote computers.

Lessons

  • Understanding WMI/CIM
  • Querying Data with WMI/CIM
  • Making Changes with WMI/CIM

Lab : Working with WMI and CIM

  • Locate and Query WMI Classes to retrieve Management Information

After completing this module, students will be able to:

  • Understand WMI/CIM
  • Query Data with WMI/CIM
  • Make Changes with WMI/CIM

Module  7: Prepare for Scripting

In this module students will learn about pre-requisite features to writing PowerShell scripts, including variables and PowerShell's scripting security features.

Lessons

  • Using Variables
  • Scripting Security
  • Working with Alternate Credentials

Lab : Working with Security in PowerShell

  • Configure Execution Policy
  • Create and Use Alternate Credentials

After completing this module, students will be able to:

  • Use Variables
  • Script Security
  • Work with Alternate Credentials

Module  8: Moving From a Command to a Script to a Module

In this module students will learn to take a command that runs well in the console, and turn it into a reusable script. A number of important concepts, such as error handling, will be introduced – but not explored in extreme depth. Students will be taught enough to be "immediately effective" with these concepts, but not given an exhaustive education. The point is to get them started in an effective fashion using best practices, and to give them a basis for further independent exploration.

Lessons

  • Moving From Command to Script
  • Moving From Script to Function to Module
  • Implementing Basic Error Handling
  • Using Basic Scripting Constructs
  • Further Exploration in Scripting

Lab : Moving From Command to Script

  • Convert a Functioning command into a parameterized Script

Lab : Moving From Script to Function to Module

  • Encapsulate a Script into a Function, Turn the script into a Module and add debugging

Lab : Implementing Basic Error Handling

  • Add Basic Error Handling capabilities to a Script

Lab : Adding Logic to a Script

  • Add a function to a Script

After completing this module, students will be able to:

  • Move From Command to Script
  • Move From Script to Function to Module
  • Implement Basic Error Handling
  • Use Basic Scripting Constructs
  • Understand Advanced functions and Scripting Constructs

 

 

Klantbeoordelingen van Ictivity Training
full star
full star
full star
full star
half star
126 beoordelingen
full star
full star
full star
full star
full star
Eric
full star
full star
full star
full star
no star
Leerzame training met veel tips
full star
full star
full star
full star
no star
Carien gaf duidelijke uitleg en wilde zo veel mogelijk van haar kennis delen.

Kies een Leervorm:



Code: PowerShell-SRV
Leervorm:   
Dagen: 3
1395
Per persoon
excl. BTW
Naar inschrijfpagina
Startdatum:
22 apr 2024
Locatie:
Eindhoven
Online
Startdatum:
27 mei 2024
Locatie:
Eindhoven
Online
Startdatum:
24 jun 2024
Locatie:
Eindhoven
Online
Startdatum:
22 jul 2024
Locatie:
Eindhoven
Online
Startdatum:
19 aug 2024
Locatie:
Eindhoven
Online
Startdatum:
23 sep 2024
Locatie:
Eindhoven
Online
Startdatum:
21 okt 2024
Locatie:
Eindhoven
Online
Startdatum:
02 dec 2024
Locatie:
Eindhoven
Online

Andere locatie of datum

Code: PowerShell-SRV
Leervorm:    Klassikaal
Dagen: 3
1395
Per persoon
excl. BTW
Naar inschrijfpagina

Andere locatie of datum

Deze trainingen kunnen wij ook als maatwerk bij jou / ons op locatie.

Voordeelbundel

PowerShell voor Beheerders

@ICTIVITYTRAINING 2024

Wij gebruiken cookies om je gebruikerservaring te verbeteren.