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.

Automating Administration with PowerShell

Price
2,975 - 2,995 USD
5
MOC-AZ-040T00
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 0% 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

  • Guaranteed to Run
    Date: 13-Oct-2025 to 17-Oct-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: united
    Price: 2,995 USD
  • Date: 27-Oct-2025 to 31-Oct-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,975 USD
  • Guaranteed to Run
    Date: 27-Oct-2025 to 31-Oct-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: united
    Price: 2,995 USD
  • Guaranteed to Run
    Date: 17-Nov-2025 to 21-Nov-2025
    Time: 11AM - 7PM US Pacific
    Location: Virtual
    Language: English
    Delivered by: united
    Price: 2,995 USD
  • Guaranteed to Run
    Date: 1-Dec-2025 to 5-Dec-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: united
    Price: 2,995 USD
  • Date: 8-Dec-2025 to 12-Dec-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,975 USD
  • Guaranteed to Run
    Date: 15-Dec-2025 to 19-Dec-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: united
    Price: 2,995 USD
  • Date: 19-Jan-2026 to 23-Jan-2026
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,975 USD
  • Date: 2-Mar-2026 to 6-Mar-2026
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,975 USD
  • Date: 13-Apr-2026 to 17-Apr-2026
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,975 USD
  • Date: 25-May-2026 to 29-May-2026
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,975 USD
View Global Schedule

Course Description

Overview

This course 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.
 

Objectives

After completing this course, students will be able to:
  • Describe Windows PowerShell and its major versions.
  • Identify the common Windows PowerShell hosting applications.
  • Describe points to consider when using PowerShell.
  • Explain how to configure the Windows PowerShell console host.
  • Explain how to configure the Windows PowerShell ISE host.
  • Describe how to use VS Code for PowerShell scripting.
  • Describe cmdlet structure.
  • Identify how to use Windows PowerShell parameters.
  • Explain how to use tab completion.
  • Explain how to display the About files content.
  • Use About files
  • Describe the relationship between modules and cmdlets.
  • Identify options for finding cmdlets.
Describe aliases.
  • Use aliases.
  • Explain how to use Show-Command.
  • Explain how to use Get-Help.
  • Review help.
  • Explain how to interpret the help file contents.
  • Explain how to update the local help content.
  • Identify user management cmdlets.
  • List group management cmdlets.
  • Manage users and groups.
  • Describe the cmdlets for managing computer objects.
  • Describe the cmdlets for managing organizational units (OUs).
  • Describe the cmdlets for managing Active Directory objects.
  • Manage Active Directory objects.

Audience

This course 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.
 

Prerequisites

    Before attending this course, students must have:
    • Windows Server administration, maintenance, and troubleshooting.
    • Windows Client administration, maintenance, and troubleshooting.
    • Basic security best practices.
    • Windows networking technologies and implementation.
    • Core networking technologies such as IP addressing, name resolution, and Dynamic Host Configuration Protocol (DHCP).

Topics

  • Get started with Windows PowerShell
    • Review Windows PowerShell
      • Introduction
      • Learn about Windows PowerShell
      • Get familiar with Windows PowerShell applications
      • Identify factors to install and use Windows PowerShell
      • Configure the Windows PowerShell console
      • Configure the Windows PowerShell Integrated Scripting Environment (ISE)
      • Use Visual Studio Code with PowerShell
      • Module assessment
      • Summary
    • Understand the command syntax in Windows PowerShell
      • Introduction
      • Discover the structure of PowerShell cmdlets
      • Discover the parameters for using PowerShell cmdlets
      • Review the tab completion feature in PowerShell
      • Display the About files content in PowerShell
      • Module assessment
      • Summary
    • Find commands and Get-Help in Windows PowerShell
      • Introduction
      • Define modules in PowerShell
      • Find cmdlets in PowerShell
      • Use command aliases in PowerShell
      • Use Show-Command and Get-Help in PowerShell
      • Interpret the help file contents and update the local help content in PowerShell
      • Module assessment
      • Summary
  • Maintain system administration tasks in Windows PowerShell
    • Manage Active Directory Domain Services using PowerShell cmdlets
      • Introduction
      • Manage user accounts in PowerShell
      • Manage groups and group memberships in PowerShell
      • Manage computer accounts in PowerShell
      • Manage organizational units and Active Directory objects in PowerShell
      • Module assessment
      • Summary
    • Manage network service settings for Windows devices using PowerShell cmdlets
      • Introduction
      • Manage IP addresses in PowerShell
      • Manage IP routing in PowerShell
      • Manage DNS clients in PowerShell
      • Manage Windows Firewall settings in PowerShell
      • Module assessment
      • Summary
    • Manage Windows Server settings using PowerShell cmdlets
      • Introduction
      • Automate management tasks using the Group Policy management cmdlets
      • Manage server roles and services using PowerShell cmdlets
      • Manage Hyper-V Virtual Machines using PowerShell cmdlets
      • Manage Internet Information Services using PowerShell cmdlets
      • Module assessment
      • Summary
    • Manage settings for a local Windows machine using PowerShell cmdlets
      • Introduction
      • Manage Windows 10 using PowerShell
      • Manage permissions with PowerShell
      • Module assessment
      • Summary
  • Work with the Windows PowerShell pipeline
    • Understand the Windows PowerShell pipeline
      • Introduction
      • Review Windows PowerShell pipeline and its output
      • Discover object members in PowerShell
      • Control the formatting of pipeline output
      • Module assessment
      • Summary
    • Select, sort, and measure objects using the pipeline
      • Introduction
      • Sort and group objects by property in the pipeline
      • Measure objects in the pipeline
      • Select a set of objects in the pipeline
      • Select object properties in the pipeline
      • Create and format calculated properties in the pipeline
      • Module assessment
      • Summary
    • Filter objects out of the pipeline
      • Introduction
      • Learn about the comparison operators in PowerShell
      • Review basic filter syntax in the pipeline
      • Review advanced filter syntax in the pipeline
      • Optimize the filter performance in the pipeline
      • Module assessment
      • Summary
    • Enumerate objects in the pipeline
      • Introduction
      • Learn about enumerations in the pipeline
      • Review basic syntax to enumerate objects in the pipeline
      • Review advanced syntax to enumerate objects in the pipeline
      • Module assessment
      • Summary
    • Send and pass data as output from the pipeline
      • Introduction
      • Write pipeline data to a file
      • Convert pipeline objects to other forms of data representation in PowerShell
      • Control additional output options in PowerShell
      • Module assessment
      • Summary
    • Pass pipeline objects
      • Introduction
      • Pipeline parameter binding
      • Identify ByValue parameters
      • Pass data by using ByValue
      • Pass data by using ByPropertyName
      • Identify ByPropertyName parameters
      • Use manual parameters to override the pipeline
      • Use parenthetical commands
      • Expand property values
      • Module assessment
      • Summary
  • Work with PowerShell providers and PowerShell drives in Windows PowerShell
    • Connect with data stores using PowerShell providers
      • Introduction
      • Define Windows PowerShell providers
      • Review the built-in providers in PowerShell
      • Access provider help in PowerShell
      • Module assessment
      • Summary
    • Use PowerShell drives in PowerShell
      • Introduction
      • Explain PowerShell drives in PowerShell
      • Use PowerShell drive cmdlets in PowerShell
      • Manage the file system in PowerShell
      • Manage the registry in PowerShell
      • Work with certificates in PowerShell
      • Work with other PowerShell drives in PowerShell
      • Module assessment
      • Summary
  • Query management information by using Common Information Model and Windows Management Instrumentation
    • Review CIM and WMI
      • Introduction
      • Review architecture of CIM and WMI
      • Review repositories in CIM and WMI
      • Locate online class documentation by using CIM and WMI cmdlets
      • Module assessment
      • Summary
    • Query configuration information by using CIM and WMI
      • Introduction
      • List local repository namespaces and classes by using CIM and WMI
      • Query instances by using commands and WMI Query Language
      • Connect to remote computers by using CIM and WMI cmdlets
      • Query repository classes from remote computers by using o o CIMSession objects
      • Module assessment
      • Summary
    • Query and manipulate repository objects by using CIM and WMI methods
      • Introduction
      • Discover methods of repository objects by using CIM and WMI
      • Locate class methods and documentation by using CIM and WMI
      • Invoke methods of repository objects by using CIM and WMI
      • Module assessment
      • Summary
  • 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

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

    Exam Terms & Conditions

    ??exam-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

    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.

    If you would like to request a quote for 5 or more students, please contact CustomerService@learnquest.com to be assigned an account representative.

    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