67 lines
4.6 KiB
Markdown
67 lines
4.6 KiB
Markdown
Collection of PowerShell Scripts
|
|
=====================================
|
|
|
|
**This repository provides useful and cross-platform PowerShell scripts in the [📂Scripts](Scripts/) subfolder - to be used by command-line interface (CLI), by automation software like [Jenkins](https://www.jenkins.io/), automatically as daily tasks, or simply to learn PowerShell. See the [FAQ page](Docs/FAQ.md) if you need help or have any questions.**
|
|
|
|
⚙️ Scripts to Manage Computers
|
|
-------------------------------
|
|
|
|
| Script | Description | Help |
|
|
| ---------------------------------------------------- | ------------------------------------------------------------------ | --------------------------------------- |
|
|
| [add-firewall-rules.ps1](Scripts/add-firewall-rules.ps1) | Adds firewall rules for the given executables (needs admin rights) | [Help](Docs/add-firewall-rules.md) |
|
|
|
|
|
|
💻 Scripts for the Desktop
|
|
---------------------------
|
|
|
|
| Script | Description | Help |
|
|
| ---------------------------------------------------- | ------------------------------------------------------------------ | --------------------------------------- |
|
|
| [close-calculator.ps1](Scripts/close-calculator.ps1) | Closes the calculator application | [Help](Docs/close-calculator.md) |
|
|
|
|
|
|
|
📁 Scripts for Files & Folders
|
|
-------------------------------
|
|
|
|
| Script | Description | Help |
|
|
| ---------------------------------------------------- | ------------------------------------------------------------------ | ----------------------------------- |
|
|
| [cd-autostart.ps1](Scripts/cd-autostart.ps1) | Set the working directory to the user's autostart folder | [Help](Docs/cd-autostart.md) |
|
|
|
|
|
|
♻️ Scripts to Convert Files
|
|
---------------------------
|
|
|
|
| Script | Description | Help |
|
|
| ------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------- |
|
|
| [convert-csv2txt.ps1](Scripts/convert-csv2txt.ps1) | Converts a .CSV file to a text file | [Help](Docs/convert-csv2txt.md) |
|
|
|
|
|
|
|
|
📝 Scripts for Git
|
|
-------------------
|
|
|
|
| Script | Description | Help |
|
|
| ---------------------------------------------------- | ------------------------------------------------------------------ | --------------------------------------- |
|
|
| [build-repo.ps1](Scripts/build-repo.ps1) | Builds a Git repository | [Help](Docs/build-repo.md) |
|
|
|
|
🔎 Scripts for PowerShell
|
|
------------------------
|
|
|
|
| Script | Description | Help |
|
|
| ------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------- |
|
|
| [daily-tasks.sh](Scripts/daily-tasks.sh) | Execute PowerShell scripts automatically as daily tasks (Linux only) | [Help](Docs/daily-tasks.sh.md) |
|
|
|
|
|
|
🛒 Various PowerShell Scripts
|
|
------------------------------
|
|
|
|
| Script | Description | Help |
|
|
| ---------------------------------------------------- | ------------------------------------------------------------------ | --------------------------------------- |
|
|
| [add-memo.ps1](Scripts/add-memo.ps1) | Adds the given memo text to $HOME/Memos.csv | [Help](Docs/add-memo.md) |
|
|
|
|
Feedback
|
|
--------
|
|
Send your email feedback to: gabe [at] gabesville [dot] com
|
|
|
|
License, Copyright & Registered Trademarks
|
|
------------------------------------------
|
|
This open source project is licensed under the CC0 license. All registered trademarks are the property of their respective owners. |