Windows 11 Command Line Exploration

Learning to navigate and explore Windows 11 via PowerShell

Project Overview

This project is designed to help you become familiar with navigating and exploring Windows 11 using PowerShell commands. By working through these exercises, you'll gain valuable skills in system administration and command-line operations.

← Back to All Projects

Getting Started

To begin, you'll need:

  • A computer running Windows 11
  • Administrative access to your system
  • PowerShell 7.0 or higher (Core) is recommended

Download the scripts below and save them to a folder on your computer. Open PowerShell and navigate to that folder to execute them.

Available Scripts

Below are the PowerShell scripts for this project. Click on each to view details and download.

  • SystemInfo.ps1
    Download
  • FileExplorer.ps1
    Download
  • ProcessMonitor.ps1
    Download
  • Windows11Commands.txt
    Download
  • Win11Demo.ps1
    Download

Project Exercises

After downloading the scripts, complete the following exercises:

  1. Run SystemInfo.ps1 and note the details of your Windows 11 installation.
  2. Use FileExplorer.ps1 to:
    • Create a folder called "WindowsLab"
    • Create a text file inside it with notes about your system
    • Practice searching for files
  3. Use ProcessMonitor.ps1 to:
    • Identify the top 5 memory-consuming processes on your system
    • View detailed information for your web browser process
    • Monitor system performance for 2 minutes and note observations
  4. Using the Windows11Commands.txt reference:
    • Write your own PowerShell script that displays system uptime
    • Create a script that lists all installed applications

Additional Resources

Windows 11 Lab VMs

Access Windows 11 lab VMs for hands-on practice with the PowerShell commands and scripts in this project.