An open API service indexing awesome lists of open source software.

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.

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