Discover Classes. Earn 10% Rewards.

Automating Administration With PowerShell is unfortunately unavailable

Thankfully we have 19 other More Microsoft Classes for you to choose from. Check our top choices below or see all classes for more options.

Azure Administrator

ONLC Training Centers @ Online Classroom

Learn the essential skills needed to effectively manage and maintain cloud services with hands-on training and real-world scenarios. Stay ahead in the ever-evolving world of technology with this comprehensive course.

(7) All levels 18 and older
$2,395

4 sessions

Attend
+23950 pts
Gift it!

Microsoft Cybersecurity Architect

ONLC Training Centers @ Online Classroom

This is an advanced, expert-level course. Although not required to attend, students are strongly encouraged to have taken and passed another associate level certification in the security, compliance and identity portfolio (such as AZ-500, SC-200 or SC-300) before attending this class. This course prepares students with the expertise to design and evaluate cybersecurity strategies in the following areas: Zero Trust, Governance Risk Compliance (GRC),...

(7) Advanced 18 and older
$2,395

4 sessions

Attend
+23950 pts
Gift it!

Microsoft Fabric: Getting Started

ONLC Training Centers @ Online Classroom

"Get Started with Microsoft Fabric" is a one-day course that provides a comprehensive overview of Microsoft's Fabric data storage environment. Suitable for Data Analysts, Data Engineers, Data Scientists, and Power BI users, this course explores the various components of Microsoft Fabric, including lakehouses, Apache Spark, Delta Lake tables, Data Factory pipelines, and more. Participants will learn how to leverage Microsoft Fabric for large-scale...

(7) Beginner 18 and older
$595
Attend
+5950 pts
Gift it!

Designing and Implementing a Data Science Solution

ONLC Training Centers @ Online Classroom

Designing and Implementing a Data Science Solution on Azure Gain the necessary knowledge about how to use Azure services to develop, train, and deploy, machine learning solutions. The course starts with an overview of Azure services that support data science. From there, it focuses on using Azure's premier data science service, Azure Machine Learning service, to automate the data science pipeline. This course is focused on Azure and does not teach...

(7) All levels 18 and older
$2,375

4 sessions

Attend
+23750 pts
Gift it!

C# Programming Level 1: Intro for Non-Programmers

ONLC Training Centers @ Online Classroom

This training course teaches developers the programming skills that are required for developers to create Windows applications using the C# language. During their five days in the classroom students review the basics of C# program structure, language syntax, and implementation details, and then consolidate their knowledge throughout the week as they build an application that incorporates several features of the .NET Framework 4.5. The course introduces...

(7) Advanced 18 and older
$1,595

4 sessions

Attend
+15950 pts
Gift it!
See all More Microsoft classes Online

Automating Administration With PowerShell

  • Beginner
  • 16 and older
  • $2,995
  • Earn 29,950 reward points
  • Price Lock Guarantee
  • Live Online Training
  • 40 hours over 5 sessions

Start Dates (0)

  • $2,995
  • 40 hours over 5 sessions
Showing 10 of 0

Class Description

Description

What you'll learn in this more microsoft training:

This Automating Administration with PowerShell course provides students with the fundamental knowledge and skills to use Windows 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 Automating Administration with PowerShell training provides prerequisite skills supporting a broad range of Microsoft products, including Windows Server, Windows Client, Microsoft Exchange Server, Microsoft SharePoint Server, Microsoft SQL Server, and Microsoft System Center. 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.


Who Should Take this Course:

  • This course is intended for IT Professionals who are already experienced in general Windows Server and Windows client administration, and who want to learn more about using Windows PowerShell for administration. No prior experience with any version of Windows PowerShell or any scripting language is assumed.
  • This course is also suitable for IT Professionals already experienced in server administration, including Exchange Server, SharePoint Server, SQL Server, and System Center.

Automating Administration with Windows PowerShell Course Objectives:

  • 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
  • Use PSProviders and PSDrives to work with other forms of storage
  • Query system information by using WMI and CIM
  • Work with variables, arrays, and hash tables
  • Write basic scripts in Windows PowerShell
  • Administer remote computers with Windows PowerShell
  • Manage Azure resources with PowerShell
  • Manage Microsoft 365 services with PowerShell
  • Use background jobs and scheduled jobs.
  • .

Automating Administration with Windows PowerShell Course Outline:

  1. Getting started with Windows PowerShell
    1. Windows PowerShell overview
    2. Understanding Windows PowerShell command syntax
    3. Find commands and getting help in Windows PowerShell
    4. Lab: Configuring the Windows PowerShell console application
    5. Lab: Configuring the Windows PowerShell ISE application
    6. Lab: Finding and running Windows PowerShell commands
    7. Lab: Using Help and About files
  2. Windows PowerShell for local systems administration
    1. Active Directory Domain Services administration cmdlets
    2. Network configuration cmdlets
    3. Server administration cmdlets
    4. Windows PowerShell in Windows 10
    5. Lab: Creating a website
    6. Lab: Configuring network settings on Windows Server
    7. Lab: Creating and managing Active Directory objects
  3. Working with the Windows PowerShell pipeline
    1. Understand the pipeline
    2. Select, sort, and measure objects
    3. Filter objects out of the pipeline
    4. Enumerate objects in the pipeline
    5. Send and pass pipeline data as output
    6. Lab: Selecting, sorting, and displaying data
    7. Lab: Filtering objects
    8. Lab: Enumerating objects
    9. Lab: Converting objects
  4. Using PSProviders and PSDrives
    1. Using PSProviders
    2. Using PSDrives
    3. Lab: Create a new Active Directory group
    4. Lab: Creating a registry key for your future scripts
    5. Lab: Creating files and folders on a remote computer
  5. Querying management information by using CIM and WMI
    1. Understand CIM and WMI
    2. Query data by using CIM and WMI
    3. Make changes by using CIM and WMI
    4. Lab: Querying information by using WMI
    5. Lab: Querying information by using CIM
    6. Lab: Invoking methods
  6. Working with variables, arrays, and hash tables
    1. Use variables
    2. Manipulate variables
    3. Manipulate arrays and hash tables
    4. Lab: Using hash tables
    5. Lab: Using arrays
    6. Lab: Working with variable types
  7. Windows PowerShell scripting
    1. Introduction to scripting with Windows PowerShell
    2. Script constructs
    3. Import data from files
    4. Accept user input
    5. Troubleshooting and error handling
    6. Functions and modules
    7. Lab: Signing a script
    8. Lab: Processing an array with a ForEach loop
    9. Lab: Processing items by using If statements
    10. Lab: Creating users based on a CSV file
    11. Lab: Querying disk information from remote computers
    12. Lab: Updating the script to use alternate credentials
  8. Administering remote computers with Windows PowerShell
    1. Use basic Windows PowerShell remoting
    2. Use advanced Windows PowerShell remoting techniques
    3. Use PSSessions
    4. Lab: Managing multiple computers
    5. Lab: Using implicit remoting
    6. Lab: Performing one-to-many remoting
    7. Lab: Performing one-to-one remoting
    8. Lab: Enabling remoting on the local computer
  9. Managing Azure resources with PowerShell
    1. Azure PowerShell
    2. Introduce Azure Cloud Shell
    3. Manage Azure VMs with PowerShell
    4. Manage storage and subscriptions
    5. Lab: Installing Azure PowerShell module
    6. Lab: Installing Cloud Shell
    7. Lab: Managing Azure resources with Azure PowerShell
  10. Managing Microsoft 365 services with PowerShell
    1. Manage Microsoft 365 user accounts, licenses, and groups with PowerShell
    2. Manage Exchange Online with PowerShell
    3. Manage SharePoint Online with PowerShell
    4. Manage Microsoft Teams with PowerShell
    5. Lab: Managing Exchange Online resources with Windows PowerShell
    6. Lab: Managing SharePoint Online with Windows PowerShell
    7. Lab: Managing Microsoft 365 user and group objects with Windows PowerShell
    8. Lab: Connecting to Microsoft 365 with Windows PowerShell
  11. Using background jobs and scheduled jobs
    1. Use background jobs
    2. Use scheduled jobs
    3. Lab: Starting and managing jobs
    4. Lab: Creating a scheduled job

Remote Learning

This course is available for "remote" learning and will be available to anyone with access to an internet device with a microphone (this includes most models of computers, tablets). Classes will take place with a "Live" instructor at the date/times listed below.

Upon registration, the instructor will send along additional information about how to log-on and participate in the class.

Refund Policy

A student who cancels within 7 days of signing the enrollment agreement but before instruction begins receives all monies returned with the exception of the non-refundable registration fee.

Thereafter, a student will be liable for:

  • The non-refundable registration fee of $100 plus
  • The cost of any textbooks or supplies accepted plus
  • Tuition liability as of the student's last date of physical attendance
If Termination Occurs

  • Prior to or during the first week - 0% Penalty
  • During the second week - 25% Penalty
  • During the third week - 50% Penalty
  • During the fourth week - 75% Penalty
  • After the fourth week - 100% Penalty

The failure of a student to notify CourseHorse in writing of withdrawal may delay a refund of tuition.

Reviews of Classes at NetCom Learning (16)

Similar Classes

Benefits of Booking Through CourseHorse

  • Booking is safe. When you book with us your details are protected by a secure connection.
  • Lowest price guaranteed. Classes on CourseHorse are never marked up.
  • This class will earn you 29950 points. Earn 10% back in reward points!

Questions & Answers (0)

Get quick answers from CourseHorse and past students.

NetCom Learning

NetCom Learning delivers top-quality training and certification solutions to businesses, individuals and government agencies.

Experience

Since its inception in 1998, NetCom has trained over 95 percent of the Fortune 500, serviced over 23,000 business customers, and advanced the skills and careers of over...

Read more about NetCom Learning

CourseHorse Approved

This school has been carefully vetted by CourseHorse and is a verified Online educator.

NetCom Learning

Give This Course as a Gift Card

  • Thousands of classes
  • No expiration
  • Unique and memorable gifts for any occasion
  • Personalized
  • Explore a passion, gain a new skill, discover a new hobby, engage in a memorable experience
  • Instant delivery
  • Lock in a price with the Inflation Buster Gift Card Price Adjuster™

Buy a Gift Card

Book this Class as a Group Event

Booking this class for a group? Find great private group events

Or see all Microsoft Office Group Events

Explore group events and team building activities ranging from cooking, art, escape rooms, trivia, and more.

  • Price Lock Guarantee

    Secure your booking now and we'll match any price drop within 48 hours across all booking platforms, ensuring you never miss out on savings!

  • Earn 10% Reward Points

    Maximize your savings with every purchase. Unlock rewards on every transaction, ensuring you get the most value out of your experience!

  • No Added Fees

    Enjoy hassle-free transactions without worrying about additional charges. With us, what you see is what you pay - no surprises!

  • Curated Courses

    Discover a curated selection of courses handpicked by experts in the field. Dive into quality content that suits your learning needs and interests!

CourseHorse Gift Cards

  • Creative & unique gift for any occasion
  • Thousands of classes & experiences
  • No expiration date
  • Instant e-delivery (or choose a date)
  • Add a personalized message
  • Lock in a price with the Inflation Buster Gift Card Price Adjuster™
Buy a Gift Card
gift card with the CourseHorse logo gift card with the CourseHorse logo
Loading...