Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shresht7/powershell
- Owner: Shresht7
- License: mit
- Created: 2022-12-06T20:05:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T09:27:57.000Z (6 months ago)
- Last Synced: 2024-05-04T10:28:27.009Z (6 months ago)
- Language: PowerShell
- Homepage:
- Size: 247 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
---