Overview
This AZ-040T00: Automating Administration with PowerShell course delivered by Trainocate Malaysia 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.
Skills Covered
- 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.
- Create 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.
Who Should Attend
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.
Course Curriculum
Prerequisites
Before attending this course, students must have:
- Experience with Windows networking technologies and implementation.
- Experience with Windows Server administration, maintenance, and troubleshooting.
Download Course Syllabus
Course Modules
This module introduces you to Windows PowerShell and its versions. It discusses commonly used host applications. It explains how to use Microsoft Visual Studio Code (VS Code) to develop PowerShell scripts.
Learning objectives
Upon completion of this module, the learner 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.
Prerequisites
- Familiarity with Windows networking technologies and implementation.
- Familiarity with Windows Server administration, maintenance, and troubleshooting.
This module covers the cmdlet structure and parameters for using Windows PowerShell cmdlets. It also explains how to use tab completion and how to display About files content.
Learning objectives
Upon completion of this module, the learner will be able to:
- 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
Prerequisites
- Familiarity with Windows networking technologies and implementation.
- Familiarity with Windows Server administration, maintenance, and troubleshooting.
This module explains how to find Windows PowerShell cmdlets that you can use to perform specific tasks. It also covers how to use Get-Help to retrieve detailed information about a cmdlet and its parameters.
Learning objectives
Upon completion of this module, the learner will be able to:
- 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.
Prerequisites
- Familiarity with Windows networking technologies and implementation.
- Familiarity with Windows Server administration, maintenance, and troubleshooting.
This module covers the cmdlets that are used to administer Active Directory Domain Services.
Learning objectives
Upon completion of this module, the learner will be able to:
- 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.
Prerequisites
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
This module covers the PowerShell modules and cmdlets that are used to configure network settings for Windows devices.
Learning objectives
Upon completion of this module, the learner will be able to:
- Identify cmdlets for managing TCP/IP settings.
- Describe how to manage local routing table settings.
- Describe how to modify DNS client configuration.
- List cmdlets for managing Windows Firewall.
- Configure network settings.
Prerequisites
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
This module covers cmdlets that are used to configure settings related to Group Policy, Server Manager, Hyper-V, and Internet Information Services (IIS).
Learning objectives
Upon completion of this module, the learner will be able to:
- Describe the cmdlets for managing Group Policy Objects (GPOs).
- Describe the cmdlets for managing server features, roles, and services.
- Describe the cmdlets for managing Hyper-V and virtual machines (VMs).
- Describe the cmdlets for managing and administering Internet Information Services (IIS).
Prerequisites
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
This module covers common PowerShell cmdlets that can be used to perform tasks on a local Windows 10 computer.
Learning objectives
Upon completion of this module, the learner will be able to:
- Describe the cmdlets for managing Windows 10 devices.
- Describe the cmdlets for managing local permissions with Windows PowerShell.
Prerequisites
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
This module explains about the Windows PowerShell pipeline and some basic techniques for running multiple commands in it.
Learning objectives
Upon completion of this module, the learner will be able to:
- Describe the features and functionalities of the pipeline.
- Use the appropriate terminology to describe the pipeline output and pipeline objects.
- Explain how to discover and display object members.
- Review object members.
- Describe the cmdlets used to format the pipeline output for display.
- Format pipeline output.
Prerequisites
- Familiarity with Windows networking technologies and implementation.
- Familiarity with Windows Server administration, maintenance, and troubleshooting.
- Familiarity with Windows PowerShell and its commands to perform specific tasks.
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration.
This module explains how to manipulate objects in the pipeline by using commands that sort, select, and measure objects.
Learning objectives
Upon completion of this module, the learner will be able to:
- Explain how to sort objects by a specified property.
- Sort objects by using the Sort-Object command.
- Explain how to measure objects’ numeric properties.
- Measure objects by using the Measure-Object command.
- Explain how to display a subset of objects in a collection.
- Explain how to display a customized list of objects’ properties.
- Select objects by using the Select-Object command.
- Explain how to create calculated properties.
- Create custom calculated properties for display.
- Familiarity with Windows networking technologies and implementation.
- Familiarity with Windows Server administration, maintenance, and troubleshooting.
- Familiarity with Windows PowerShell and its commands to perform specific tasks.
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration.
This module explains how to filter objects out of the pipeline by using the Where-Object cmdlet to specify various criteria.
Learning objectives
Upon completion of this module, the learner will be able to:
- List the major PowerShell comparison operators.
- Explain how to filter objects by using basic syntax.
- Explain how to filter objects by using advanced syntax.
- Filter objects.
- Explain how to optimize filtering performance in the pipeline.
Prerequisites
- Familiarity with Windows networking technologies and implementation.
- Familiarity with Windows Server administration, maintenance, and troubleshooting.
- Familiarity with Windows PowerShell and its commands to perform specific tasks.
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration.
This module explains how to enumerate objects in the pipeline so that you can work with one object at a time during automation.
Learning objectives
Upon completion of this module, the learner will be able to:
- Explain the purpose of enumeration.
- Explain how to enumerate objects by using basic syntax.
- Perform basic enumerations.
- Explain how to enumerate objects by using advanced syntax.
- Perform advanced enumeration.
Prerequisites
- Familiarity with Windows networking technologies and implementation.
- Familiarity with Windows Server administration, maintenance, and troubleshooting.
- Familiarity with Windows PowerShell and its commands to perform specific tasks.
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration.
This module explains how to send pipeline data to files and in various output formats.
Learning objectives
Upon completion of this module, the learner will be able to:
- Explain how to write pipeline data to a file.
- Explain how to convert pipeline data to the comma-separated values (CSV) format.
- Explain how to convert pipeline data to the XML format.
- Explain how to convert pipeline data to the JavaScript Object Notation (JSON) format.
- Explain how to convert pipeline data to the HTML format.
- Export data.
- Explain how to send pipeline data to other locations.
- Describe how PowerShell matches incoming pipeline data to the parameters of a cmdlet.
Prerequisites
- Familiarity with Windows networking technologies and implementation.
- Familiarity with Windows Server administration, maintenance, and troubleshooting.
- Familiarity with Windows PowerShell and its commands to perform specific tasks.
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration.
This module explains how the Windows PowerShell command-line interface passes objects from one command to another in the pipeline.
Learning objectives
Upon completion of this module, the learner will be able to:
- Describe pipeline parameter binding.
- Identify ByValue parameters.
- Pass data by using ByValue.
- Identify ByPropertyName parameters.
- Pass data ByPropertyName.
- Pass pipeline data ByPropertyName.
- Use manual parameters to override the pipeline.
- Use parenthetical commands.
- Expand property values.
Prerequisites
- Familiarity with Windows networking technologies and implementation.
- Familiarity with Windows Server administration, maintenance, and troubleshooting.
- Familiarity with Windows PowerShell and its commands to perform specific tasks.
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration.
This module covers PowerShell providers that connect Windows PowerShell to data stores. They offer an easier-to-understand and consistent interface for working with data stores.
Learning objectives
Upon completion of this module, the learner will be able to:
- Explain the purpose of PowerShell providers.
- Compare different PowerShell provider capabilities.
- Explain how to access PowerShell provider help files.
- Explain how to review a list of providers and the help options for a specific provider.
Prerequisites
- Familiarity with Windows networking technologies and implementation.
- Familiarity with Windows Server administration, maintenance, and troubleshooting.
- Familiarity with Windows PowerShell and its commands to perform specific tasks.
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration.
- Familiarity with Windows PowerShell pipeline.
This module explains how to work with PowerShell drives.
Learning objectives
Upon completion of this module, the learner will be able to:
- Explain the purpose and use of PowerShell drives.
- Identify the cmdlets for using PowerShell drives.
- Explain how to find, delete, and create files and directories.
- Explain how to use Windows PowerShell to manage the file system.
- Explain how to work with the registry.
- Explain how to use Windows PowerShell to manage the registry.
- Explain how to work with certificates.
- Explain how to work with other PowerShell drives.
Prerequisites
- Familiarity with Windows networking technologies and implementation.
- Familiarity with Windows Server administration, maintenance, and troubleshooting.
- Familiarity with Windows PowerShell and its commands to perform specific tasks.
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration.
- Familiarity with Windows PowerShell pipeline.
This module covers CIM and WMI technologies to connect to a common information repository that contains management information that you can query and manipulate.
Learning objectives
Upon completion of this module, the learner will be able to:
- Describe the architecture of CIM and WMI.
- Explain the purpose of the repository.
- Explain how to locate online documentation for repository classes.
- Locate online class documentation.
Prerequisites
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration
- Familiarity with Windows PowerShell pipeline, PowerShell providers, and PowerShell drives
This module explains the structure of the namespaces that contain classes and also how to query instances of a class. It covers how to query remote computers by using ad-hoc connections and CIM sessions.
Learning objectives
Upon completion of this module, the learner will be able to:
- List the available namespaces.
- List local repository namespaces.
- Retrieve a list of classes from a namespace.
- Retrieve a list of classes from the root\CIMv2 namespace and sort them.
- Query instances of a specified class.
- Query instances of a specified class by using WMI, CIM, and WMI Query Language (WQL).
- Connect to remote computers by using CIM or WMI.
- Create and manage CIM sessions.
- Query repository classes from remote computers by using CIM sessions objects.
Prerequisites
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration
- Familiarity with Windows PowerShell pipeline, PowerShell providers, and PowerShell drives
This module explains how to use CIM and WMI to make changes by using methods. Discovering and understanding these methods is an important step in querying and manipulating the repository information.
Learning objectives
Upon completion of this module, the learner will be able to:
- Discover the methods of repository objects.
- Locate online documentation for methods.
- Locate the methods of the Win32_Service class and their documentation.
- Explain how to invoke methods of repository objects.
- Use methods for the Win32_OperatingSystem and Win32_Process classes.
Prerequisites
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration
- Familiarity with Windows PowerShell pipeline, PowerShell providers, and PowerShell drives
This module explains how to create variables, name them correctly, and assign the correct data type, while ensuring the data you store in variables is in the correct format and easily accessible.
Learning objectives
Upon completion of this module, the learner will be able to:
- Explain the purpose of variables.
- Describe the naming rules for using variables.
- Explain how to assign a value to a variable.
- Describe variable types.
- Explain how to assign a variable type.
Prerequisites
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration
- Familiarity with Windows PowerShell pipeline, PowerShell providers, and PowerShell drives
- Familiarity with CIM and WMI technologies
This module explains how to use arrays and hash tables in Windows PowerShell scripts.
Learning objectives
Upon completion of this module, the learner will be able to:
- Explain the purpose of an array.
- Work with arrays and their contents.
- Work with array lists and their contents.
- Manipulate arrays and array lists.
- Explain the purpose of a hash table.
- Work with hash tables and their contents.
- Manipulate hash tables.
Prerequisites
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration
- Familiarity with Windows PowerShell pipeline, PowerShell providers, and PowerShell drives
- Familiarity with CIM and WMI technologies
This module explains how to create and run scripts.
Learning objectives
Upon completion of this module, the learner will be able to:
- Describe Windows PowerShell scripts.
- Explain how to find scripts and modify them.
- Describe how to create scripts.
- Describe the PowerShellGet module.
- Explain how to run Windows PowerShell scripts.
- Describe the script execution policy.
- Set the script execution policy.
- Explain how to use AppLocker to help secure Windows PowerShell scripts.
- Explain how to digitally sign scripts.
- Digitally sign a Windows PowerShell script.
Prerequisites
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration
- Familiarity with Windows PowerShell pipeline, PowerShell providers, and PowerShell drives
- Familiarity with CIM and WMI technologies
- Familiarity to use variables, arrays, and hash tables in Windows PowerShell
This module explains how to use scripting constructs for iteration and decision making in Windows PowerShell.
Learning objectives
Upon completion of this module, the learner will be able to:
- Describe the syntax of the ForEach construct.
- Use the ForEach construct.
- Describe the syntax of the If construct.
- Use the **If **construct.
- Describe the syntax of the Switch construct.
- Use the Switch construct.
- Describe how to use the For construct.
- Describe the other loop constructs.
- Explain how to use Break and Continue.
Prerequisites
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration
- Familiarity with Windows PowerShell pipeline, PowerShell providers, and PowerShell drives
- Familiarity with CIM and WMI technologies
- Familiarity to use variables, arrays, and hash tables in Windows PowerShell
This module explains how to import data from a text file, CSV file, XML file, and JavaScript Object Notation (JSON) file.
Learning objectives
Upon completion of this module, the learner will be able to:
- Describe how to use Get-Content to review file data.
- Describe how to use Import-Csv to retrieve data.
- Describe how to use Import-Clixml to import XML data.
- Describe how to use ConvertFrom-Json to work with JSON data.
- Import data from text, CSV, and XML files.
Prerequisites
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration
- Familiarity with Windows PowerShell pipeline, PowerShell providers, and PowerShell drives
- Familiarity with CIM and WMI technologies
- Familiarity to use variables, arrays, and hash tables in Windows PowerShell
This method explains multiple methods for accepting user input in a Windows PowerShell script.
Learning objectives
Upon completion of this module, the learner will be able to:
- Identify values in a script that are likely to change.
- Explain how to use Read-Host to accept user input.
- Explain how to use Get-Credential to accept user credentials.
- Explain how to use Out-GridView to obtain user input.
- Obtain user input by using Read-Host, Get-Credential, and Out-GridView.
- Explain how to pass parameters to a script.
- Obtain user input by using parameters.
Prerequisites
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration
- Familiarity with Windows PowerShell pipeline, PowerShell providers, and PowerShell drives
- Familiarity with CIM and WMI technologies
- Familiarity to use variables, arrays, and hash tables in Windows PowerShell
This module covers troubleshooting PowerShell scripts and understanding error messages.
Learning objectives
Upon completion of this module, the learner will be able to:
- Describe how error messages are stored.
- Explain how to add more troubleshooting information to scripts.
- Describe how to configure breakpoints for troubleshooting.
- Explain how to troubleshoot a script.
- Describe error actions in Windows PowerShell.
Prerequisites
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration
- Familiarity with Windows PowerShell pipeline, PowerShell providers, and PowerShell drives
- Familiarity with CIM and WMI technologies
- Familiarity to use variables, arrays, and hash tables in Windows PowerShell
This module covers how to create modules and functions in Windows PowerShell scripts.
Learning objectives
Upon completion of this module, the learner will be able to:
- Describe functions.
- Describe the implications of variable scope.
- Explain how to use dot sourcing.
- Create a function in a script.
- Explain how to create a module.
- Create a module.
Prerequisites
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration
- Familiarity with Windows PowerShell pipeline, PowerShell providers, and PowerShell drives
- Familiarity with CIM and WMI technologies
- Familiarity to use variables, arrays, and hash tables in Windows PowerShell
This module explains how to use remoting to perform administration on remote computers.
Learning objectives
Upon completion of this module, the learner will be able to:
- Describe the Windows PowerShell remoting architecture.
- Explain the difference between Windows PowerShell remoting and other forms of remote administration.
- Describe Windows PowerShell remoting security and privacy features.
- Enable remoting on a computer.
- Use Windows PowerShell remoting for single-computer management.
- Use Windows PowerShell remoting for multiple-computer management.
- Use Windows PowerShell remoting.
- Explain the difference between local output and remoting output.
Prerequisites
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration
- Familiarity with Windows PowerShell pipeline, PowerShell providers, and PowerShell drives
- Familiarity with CIM and WMI technologies
- Familiarity to use variables, arrays, hash tables, and scripting constructs in Windows PowerShell
This module covers some useful advanced techniques that will help overcome the limitations of basic Windows PowerShell remoting.
Learning objectives
Upon completion of this module, the learner will be able to:
- Configure common remoting options.
- Send parameters and local variables to remote computers.
- Describe the use of Windows PowerShell scopes.
- Send local variables to a remote computer.
- Configure multi-hop remoting authentication.
Prerequisites
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration
- Familiarity with Windows PowerShell pipeline, PSProviders and PSDrives
- Familiarity with CIM and WMI technologies
- Familiarity to use variables, arrays, hash tables, and scripting constructs in Windows PowerShell
This module explains how to establish and manage persistent connections to remote computers, known as Windows PowerShell sessions or PSSessions.
Learning objectives
Upon completion of this module, the learner will be able to:
- Explain the purpose of persistent connections.
- Create and use a PSSession.
- Transmit commands by using a PSSession.
- Explain how to disconnect from PSSessions.
- Disconnect and reconnect to PSSessions.
- Explain the concept of implicit remoting.
Prerequisites
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration
- Familiarity with Windows PowerShell pipeline, PowerShell providers and PowerShell drives
- Familiarity with CIM and WMI technologies
- Familiarity to use variables, arrays, hash tables, and scripting constructs in Windows PowerShell
This module explains the Azure PowerShell environment and the Az module for Windows PowerShell. It also explains how to manage Azure Active Directory (Azure AD) by using PowerShell modules.
Learning objectives
Upon completion of this module, the learner will be able to:
- Describe Azure PowerShell.
- Describe the Azure Az PowerShell module.
- Install the Azure Az PowerShell module.
- Migrate Azure PowerShell from AzureRM to Az.
- Describe the Azure Active Directory Module for Windows PowerShell and Azure Active Directory PowerShell for Graph modules.
Prerequisites
- Familiarity with Windows networking technologies and implementation.
- Familiarity with Windows Server administration, maintenance, and troubleshooting.
- Familiarity with Windows PowerShell and its commands to perform specific tasks.
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration.
- Familiarity with Windows PowerShell pipeline, PowerShell providers, and PowerShell drives.
- Familiarity with CIM and WMI technologies.
- Familiarity to use variables, arrays, hash tables, and scripting constructs in Windows PowerShell.
- Familiarity to administer remote computers with Windows PowerShell.
This module covers Azure Cloud Shell and its features.
Learning objectives
Upon completion of this module, the learner will be able to:
- Describe Azure Cloud Shell.
- Describe features and tools for Azure Cloud Shell.
- Use Azure Cloud Shell.
Prerequisites
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration
- Familiarity with Windows PowerShell pipeline, PowerShell providers, and PowerShell drives
- Familiarity with CIM and WMI technologies
- Familiarity to use variables, arrays, hash tables, and scripting constructs in Windows PowerShell
- Familiarity to administer remote computers with Windows PowerShell
This module explains how to install the necessary modules for cloud services management and use PowerShell commands to perform simple administrative tasks on cloud resources like Azure virtual machines, Azure subscriptions and Azure storage accounts.
Learning objectives
Upon completion of this module, the learner will be able to:
- Describe, install, and use the Azure PowerShell environment.
- Describe and use Azure Cloud Shell.
- Manage Azure VMs with Azure PowerShell.
- Manage Azure storage accounts and subscriptions with Azure PowerShell.
Prerequisites
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration
- Familiarity with Windows PowerShell pipeline, PowerShell providers, and PowerShell drives
- Familiarity with CIM and WMI technologies
- Familiarity to use variables, arrays, hash tables, and scripting constructs in Windows PowerShell
- Familiarity to administer remote computers with Windows PowerShell
This module covers how to give access to the services in Microsoft 365, so that you can create user accounts and then assign licenses that provide access to the services.
Learning objectives
Upon completion of this module, the learner will be able to:
- Describe the benefits of using PowerShell for Microsoft 365.
- Explain how to connect to a Microsoft 365 tenant with PowerShell.
- Explain how to create and manage users in Microsoft 365 with PowerShell.
- Explain how to create and manage groups in Microsoft 365 with PowerShell.
- Explain how to manage roles in Microsoft 365 with PowerShell.
- Explain how to manage licenses in Microsoft 365 with PowerShell.
Prerequisites
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration
- Familiarity with Windows PowerShell pipeline, PowerShell providers, and PowerShell drives
- Familiarity with CIM and WMI technologies
- Familiarity to use variables, arrays, hash tables, and scripting constructs in Windows PowerShell
- Familiarity to administer remote computers with Windows PowerShell
This module covers managing mailboxes, resources, and admin roles in Exchange Online with PowerShell.
Learning objectives
Upon completion of this module, the learner will be able to:
- Explain how to connect to Exchange Online by using PowerShell.
- Explain how to manage mailboxes in Exchange Online.
- Explain how to manage resources in Exchange Online.
- Explain how to manage admin roles in Exchange Online.
Prerequisites
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration
- Familiarity with Windows PowerShell pipeline, PowerShell providers, and PowerShell drives
- Familiarity with CIM and WMI technologies
- Familiarity to use variables, arrays, hash tables, and scripting constructs in Windows PowerShell
- Familiarity to administer remote computers with Windows PowerShell
- Familiarity to manage Azure resources with Windows PowerShell
This module describes SharePoint Online, which is a collaboration service that allows to store and share information through a web-based interface. The module explains how to manage SharePoint Online users and groups with PowerShell.
Learning objectives
Upon completion of this module, the learner will be able to:
- Explain how to connect to SharePoint Online by using PowerShell.
- Explain how to manage SharePoint Online users and groups with PowerShell.
- Explain how to manage sites with PowerShell.
- Explain how to manage external user sharing with PowerShell.
Prerequisites
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration
- Familiarity with Windows PowerShell pipeline, PowerShell providers, and PowerShell drives
- Familiarity with CIM and WMI technologies
- Familiarity to use variables, arrays, hash tables, and scripting constructs in Windows PowerShell
- Familiarity to administer remote computers with Windows PowerShell
- Familiarity to manage Azure resources with Windows PowerShell
This module explains how to use Microsoft Teams PowerShell module to perform tasks such as creating teams and managing user permissions.
Learning objectives
Upon completion of this module, the learner will be able to:
- Describe the Microsoft Teams PowerShell module.
- Explain how to connect to Microsoft Teams by using PowerShell.
- Manage Microsoft Teams with the Microsoft Teams PowerShell module.
Prerequisites
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration
- Familiarity with Windows PowerShell pipeline, PowerShell providers, and PowerShell drives
- Familiarity with CIM and WMI technologies
- Familiarity to use variables, arrays, hash tables, and scripting constructs in Windows PowerShell
- Familiarity to administer remote computers with Windows PowerShell
- Familiarity to manage Azure resources with Windows PowerShell
This module explains the three types of jobs: local jobs, Windows PowerShell remote jobs, and Common Information Model (CIM)/Windows Management Instrumentation (WMI) jobs. These job types form the basis of the Windows PowerShell job system.
Learning objectives
Upon completion of this module, the learner will be able to:
- Explain the purpose and functionality of background jobs.
- Start jobs.
- Manage jobs.
- Retrieve job results.
- Use background jobs.
Prerequisites
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration
- Familiarity with Windows PowerShell pipeline, PowerShell providers, and PowerShell drives
- Familiarity with CIM and WMI technologies
- Familiarity to use variables, arrays, hash tables, and scripting constructs in Windows PowerShell
- Familiarity to administer remote computers with Windows PowerShell
- Familiarity to manage Azure resources and Microsoft 365 services with Windows PowerShell
This module covers how to use scheduled jobs. In Windows PowerShell, scheduled jobs are essentially scheduled tasks. They follow the same rules for actions, triggers, and other features, and run Windows PowerShell scripts by design.
Learning objectives
Upon completion of this module, the learner will be able to:
- Explain how to run Windows PowerShell scripts as scheduled tasks.
- Create and run a Windows PowerShell script as a scheduled task.
- Explain the purpose and use of scheduled jobs.
- Create job options and triggers.
- Create scheduled jobs.
- Retrieve scheduled job results.
- Use scheduled jobs.
Prerequisites
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration
- Familiarity with Windows PowerShell pipeline, PowerShell providers, and PowerShell drives
- Familiarity with CIM and WMI technologies
- Familiarity to use variables, arrays, hash tables, and scripting constructs in Windows PowerShell
- Familiarity to administer remote computers with Windows PowerShell
- Familiarity to manage Azure resources and Microsoft 365 services with Windows PowerShell
Request More Information
Training Options
- ILT: Instructor-Led Training
- VILT: Virtual Instructor-Led Training
RM3,500.00Enroll Now
RM3,500.00Enroll Now
RM3,500.00Enroll Now
RM3,500.00Enroll Now
RM3,500.00Enroll Now
RM3,500.00Enroll Now
Exam & Certification
Training & Certification Guide
Master Your Cloud Career: Essential Azure Certifications for 2024
Targeting the most valuable Azure certifications for 2024? In the evolving landscape of cloud computing, Azure certifications stand out by offering professionals the leverage to thrive. This article presents a focused rundown of crucial Azure certifications, shining a light on their career-boosting effects and elucidating steps to get certified. No fluff – just actionable insights to empower your journey in the cloud.
AI Mastery Program: Learn AI with Microsoft in 2024
Artificial Intelligence (AI) has been one of the hottest topics in the tech industry for the past decade. With its rapid advancements and potential to impact our daily lives, learning AI has become a highly sought-after skill.
We are thrilled to announce the launch of our Microsoft AI Mastery Program in 2024, made possible through our partnership with Microsoft, a renowned leader in AI technology. This program is tailored for individuals and tech professionals passionate about acquiring and mastering the fundamental and advanced principles of AI.
Azure Strategy & Implementation Guide
Get a step-by-step introduction to using Azure for your cloud infrastructure with this Pack e-book. Read the latest edition of the Azure Strategy and Implementation Guide for detailed guidance on how to create a successful cloud adoption strategy with new innovations, capabilities, and security features from Microsoft Azure.
Microsoft Azure SQL Jumpstart Guide
Find out how to get started launching your first Azure SQL database or find ways to make your existing SQL database work harder. Download the Azure SQL Jumpstart Guide for detailed instructions and in-depth insights to help you make your Azure SQL deployment, migration, or enhancement run smoothly.
Low-code Application Development – Microsoft PowerApps and Azure
Build production-ready apps faster with a low-code environment. Quickly stand up your applications with Power Apps and get more time to apply your technical expertise to extending and optimizing those apps in Azure.
Azure Cloud Native Architecture Mapbook
Grow your cloud architecture skills with guidance from Azure Experts. Go beyond developing cloud-native applications to planning and implementing cloud application infrastructure. In this free e-book from Packt Publishing, you’ll find best practices for infrastructure design and patterns for building a complete solution.
Windows Virtual Desktop Security
Find out how to secure your Windows Virtual Desktop environment when migrating your virtual desktop infrastructure (VDI) to Azure. Read this security handbook to get technical hands-on guidance on how to help protect your apps and data in your Windows Virtual Desktop deployment.
Discover how to get more value from your on premises Windows Server and SQL Server investments and move some or all of your workloads to the cloud using your existing skills. See how to start using the cloud to support new ways of doing business and help ensure business continuity even if you need to keep some of your IT assets on-premises due to regulatory or data governance requirements.
Discover how to build highly scalable applications using containers and how to deploy and manage those containers at scale with Kubernetes on Azure. Read the completely reviewed and updated Packet e-book, Hands-On Kubernetes on Azure, Third Edition and discover what’s new, including security enhancements, continuous integration and continuous delivery (CI/CD) automation, and the latest supported technologies. Gain insight into building reliable applications in the new foreword by Kubernetes co-founder Brendan Burns.
Azure Synapse Analytics Proof of Concept Playbook
Learn how to perform a proof of concept efficiently and economically with Azure Synapse Analytics. Read the Azure Synapse Analytics Proof of Concept Playbook to understand the key concepts involved in deploying data warehousing, data lake, and big data workloads with Azure Synapse and get the evidence you need to make the case for implementation at your organization.
Spend less time managing server infrastructure and more time building great apps. Get your solutions to market faster using Azure Functions, a fully managed compute platform for processing data, integrating systems, and building simple APIs and microservices. The Azure Serverless Computing Cookbook will, through the development of basic back-end wep API that performs simple operations, helps you understand how to persist data in Azure Storage services.
Frequently Asked Questions
We’d recommend the following courses to compliment skills acquired from AZ-020Too:
- AZ-104T00: Microsoft Azure Administrator
- AZ-400T00: Designing and Implementing Microsoft DevOps solutions
- AZ-500T00: Microsoft Azure Security Technologies
- AZ-600T00: Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack Hub
- AZ-700T00: Designing and Implementing Microsoft Azure Networking Solutions
- AZ-800T00: Administering Windows Server Hybrid Core Infrastructure
- AZ-801T00: Configuring Windows Server Hybrid Advanced Services
- WS-011T00: Windows Server 2019 Administration
- WS-012T00: Windows Server 2019 Hybrid and Azure IaaS
- WS-013T00: Azure Stack HCI