This course is not for beginners, you must have basic knowledge of PowerShell scripting and Microsoft Azure.
This course will teach you how you can use PowerShell cmdlet to build logic to Implement or Automate Azure resources.
This course covers some basic cmdlets that you will use many times during script and logic creation on Azure
What is PowerShell 7?
PowerShell 7.0 is an open-source, cross-platform (Windows, macOS, and Linux) edition of PowerShell, built to manage heterogeneous environments and hybrid cloud.
Where can I install PowerShell?
PowerShell 7 currently supports the following operating systems on x64, including:
Windows 8.1, and 10
Windows Server 2012, 2012 R2, 2016, and 2019
macOS 10.13+
Red Hat Enterprise Linux (RHEL) / CentOS 7
Fedora 30+
Debian 9
Ubuntu LTS 16.04+
Alpine Linux 3.8+
Additionally, PowerShell 7.0 supports ARM32 and ARM64 flavors of Debian, Ubuntu, and ARM64 Alpine Linux.
What will you learn in this course?
1. Introduction of PowerShell
2. Installation of Powershell and How to set up Visual Studio Code and required extensions.
3. How to Install Azure PowerShell module
4. Understanding of PowerShell String, Arrays, and Automatic Variables
5. Practical demonstration of some important command like Select-Object, Where-Object, Group-Object.
6. In Section 5 we will start with logic building in PowerShell
7. In Section 6 we will cover some advanced logic building using PowerShell