Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shresht7/powershell

A collection of PowerShell Functions, Scripts and Modules
https://github.com/shresht7/powershell

Last synced: about 1 month ago
JSON representation

A collection of PowerShell Functions, Scripts and Modules

Awesome Lists containing this project

README

        

# PowerShell

A collection of PowerShell Functions, Scripts and Modules.

## Repository

- [`Modules`](./Modules/): Contains a collection of PowerShell modules
- [`Scripts`](./Scripts/): Contains a collection of PowerShell scripts
- [`Link-Scripts.ps1`](Link-Scripts.ps1): Creates symbolic links for every script in the local [`Scripts`](./Scripts/) folder to the `$HOME\Scripts` folder.
- [`Link-Modules.ps1`](Link-Modules.ps1): Creates symbolic links for every PowerShell module in the local [`Modules`](./Modules/) directory to the first `$Env:PSModulePath` folder (normally `$HOME\Documents\PowerShell\Modules`).

---

## Modules

### [`AutoComplete`](./Modules/AutoComplete/)
### [`Backup`](./Modules/Backup/)
### [`FSUtils`](./Modules/FSUtils/)
### [`PSReadLineUtilities`](./Modules/PSReadLineUtilities/)
### [`Screenshot`](./Modules/Screenshot/)
### [`Search-Web`](./Modules/Search-Web/)
### [`Speech`](./Modules/Speech/)
### [`System-Information`](./Modules/System-Information/)
### [`Utilities`](./Modules/Utilities/)
### [`Writer`](./Modules/Writer/)

---

## Scripts

---