Close
Contact Us info@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Contact Us 877-206-0106 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

Advanced Automated Administration With Windows PowerShell

Price
1.570 EUR
3 Days
MOC-10962-DE
Classroom Training, Online Training
Microsoft

AWS Training Pass

Take advantage of flexible training options with the AWS Training Pass and get Authorized AWS Training for a full year.

Learn More

Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 24% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.

Class Schedule

Delivery Formats

Sort results

Filter Classes

Guaranteed to Run

Modality

Location

Language

Date

  • Date: 8-May-2024 to 10-May-2024
    Time: 10AM - 5PM Central European Time
    Location: Virtual
    Language: German
    Delivered by: LearnQuest
    Price: 1.570 EUR
  • Date: 8-May-2024 to 10-May-2024
    Time: 9AM - 5PM Central European Time
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 1.570 EUR
View Global Schedule

Course Description

Overview

This course is intended for IT Professionals who are already experienced in general Windows Server and Windows Client administration. Students should have a foundational knowledge of Windows PowerShell, which they can obtain by taking course 10961C: Automating Administration with Windows PowerShell.



 

Objectives

This is a three-day course that will teach students how to automate administrative tasks using Windows PowerShell 5.1. Students will learn core scripting skills such as creating advanced functions, writing controller scripts, and handling script errors. Students will learn how to works with Windows PowerShell Workflow, the REST API and XML and JSON formatted data files, Students will also learn how to use new administration tools such Desired State Configuration (DSC) and Just Enough Administration (JEA) to configure and secure servers.



 

Audience

This course is intended for IT professionals who are experienced in general Windows Server and Windows Client administration. Students should have a foundational knowledge of Windows PowerShell, which they can obtain by taking course 10961C: Automating Administration with Windows PowerShell. 

In addition, this course provides scripting guidance for developers who support development environments and deployment processes.



 

Prerequisites

    In addition to their professional experience, students who attend this training should already have the following technical knowledge:

    • Experience with Windows networking technologies and implementation.
    • Experience with Windows Server administration, maintenance, and troubleshooting.
    • Experience with Windows Client administration, maintenance, and troubleshooting.
    • Experience with using Windows PowerShell to run commands and to create basic non-modularized scripts.


    Students who attend this training can meet the prerequisites by obtaining equivalent knowledge and skills through practical experience as a Windows System Administrator. Course 10961: Automating Administration with Windows PowerShell is strongly recommended to obtain prerequisite skills in Windows PowerShell.


     

Topics

Course OutlineModule 1: Creating advanced functionsThis module explains how to parameterize 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
  • Converting a command into an advanced function
Lab : Creating a script module
  • Creating a script module
Lab : Defining parameter attributes and input validation
  • Defining parameter attributes and input validation
Lab : Writing functions that accept pipeline input
  • Writing functions that accept pipeline input
Lab : Producing complex pipeline output
  • Producing complex pipeline output
Lab : Documenting functions by using comment-based help
  • Documenting functions by using comment-based help
Lab : Supporting - WhatIf and -Confirm
  • Supporting - WhatIf and -Confirm

After completing this module, students will 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 PowerShellThis 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 Microsoft .NET Framework in Windows PowerShell
Lab : Using REST API in Windows PowerShell
  • Using REST API in Windows PowerShell

After completing this module, students will be able to:

  • Use Microsoft .NET Framework in Windows PowerShell.
  • Use REST API in Windows PowerShell.


Module 3: Writing controller scriptsThis 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
  • Writing controller scripts that display a user interface
  • Writing controller scripts that implement a text-based menu
Lab : Writing controller scripts that produce HTML reports
  • Writing functions to be used in the controller script
  • Writing a controller script that produces HTML reports

After completing this module, students will be able to:

  • Describe controller scripts.
  • Write controller scripts that display a user interface.
  • Write controller scripts that produce reports.
Module 4: Handling script errorsThis 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
  • Handling errors in a script

After completing this module, students will be able to:

  • Describe error handling.
  • Handle errors and timeouts in a script.


Module 5: Using XML, JSON, and custom-formatted dataThis 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 : Reading, manipulating, and writing XML-formatted data
  • Testing the provided tools
  • Updating an XML inventory document

After completing this module, students will 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 AdministrationThis 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
  • Creating and deploying a DSC configuration
Lab : Configuring and using JEA
  • Configuring and using JEA

After completing this module, students will be able to:

  • Understand DSC.
  • Create and deploy a DSC configuration.
  • Implement JEA.


Module 7: Analyzing and debugging scriptsThis module explains how to use native Windows PowerShell features to analyze and debug existing scripts.Lessons
  • Debugging in Windows PowerShell
  • Analyzing and debugging an existing script
Lab : Analyzing and debugging an existing script
  • Analyzing and debugging an existing script

After completing this module, students will be able to:

  • Debug in Windows PowerShell.
  • Analyze and debug an existing script.


Module 8: Understanding Windows PowerShell WorkflowThis module explains the features of the Windows PowerShell Workflow technology.Lessons
  • Understanding Windows PowerShell Workflow
Lab : Creating and running a Windows PowerShell Workflow
  • Creating and running a Windows PowerShell Workflow
After completing this module, students will be able to describe and implement the Workflow feature of Windows PowerShell.

 
2023 Top 20 Training Industry Company - IT Training

Need Help?

Call us at 877-206-0106 or e-mail us at info@learnquest.com

Personalized Solutions

Need a personalized solution for your Training? Contact us, and one of our training advisors will help you find the best solution.

Contact Us

Need Help?

Do you have a question about the courses, instruction, or materials covered? Do you need help finding which course is best for you? We are here to help!

Talk to us

20% Off All AI Training Courses

Achieve more with AI-powered tools and strategies.

PROMO CODE: AI20
VALID THROUGH APRIL 30, 2024

20% Off All AI Training Courses

Self-Paced Training Info

Learn at your own pace with anytime, anywhere training

  • Same in-demand topics as instructor-led public and private classes.
  • Standalone learning or supplemental reinforcement.
  • e-Learning content varies by course and technology.
  • View the Self-Paced version of this outline and what is included in the SPVC course.
  • Learn more about e-Learning

Course Added To Shopping Cart

bla

bla

bla

bla

bla

bla

Self-Paced Training Terms & Conditions

??spvc-wbt-warning??
??group-training-form-area??
??how-can-we-help-you-area??
??personalized-form-area??
??request-quote-area??

Sorry, there are no classes that meet your criteria.

Please contact us to schedule a class.
Close

self-paced
STOP! Before You Leave

Save 0% on this course!

Take advantage of our online-only offer & save 0% on any course !

Promo Code skip0 will be applied to your registration

Close
Nothing yet
here's the message from the cart

To view the cart, you can click "View Cart" on the right side of the heading on each page
Add to cart clicker.

Purchase Information

??elearning-coursenumber?? ??coursename??
View Cart

Need more Information?

Speak with our training specialists to continue your learning journey.

 

Delivery Formats

Close

By submitting this form, I agree to LearnQuest's Terms and Conditions

heres the new schedule
This website uses third-party profiling cookies to provide services in line with the preferences you reveal while browsing the Website. By continuing to browse this Website, you consent to the use of these cookies. If you wish to object such processing, please read the instructions described in our Privacy Policy.
Your use of this LearnQuest site affirms your consent to our use of session and persistent cookies to track how you use our website.