From a1ce65eb6afec6ef5c808b6e8a47731d4dc447ee Mon Sep 17 00:00:00 2001 From: serialexperiments0815 <112315380+serialexperiments0815@users.noreply.github.com> Date: Sat, 18 Oct 2025 17:09:03 +0200 Subject: [PATCH] Create README.md with project details Added project overview, structure, and usage instructions. --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..585a9c1 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +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 +``` +2. - Open PowerShell in the desired folder. +3. - Run a script: +``` +.\'1 - Basics'\[ExampleScript].ps1 +``` +3.5 - Customize parameters if needed.