https://github.com/shresht7/powershell
A collection of PowerShell Functions, Scripts and Modules
https://github.com/shresht7/powershell
Last synced: 5 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T08:44:06.000Z (about 1 year ago)
- Last Synced: 2025-01-27T09:09:37.554Z (11 months ago)
- Language: PowerShell
- Homepage:
- Size: 251 KB
- Stars: 1
- 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
---