500+ PowerShell scripts (.ps1) for every system!
Go to file
2021-03-16 08:45:53 +01:00
Data Add list-drives.ps1 2021-03-15 17:22:33 +01:00
Misc Added the PowerShell icons 2021-02-24 10:10:43 +01:00
Scripts Update the scripts 2021-03-16 08:45:53 +01:00
LICENSE Initial commit 2020-04-30 17:49:27 +02:00
README.md Add list-drives.ps1 2021-03-15 17:22:33 +01:00

Collection of PowerShell Scripts

This repository contains 150+ useful and cross-platform PowerShell scripts in the Scripts/ folder - 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

  • 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 a single Git repository at the current/given directory (including submodules)
  • fetch-repos.ps1 - fetches all Git repositories under the current/given directory (including submodules)
  • list-branches.ps1 - lists the Git branches in the current/given repository
  • list-commits.ps1 - lists the Git commits in the current/given repository
  • switch-branch.ps1 - switches the current Git repository to the given branch (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.