Commit Graph

3337 Commits

Author SHA1 Message Date
Markus Fleschutz
8684ccb73f
Update FAQ.md 2023-09-12 14:08:11 +02:00
Markus Fleschutz
ece94dfa79 Add disable-ipv6.ps1, enable-ipv6.ps1, and list-ipv6.ps1 2023-09-12 13:55:43 +02:00
Markus Fleschutz
037920f60d Merge branch 'master' of github.com:fleschutz/PowerShell 2023-09-12 13:37:15 +02:00
Markus Fleschutz
0542d95b61 Update computing.csv 2023-09-12 13:36:56 +02:00
Markus Fleschutz
b621eadc25 Merge branch 'master' of github.com:fleschutz/PowerShell 2023-09-11 19:50:12 +02:00
Markus Fleschutz
2bf762f3b3 Reduce # of domains to 100 for performance 2023-09-11 19:49:35 +02:00
Markus Fleschutz
f7d66192af Update clear-dns-cache.ps1 2023-09-11 19:28:56 +02:00
Markus Fleschutz
37601075c8 Update check-repo.ps1 2023-09-11 15:57:46 +02:00
Markus Fleschutz
ddb854ec46 Update general.csv 2023-09-11 15:23:45 +02:00
Markus Fleschutz
df026e721c Update computing.csv 2023-09-11 14:50:13 +02:00
Markus Fleschutz
815440638d Update some abbreviations 2023-09-11 14:44:52 +02:00
Markus Fleschutz
64880f982a Update computing.csv and general.csv 2023-09-11 11:09:24 +02:00
Markus Fleschutz
5f6e4d3fb4 Update what-is.ps1 2023-09-11 10:56:09 +02:00
Markus Fleschutz
0281bed912 Add KDiff3 2023-09-11 08:39:42 +02:00
Markus Fleschutz
3d9d0e8071
Merge pull request #22 from Paul1404/master
Refactor Firewall Rule Addition Script
2023-09-09 10:56:48 +02:00
Paul
e764c995de Small documentation error in the SYNOPSIS 2023-09-08 23:46:34 +02:00
Paul
b9deb748b0 Refactor and Enhance Firewall Script
- Replaced `$Profile` with `$FirewallProfile` to avoid conflict with built-in PowerShell variable.
- Introduced parameters for firewall rule direction (`$Direction`) and profile (`$FirewallProfile`).
- Removed redundant elevation using `Start-Process` and retained `#Requires -RunAsAdministrator`.
- Simplified path handling using `Convert-Path` and `-Filter` parameter of `Get-ChildItem`.
- Streamlined the loop for adding firewall rules with a direct `foreach`.
- Enhanced error handling for better user feedback and interaction.

This refactor improves readability, flexibility, and reduces potential for errors in the script.
2023-09-08 23:43:15 +02:00
Markus Fleschutz
84a62b5d4c Update the docs for *firefox* and *chrome* scripts 2023-09-08 20:09:27 +02:00
Markus Fleschutz
843a12ed7d Add description of 'install-firefox.ps1' 2023-09-08 19:50:31 +02:00
Markus Fleschutz
d144dc3aa4 Update aviation.csv and general.csv 2023-09-07 15:16:31 +02:00
Markus Fleschutz
f93afeb4be Fix typo 2023-09-06 16:44:59 +02:00
Markus Fleschutz
9e5773e033 Update pull-repo.ps1 2023-09-06 16:43:16 +02:00
Markus Fleschutz
3bfb53cdc5 Update fetch-repo.ps1 2023-09-04 13:32:10 +02:00
Markus Fleschutz
653aae36a5 Update switch-brannch.ps1 2023-09-04 12:55:43 +02:00
Markus Fleschutz
fbda619d8f Add execute bit for Linux 2023-09-01 17:53:32 +02:00
Markus Fleschutz
151cbd90cd Update the manuals 2023-09-01 17:53:03 +02:00
Markus Fleschutz
6aeb2895f2
Update README.md 2023-09-01 17:49:40 +02:00
Markus Fleschutz
95b66fe2bf Update sync-repo.ps1 2023-09-01 13:25:04 +02:00
Markus Fleschutz
f4bd6ef82b Update pull-repos.ps1 2023-09-01 09:53:29 +02:00
Markus Fleschutz
8c58536e17 Merge branch 'master' of github.com:fleschutz/PowerShell 2023-09-01 09:49:44 +02:00
Markus Fleschutz
8cc3c85a56 Update clean-repo.ps1 2023-09-01 09:49:00 +02:00
Markus Fleschutz
6eb7f26f1b Merge branch 'master' of github.com:fleschutz/PowerShell 2023-08-31 17:21:09 +02:00
Markus Fleschutz
e20ff1ad6f Update install-updates.ps1 2023-08-31 17:20:53 +02:00
Markus Fleschutz
f507273d2d Update new-branch.ps1 2023-08-31 09:51:20 +02:00
Markus Fleschutz
c79623d90f Update switch-branch.ps1 2023-08-31 08:06:10 +02:00
Markus Fleschutz
860b43149a Update list-dir-tree.ps1 2023-08-30 10:28:51 +02:00
Markus Fleschutz
141a1de976 Update write-code.ps1 2023-08-29 20:58:35 +02:00
Markus Fleschutz
932d97b373 Update computing.csv 2023-08-29 20:50:01 +02:00
Markus Fleschutz
8a1935170f Update new-branch.ps1 2023-08-29 17:22:53 +02:00
Markus Fleschutz
4de252f33f Update aviation.csv 2023-08-29 08:42:42 +02:00
Markus Fleschutz
e75a1d476f Update aviation.csv 2023-08-28 16:44:13 +02:00
Markus Fleschutz
51dc9b5ba1 Update aviation.csv 2023-08-28 15:24:34 +02:00
Markus Fleschutz
46341ca147
Update README.md 2023-08-28 13:12:49 +02:00
Markus Fleschutz
e7031bc8d8 Merge branch 'master' of github.com:fleschutz/PowerShell 2023-08-28 10:34:17 +02:00
Markus Fleschutz
8d0522358d Update clean-repo.ps1 and switch-branch.ps1 2023-08-28 10:33:58 +02:00
Markus Fleschutz
83e9fd962f
Update README.md 2023-08-28 09:34:30 +02:00
Markus Fleschutz
4c0a77c2c7 Add write-in-emojis.ps1 2023-08-25 12:17:02 +02:00
Markus Fleschutz
bfa8c73c19 Update write-joke.ps1 and write-quote.ps1 2023-08-25 08:08:53 +02:00
Markus Fleschutz
175eabc661 Update check-power.ps1 2023-08-24 19:09:32 +02:00
Markus Fleschutz
71bd6bf643
Update scripts.csv 2023-08-24 14:33:13 +02:00