title
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
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
- 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.
Audience
Prerequisites
-
Before attending this course, students must have:
- Experience with Windows networking technologies and implementation.
- Experience with Windows Server administration, maintenance, and troubleshooting.
Topics
- 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
- 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
- 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
- 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
- Introduction
- Manage IP addresses in PowerShell
- Manage IP routing in PowerShell
- Manage DNS clients in PowerShell
- Manage Windows Firewall settings in PowerShell
- 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
- Introduction
- Manage Windows 10 using PowerShell
- Manage permissions with PowerShell
- Introduction
- Review Windows PowerShell pipeline and its output
- Discover object members in PowerShell
- Control the formatting of pipeline output
- 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
- 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
- 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
- Introduction
- Write pipeline data to a file
- Convert pipeline objects to other forms of data representation in PowerShell
- Control additional output options in PowerShell
- 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
- Knowledge check
- Introduction
- Define Windows PowerShell providers
- Review the built-in providers in PowerShell
- Access provider help 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
- Introduction
- Review architecture of CIM and WMI
- Review repositories in CIM and WMI
- Locate online class documentation by using CIM and WMI cmdlets
- 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 CIMSession objects
- 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
- Introduction
- Define variables in Windows PowerShell scripts
- Create variable names in Windows PowerShell scripts
- Assign values and types to variables in Windows PowerShell scripts
- Identify the methods and properties of variables in Windows PowerShell scripts
- Use string variables and methods in Windows PowerShell scripts
- Use date variables and methods in Windows PowerShell scripts
- Introduction
- Define an array in Windows PowerShell scripts
- Work with array lists in Windows PowerShell scripts
- Define hash tables in Windows PowerShell Scripts
- Work with hash tables in Windows PowerShell scripts
- Introduction
- Review Windows PowerShell scripts
- Modify scripts in the PowerShell Gallery
- Create scripts using Windows PowerShell
- Review the PowerShellGet module in Windows PowerShell
- Run scripts and set the execution policy in Windows PowerShell
- Review Windows PowerShell and AppLocker
- Sign the scripts digitally in Windows PowerShell
- Introduction
- Review and use the ForEach loop in Windows PowerShell scripts
- Review and use the If construct in Windows PowerShell scripts
- Review and use the Switch construct in Windows PowerShell scripts
- Review the For construct in Windows PowerShell scripts
- Review other loop constructs in Windows PowerShell scripts
- Review Break and Continue in Windows PowerShell scripts
- Introduction
- Use the Get-Content command in Windows PowerShell scripts
- Use the Import-Csv cmdlet in Windows PowerShell scripts
- Use the Import-Clixml cmdlet in Windows PowerShell scripts
- Use the ConvertFrom-Json cmdlet in Windows PowerShell scripts
- Introduction
- Identify values that might change in Windows PowerShell scripts
- Use the Read-Host cmdlet in Windows PowerShell scripts
- Use the Get-Credential cmdlet in Windows PowerShell scripts
- Use the Out-GridView cmdlet in Windows PowerShell scripts
- Pass parameters to a Windows PowerShell script
- Introduction
- Interpret error messages generated for Windows PowerShell commands
- Add output to Windows PowerShell scripts
- Use breakpoints in Windows PowerShell scripts
- Interpret error actions for Windows PowerShell commands
- Introduction
- Review functions in Windows PowerShell scripts
- Use variable scope in Windows PowerShell scripts
- Create modules in Windows PowerShell scripts
- Use the dot sourcing feature in Windows PowerShell
- Introduction
- Review the remoting feature of Windows PowerShell
- Compare remoting with remote connectivity
- Review the remoting security feature of Windows PowerShell
- Enable remoting by using Windows PowerShell
- Use one-to-one remoting by using Windows PowerShell
- Use one-to-many remoting by using Windows PowerShell
- Compare remoting output with local output
- Introduction
- Review common remoting techniques of Windows PowerShell
- Send parameters to remote computers in Windows PowerShell
- Set access protection to variables, aliases, and functions by using the scope modifier
- Enable multi-hop remoting in Windows PowerShell
- Introduction
- Review persistent connections in Windows PowerShell
- Create and manage persistent PSSessions by using Windows PowerShell
- Disconnect PSSessions by using Windows PowerShell
- Review the feature of implicit remoting in Windows PowerShell
- Introduction
- Review Azure PowerShell
- Review the benefits of the Azure PowerShell module
- Install the Azure PowerShell module
- Migrate Azure PowerShell from AzureRM to Azure
- Review Microsoft Azure Active Directory module for Windows PowerShell and Azure Active Directory PowerShell for Graph modules
- Introduction
- Review the characteristics of Azure Cloud Shell
- Review the features and tools of Azure Cloud Shell
- Configure and experiment with Azure Cloud Shell
- Introduction
- Create a new Azure virtual machine by using Windows PowerShell commands
- Manage Azure virtual machines by using Windows PowerShell commands
- Manage Azure related storage by using Azure PowerShell
- Manage Azure subscriptions by using Azure PowerShell
- Introduction
- Review benefits to manage Microsoft 365 services by using Windows PowerShell
- Connect to the Microsoft 365 tenant by using Windows PowerShell
- Manage users in Microsoft 365 by using Windows PowerShell
- Manage groups in Microsoft 365 by using Windows PowerShell
- Manage roles in Microsoft 365 by using Windows PowerShell
- Manage licenses in Microsoft 365 by using Windows PowerShell
- Introduction
- Connect to Exchange Online by using Windows PowerShell
- Manage mailboxes in Exchange Online by using Windows PowerShell
- Manage resources in Exchange Online by using Windows PowerShell
- Manage admin roles in Exchange Online by using Windows PowerShell
- Introduction
- Install and connect to SharePoint Online Management Shell by using Windows PowerShell
- Manage SharePoint Online users and groups by using Windows PowerShell
- Manage SharePoint sites by using Windows PowerShell
- Manage SharePoint Online external user sharing by using Windows PowerShell
- Introduction
- Review Microsoft Teams PowerShell module
- Install the Microsoft Teams PowerShell module
- Manage teams with Microsoft Teams PowerShell module
- Introduction
- Define the types of background jobs in Windows PowerShell
- Start remote jobs and CIM/WMI jobs in Windows PowerShell
- Monitor jobs in Windows PowerShell
- Retrieve results for running jobs in Windows PowerShell
- Introduction
- Create and run Windows PowerShell scripts as scheduled tasks
- Define scheduled jobs in Windows PowerShell
- Create job option and job trigger objects in Windows PowerShell
- Create and register a scheduled job in Windows PowerShell
- Retrieve the results from a scheduled job in Windows PowerShell
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
Exam Terms & Conditions
Sorry, there are no classes that meet your criteria.
Please contact us to schedule a class.
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
Purchase Information
title
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.