PowerShell scripting exercises and automation examples.
This repository contains PowerShell scripts demonstrating:
- System administration tasks
- File and directory operations
- Process management
- Text processing and data manipulation
- Automation workflows
- PowerShell
- PowerShell 5.1 or PowerShell Core 7+
- Windows/Linux/macOS
Run scripts from PowerShell:
.\script_name.ps1Note: You may need to adjust execution policy:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUserThis project is licensed under the MIT License - see the LICENSE file for details.
Przemek (Trochim86)