No description
Find a file
serialexperiments0815 a1ce65eb6a
Create README.md with project details
Added project overview, structure, and usage instructions.
2025-10-18 17:09:03 +02:00
1 - Basics Corrected many "./" path entries to $($PSScriptRoot). 2025-10-18 16:59:55 +02:00
2 - Simple Automation Corrected many "./" path entries to $($PSScriptRoot). 2025-10-18 16:59:55 +02:00
3 - Intermediate Corrected many "./" path entries to $($PSScriptRoot). 2025-10-18 16:59:55 +02:00
README.md Create README.md with project details 2025-10-18 17:09:03 +02:00

PowerShellExcercises

Contains PowerShell coding exercises to practice scripting, automation, and problem-solving skills.


Project Structure

1 - Basics/ Basic PowerShell commands and file operations

2 - Simple Automation/ Scripts to automate routine tasks like moving files, backups, and logging

3 - Intermediate/ More advanced scripts including monitoring, reports, and notifications

How to Use

  1. Clone the repository:
git clone https://github.com/serialexperiments0815/PowershellExcercises.git
    • Open PowerShell in the desired folder.
    • Run a script:
.\'1 - Basics'\[ExampleScript].ps1

3.5 - Customize parameters if needed.