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

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.

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`