Commit Graph

3366 Commits

Author SHA1 Message Date
b2cb346fa6 Merge branch 'master' of https://github.com/fleschutz/PowerShell 2023-09-17 11:31:26 +02:00
c311385d43 Update set-volume.ps1 2023-09-17 11:31:10 +02:00
040f039ae9 Update check-powershell.ps1 2023-09-16 12:29:49 +02:00
35f6d9ab90 Update copy-photos-sorted.ps1 2023-09-16 12:22:47 +02:00
6ad06a7b31 Update FAQ.md 2023-09-15 15:56:46 +02:00
c9ccde874d Update FAQ.md 2023-09-15 15:52:55 +02:00
fa8750ae0d Update FAQ.md 2023-09-15 15:45:26 +02:00
beb5f7f4bf Update FAQ.md 2023-09-15 08:30:57 +02:00
e1b6894828 Update check-powershell.ps1 2023-09-14 17:32:17 +02:00
e1f57abcdd Update FUNDING.yml 2023-09-13 14:42:36 +02:00
070837ecd0 Update FUNDING.yml 2023-09-13 14:40:31 +02:00
f5f556961d Create FUNDING.yml 2023-09-13 14:38:46 +02:00
722c59256a Merge branch 'master' of github.com:fleschutz/PowerShell 2023-09-13 10:30:08 +02:00
a3340f3994 Update ICAO_airport_codes.csv 2023-09-13 10:29:50 +02:00
b31ca9f095 Update the manuals 2023-09-13 09:49:05 +02:00
7ad7923ef3 Update new-branch.ps1 2023-09-13 09:46:47 +02:00
f79c6d843a Update list-public-ip.ps1 2023-09-13 08:41:22 +02:00
ced7359b6d Update check-vpn.ps1 2023-09-13 08:34:59 +02:00
a6936f6726 Update check-ping.ps1 2023-09-13 08:22:16 +02:00
3347acc028 Update the measure-*.ps1 scripts 2023-09-13 07:57:23 +02:00
15f0a279b9 Update the measure-* scripts 2023-09-13 07:31:40 +02:00
35da2ffb21 Update count-lines-of-code.ps1 2023-09-12 22:24:57 +02:00
aa7ae2fff1 Update check-ping.ps1 2023-09-12 22:07:26 +02:00
7f31a3b98b Update FAQ.md 2023-09-12 14:31:58 +02:00
bf2bb7b179 Update FAQ.md 2023-09-12 14:29:45 +02:00
e909ed9288 Update FAQ.md 2023-09-12 14:28:05 +02:00
4e1c1feb79 Update FAQ.md 2023-09-12 14:25:14 +02:00
19e9bfbcdf Update FAQ.md 2023-09-12 14:17:08 +02:00
3731229913 Update FAQ.md 2023-09-12 14:09:05 +02:00
8684ccb73f Update FAQ.md 2023-09-12 14:08:11 +02:00
ece94dfa79 Add disable-ipv6.ps1, enable-ipv6.ps1, and list-ipv6.ps1 2023-09-12 13:55:43 +02:00
037920f60d Merge branch 'master' of github.com:fleschutz/PowerShell 2023-09-12 13:37:15 +02:00
0542d95b61 Update computing.csv 2023-09-12 13:36:56 +02:00
b621eadc25 Merge branch 'master' of github.com:fleschutz/PowerShell 2023-09-11 19:50:12 +02:00
2bf762f3b3 Reduce # of domains to 100 for performance 2023-09-11 19:49:35 +02:00
f7d66192af Update clear-dns-cache.ps1 2023-09-11 19:28:56 +02:00
37601075c8 Update check-repo.ps1 2023-09-11 15:57:46 +02:00
ddb854ec46 Update general.csv 2023-09-11 15:23:45 +02:00
df026e721c Update computing.csv 2023-09-11 14:50:13 +02:00
815440638d Update some abbreviations 2023-09-11 14:44:52 +02:00
64880f982a Update computing.csv and general.csv 2023-09-11 11:09:24 +02:00
5f6e4d3fb4 Update what-is.ps1 2023-09-11 10:56:09 +02:00
0281bed912 Add KDiff3 2023-09-11 08:39:42 +02:00
3d9d0e8071 Merge pull request #22 from Paul1404/master
Refactor Firewall Rule Addition Script
2023-09-09 10:56:48 +02:00
e764c995de Small documentation error in the SYNOPSIS 2023-09-08 23:46:34 +02:00
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
84a62b5d4c Update the docs for *firefox* and *chrome* scripts 2023-09-08 20:09:27 +02:00
843a12ed7d Add description of 'install-firefox.ps1' 2023-09-08 19:50:31 +02:00
d144dc3aa4 Update aviation.csv and general.csv 2023-09-07 15:16:31 +02:00
f93afeb4be Fix typo 2023-09-06 16:44:59 +02:00