Course AZ-040T00 - Automating Administration With PowerShell
Course AZ-040T00 - Automating Administration With PowerShell
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.
Audience Profile
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
Course outline
This 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
• Describe key features of Windows PowerShell, and open and configure it.
• Discover, learn, and run Windows PowerShell commands.
• Find Windows PowerShell commands for performing specific tasks.
This 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..
RPS Consulting Private Limited
Bangalore ● Chennai ● Hyderabad ● Pune ● Delhi ● Mumbai ● Kolkata
Lessons
This 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
This 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
• Using PSProviders
• Using PSDrives
• Use PSProviders.
• Use PSDrives.
Lessons
Variables 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
RPS Consulting Private Limited
Bangalore ● Chennai ● Hyderabad ● Pune ● Delhi ● Mumbai ● Kolkata
with variables, arrays, and hash tables as steps in learning how to create Windows PowerShell
scripts.
Lessons
• Use variables
• Manipulate variables
• Manipulate arrays and hash tables
This 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
This 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
This 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
• Azure PowerShell
• Introduce Azure Cloud Shell
• Manage Azure VMs with PowerShell
• Manage storage and subscriptions
This module describes how to use PowerShell to manage Microsoft 365 user accounts,
licenses, and groups, Exchange Online, SharePoint Online, and Microsoft Teams.
Lessons
• Manage Microsoft 365 user accounts, licenses, and groups with PowerShell
• Manage Exchange Online with PowerShell
• Manage SharePoint Online with PowerShell
• Manage Microsoft Teams with PowerShell
This module describes how to use background jobs and scheduled jobs. It also explains how
to create scheduled jobs and retrieve job results.
Lessons