- Lab
- A Cloud Guru
Managing Two Azure VMs from One PowerShell Session
In this hands-on lab, you are tasked with finding system information from multiple VMs using PowerShell. Instead of logging into each server, it's much easier to perform PowerShell commands from a single terminal. Using the `Enter-AzVM` command, you will be able to access the Azure VM from a PowerShell session and perform all the necessary commands, just as if you were logged into the machine.
Path Info
Table of Contents
-
Challenge
Open Cloud Shell and Navigate to Your Resource Group
- Open Cloud Shell and open the PowerShell prompt.
- Change directory into the resource group for this hands-on lab.
- List all VMs.
-
Challenge
Enable PowerShell Remoting for Both VMs
- Enable PowerShell remoting for the Windows VM.
- Enable PowerShell remoting for the Linux VM.
-
Challenge
Enter the VM and Get the Memory Utilization
- Install module.
- Disable certification verification.
- Access the Windows VM and verify memory utilization.
- Access the Linux VM and verify memory utilization.
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.