mirror of
https://github.com/serialexperiments0815/PowershellExcercises.git
synced 2026-07-12 15:32:25 +00:00
Create README.md with project details
Added project overview, structure, and usage instructions.
This commit is contained in:
parent
9dc9824b12
commit
a1ce65eb6a
1 changed files with 30 additions and 0 deletions
30
README.md
Normal file
30
README.md
Normal file
|
|
@ -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.
|
||||||
Loading…
Reference in a new issue