https://github.com/k3r0sense/pss
My PowerShell Scripts.
https://github.com/k3r0sense/pss
powershell
Last synced: about 1 year ago
JSON representation
My PowerShell Scripts.
- Host: GitHub
- URL: https://github.com/k3r0sense/pss
- Owner: k3r0sense
- License: gpl-3.0
- Created: 2025-03-26T10:22:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-26T16:27:03.000Z (about 1 year ago)
- Last Synced: 2025-03-26T16:41:13.430Z (about 1 year ago)
- Topics: powershell
- Language: PowerShell
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Hand-written PowerShell Scripts
Repository with useful (at least for me) PowerShell scripts. You always can customize it by your own.
## Execute without downloading
You can also execute script with PowerShell command with no downloading `.ps1` files:
#### `irm https://raw.githubusercontent.com/k3r0sense/pwsh/refs/heads/main/Setup.ps1 | iex`