Midnight theme

Midnight is a theme for GitHub Pages.


Project maintained by GiBoris Hosted on GitHub Pages — Theme by mattgraham

layout: default title: PowerShell Scripting Lab —

PowerShell Scripting Lab (Windows Administration Fundamentals)

This lab documents hands-on PowerShell scripting and command-line administration completed as part of the “Practical Windows PowerShell Scripting” specialization (Pearson / Coursera).

The goal of this lab is to demonstrate foundational scripting skills that are directly relevant to system administration and entry-level cybersecurity roles.


Lab Environment

Operating System

Shell


Objectives

This lab demonstrates the ability to:

  1. Configure PowerShell execution policy
  2. Manage Windows services via PowerShell
  3. Inspect objects and properties
  4. Work with variables and arrays
  5. Create simple PowerShell scripts and GUI interactions

Lab Tasks and Implementation

1. Execution Policy Configuration

Execution Policy Configuration


2. Windows Services Management

Used the following cmdlets to manage services:

Validated service state changes directly from PowerShell.

Windows Services Management


3. Object Inspection with Select-Object

Object Inspection with Select-Object


4. Variables and Arrays

Variables and Arrays


5. Script Creation and GUI Pop-Up

Script Creation and GUI Pop-Up


Tools and Cmdlets Used


Key Skills Demonstrated


Disclaimer

All scripts and commands were executed in a non-production test environment. No real systems, credentials, or sensitive data were used.