https://github.com/jdgregson/powershell-bin
A collection of useful PowerShell scripts I've found, written, and played with.
https://github.com/jdgregson/powershell-bin
Last synced: 12 months ago
JSON representation
A collection of useful PowerShell scripts I've found, written, and played with.
- Host: GitHub
- URL: https://github.com/jdgregson/powershell-bin
- Owner: jdgregson
- License: unlicense
- Created: 2017-01-20T03:57:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-20T04:07:38.000Z (over 9 years ago)
- Last Synced: 2025-04-06T06:41:25.198Z (about 1 year ago)
- Language: PowerShell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PowerShell Bin
A collection of useful PowerShell scripts I've found, written, and played with.
## Set PowerShell Path
To set your path variable in powershell, modify the string below to point to
some directory where you want to store scripts like the ones in PowerShell Bin:
`$env:Path += ";C:\Users\USERNAME\bin"`
Save the string in the following file (you may need to create the folder too):
`C:\Users\USERNAME\Documents\WindowsPowerShell\profile.ps1`