500+ PowerShell scripts (.ps1) for every system!
Go to file
Markus Fleschutz 2d54d2216b
Update FAQ.md
2021-03-29 11:37:02 +02:00
Data Add list-tasks.ps1 2021-03-27 10:02:38 +01:00
Misc Update FAQ.md 2021-03-29 11:37:02 +02:00
Scripts Add list-tasks.ps1 2021-03-27 10:02:38 +01:00
LICENSE Initial commit 2020-04-30 17:49:27 +02:00
README.md Add list-tasks.ps1 2021-03-27 10:02:38 +01:00

Mega Collection of PowerShell Scripts

This repository provides more than 160 useful and cross-platform PowerShell scripts in the subfolder Scripts/ - to be used by command-line interface (CLI), for remote control (e.g. via SSH), by context menu, by voice control, by automation software like Jenkins, automatically as daily tasks, or simply to learn PowerShell. See the FAQ page if you need help or have any questions.

🔊 PowerShell Scripts for Audio & Voice

⚙️ PowerShell Scripts for Computer Management

💻 PowerShell Scripts for the Desktop

📁 PowerShell Scripts for Files & Folders

📝 PowerShell Scripts for Git

  • cherry-picker.ps1 - cherry-picks a Git commit into multiple branches
  • clean-branch.ps1 - cleans the current Git branch (including submodules) from generated files
  • clone-repos.ps1 - clones well-known Git repositories
  • configure-git.ps1 - sets up the Git user configuration
  • fetch-repo.ps1 - fetches updates for the current/given Git repository (including submodules)
  • fetch-repos.ps1 - fetches updates for all Git repositories under the current/given directory (including submodules)
  • list-branches.ps1 - lists all branches in the current/given Git repository
  • list-commits.ps1 - lists all commits in the current/given Git repository
  • list-tags.ps1 - lists all tags in the current/given Git repository
  • pull-repo.ps1 - pulls updates for the current/given Git repository (including submodules)
  • pull-repos.ps1 - pulls updates for all Git repositories under the current/given directory (including submodules)
  • switch-branch.ps1 - switches the branch in the current/given Git repository (including submodules)

🔎 Scripts for PowerShell

🛒 Various PowerShell Scripts

Feedback

Send your email feedback to: markus [at] fleschutz [dot] de

This open source release is licensed under the CC0 license. All trademarks are the property of their respective owners.