https://github.com/eolui/powershellscripts
This repository contains a collection of PowerShell scripts created during my journey of learning PowerShell.
https://github.com/eolui/powershellscripts
learning powershell powershell-script
Last synced: 12 days ago
JSON representation
This repository contains a collection of PowerShell scripts created during my journey of learning PowerShell.
- Host: GitHub
- URL: https://github.com/eolui/powershellscripts
- Owner: eolui
- Created: 2024-07-17T15:48:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-22T15:24:26.000Z (over 1 year ago)
- Last Synced: 2025-01-15T19:51:53.090Z (about 1 year ago)
- Topics: learning, powershell, powershell-script
- Language: PowerShell
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PowerShell Learning Scripts
This repository contains a collection of PowerShell scripts created during my journey of learning PowerShell.
## Description
This project serves as a personal archive of PowerShell scripts I've written while learning PowerShell. The scripts showcase my progress and experiments with PowerShell.
## Contents
- Files Organizer
- Find and Relocate Files Older Than X Days
- Translate Txt and Excel files to CSV with ~ as delimiter
## Usage
Each script is self-contained and can be run independently. To use a script:
1. Ensure you have PowerShell installed on your system.
2. Clone this repository or download the desired script.
3. Open PowerShell and navigate to the script's directory.
4. Run the script using the command: `.\ScriptName.ps1`
## Contributing
This is a personal learning repository, but suggestions and improvements are welcome. Feel free to open an issue or submit a pull request if you have any ideas or corrections.
## Acknowledgments
- TopExcelTips for giving me PowerShell project ideas