mirror of
https://github.com/serialexperiments0815/PowershellExcercises.git
synced 2026-07-12 15:32:25 +00:00
No description
|
|
||
|---|---|---|
| 1 - Basics | ||
| 2 - Simple Automation | ||
| 3 - Intermediate | ||
| README.md | ||
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
- 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.