Automate administrative tasks by using PowerShell
- Offered byMicrosoft
Automate administrative tasks by using PowerShell at Microsoft Overview
Duration | 3 hours |
Total fee | Free |
Mode of learning | Online |
Schedule type | Self paced |
Difficulty level | Beginner |
Official Website | Explore Free Course |
Credential | Certificate |
Automate administrative tasks by using PowerShell at Microsoft Course details
- Introduction to PowerShell
- Discover commands in PowerShell
- Connect commands into a pipeline
- Write your first PowerShell code
- Introduction to scripting in PowerShell
- Automate Azure tasks using scripts with PowerShell
- PowerShell can be used to automate tasks such as user management, CI/CD, managing cloud resources and much more
- You'll learn to run commands, how to learn more about PowerShell and additionally to create and run script files
- You'll learn basics like what PowerShell is, what it's used for, and how to use it
- Use help to read more about a command, what the command does, and how to call it
- In this course, you'll learn how to connect commands into a pipeline
- In this course, you begin learning the basics of programming by writing and running code in PowerShell
Automate administrative tasks by using PowerShell at Microsoft Curriculum
Introduction to PowerShell
Introduction
What is PowerShell?
Exercise - Run your first PowerShell commands
Locate commands
Exercise - Locate commands
Knowledge check
Summary
Discover commands in PowerShell
Introduction
Discover a command by using the help system
Exercise - Using help
Discover objects
Exercise - Discover objects
Knowledge check
Summary
Connect commands into a pipeline
Introduction
Selecting data
Exercise - Construct a pipeline
Use formatting and filtering
Exercise - Format your output
Knowledge check
Summary
Write your first PowerShell code
Introduction
Exercise - "Hello World!"
How PowerShell code works
Challenge
Solution
Knowledge check
Summary
Introduction to scripting in PowerShell
Introduction
Introduction to scripting
Exercise - Scripting
Parameters
Exercise - Parameters
Flow control
Exercise - Flow control
Error handling
Exercise - Error handling
Knowledge check
Summary
Automate Azure tasks using scripts with PowerShell
Introduction
Decide if Azure PowerShell is right for your tasks
Install PowerShell
Exercise - Install Azure PowerShell
Create an Azure Resource using scripts in Azure PowerShell
Exercise - Create an Azure Resource using scripts in Azure PowerShell
Create and save scripts in Azure PowerShell
Exercise - Create and save scripts in Azure PowerShell
Summary