This repository contains PowerShell scripts and projects.
Following lessons from Learning PowerShell Over Lunch in 30 Days.
powershell_basics_tutorial.py- Interactive marimo notebook covering PowerShell fundamentalsexercises/- PowerShell exercises and practice scripts from the book
pip install marimo pandasInstall PowerShell Core (if not already installed):
- macOS/Linux:
brew install powershell - Windows: Download from Microsoft PowerShell
marimo edit powershell_basics_tutorial.py- PowerShell Basics
- Variables and Data Types
- Working with Objects
- Pipeline
- Filtering and Selecting
- Arrays and Collections
- Hash Tables
- Conditional Statements
- Loops
- Functions
- Working with Files and Directories
- Working with CSV and JSON
- Error Handling
- Remote Management
- Useful Cmdlets Reference
The notebook includes an interactive PowerShell command executor for hands-on practice!