500+ PowerShell scripts (.ps1) for every system!
Go to file
2021-03-18 11:13:03 +01:00
Data Update switch-branch.ps1 2021-03-16 15:44:36 +01:00
Misc Added the PowerShell icons 2021-02-24 10:10:43 +01:00
Scripts Improve error message 2021-03-17 16:33:22 +01:00
LICENSE Initial commit 2020-04-30 17:49:27 +02:00
README.md Update README.md 2021-03-18 11:13:03 +01:00

Collection of PowerShell Scripts

This repository contains 150+ useful and cross-platform PowerShell scripts in the Scripts/ subfolder - to be used by command-line interface (CLI), for remote control (RC), 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.

🔊 Scripts for Audio & Voice

⚙️ Scripts for Computer Management

💻 Scripts for the Desktop

📁 Scripts for Files & Folders

📝 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
  • switch-branch.ps1 - switches the branch in the current/given Git repository (including submodules)
  • update-repos.ps1 - updates all Git repositories under the current/given directory (including submodules)

🔎 Scripts for PowerShell

🛒 Various 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.