Files

42 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2025-08-05 02:18:48 +00:00
Collection of PowerShell Scripts
=====================================
2025-08-05 03:23:37 +00:00
**This repository provides useful and cross-platform PowerShell scripts - 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.**
2025-08-05 02:18:48 +00:00
2025-08-05 17:53:26 +00:00
⚙️ Scripts to
2025-08-05 02:18:48 +00:00
-------------------------------
| Script | Description | Help |
| ---------------------------------------------------- | ------------------------------------------------------------------ | --------------------------------------- |
2025-08-05 17:55:14 +00:00
| Reboot (Main Script).ps1 | Disables Bitlocker if enabled and forces a restart | [Help](Docs/add-firewall-rules.md) |
2025-08-05 17:53:26 +00:00
|
2025-08-09 17:30:40 +00:00
```
├── example.json
├── index.html
├── index.js
├── package.json
├── package-lock.json
├── README.md
└── src
├── app.js
├── models.js
├── routes.js
└── utils
├── another.js
├── constants.js
└── index.js
```
2025-08-05 02:18:48 +00:00
Feedback
--------
Send your email feedback to: gabe [at] gabesville [dot] com
License, Copyright & Registered Trademarks
------------------------------------------
2025-08-09 17:07:39 +00:00
This open source project is licensed under the MIT license. All registered trademarks are the property of their respective owners.