- Lab
- A Cloud Guru
Configure PowerShell Remoting
This hands-on lab walks through the process of configuring and using PowerShell remoting, including interactive, persistent, non-presistent, and one-to-many remoting.
Path Info
Table of Contents
-
Challenge
Verify Remote Management Is Enabled
Verify remote management is enabled, and confirm Windows Defender Firewall is configured to allow remote management on
BRADC1
andBRADC2
. -
Challenge
Demonstrate PowerShell Remoting
- Connect to
BRAWKS1
using thestandard_user
account - Demonstrate PowerShell remoting, including:
- Use interactive remoting to connect to
BRADC1
and install thePSWindowsUpdate
module from the PowerShell Gallery - Use non-persistent remoting to connect to
BRADC1
and verify thePSWindowsUpdate
module is installed - Create a persistent remoting session on
BRADC1
, and use the peristent session to save a new variable and retrieve the variable in two separate commands - Use one-to-many remoting to configure DNS forwarders to
168.63.129.16
on bothBRADC1
andBRADC2
using one PowerShell remoting command
- Use interactive remoting to connect to
- Connect to
-
Challenge
Connect to the Virtual Machines
- Use Remote Desktop to connect to
BRAWKS1
using the public IP address and the username and password from the lab details. - Use Remote Desktop to connect to
BRADC1
andBRADC2
using the public IP addresses and the username and the password from the lab details.
PLEASE NOTE
The username used to connect to
BRAWKS1
is different from the username used to connect toBRADC1
andBRADC2
. - Use Remote Desktop to connect to
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.