ab6c21a426
Update on-desktop-login.ps1
2023-09-26 08:15:57 +02:00
63aead20f9
Update open-dashboards.ps1
2023-09-26 07:31:35 +02:00
0fc5c2ca4a
Add write-joke.ps1 to on-desktop-login.ps1
2023-09-26 07:28:08 +02:00
8c8bfd7ee7
Update check-ping.ps1
2023-09-25 21:08:20 +02:00
b9a7b8f6ff
Update what-is.ps1
2023-09-25 13:15:27 +02:00
c823c14e95
Add list-defender-settings.ps1
2023-09-25 08:26:04 +02:00
7623b8e48b
Update play-snake.ps1
2023-09-23 14:58:49 +02:00
13ab287ca2
Update list-wsl-distros.ps1
2023-09-23 12:38:15 +02:00
884bf66199
Add list-wsl-distros.ps1
2023-09-23 10:05:01 +02:00
aa3e5a8555
Update configure-git.ps1
2023-09-23 09:58:28 +02:00
cb99c1ad30
Update configure-git.ps1
2023-09-23 09:51:07 +02:00
9c6491eb29
Add play-snake.ps1
2023-09-22 18:44:43 +02:00
61f91d2a0a
Add executable bits for Linux
2023-09-20 17:04:17 +02:00
3d43a360b6
Rename to play-rick.ps1
2023-09-20 14:03:48 +02:00
71b9cd04ed
Add open-rick-astley.ps1
2023-09-20 13:56:23 +02:00
791771e308
Add 'fetch-repos.ps1' to on-desktop-login.ps1
2023-09-20 08:25:51 +02:00
a217faecee
Update play-pong.ps1
2023-09-19 20:34:00 +02:00
5b2a69b336
Update list-coffee-prices.ps1
2023-09-19 15:52:46 +02:00
86f447985e
Update count-lines-of-code.ps1
2023-09-19 15:46:28 +02:00
a351f82ee5
Update play-pong.ps1
2023-09-18 20:26:16 +02:00
8af228e009
Update list-scripts.ps1
2023-09-18 18:48:56 +02:00
bee97e90c6
Update play-pong.ps1
2023-09-18 12:22:26 +02:00
77f9dafecf
Update list-updates.ps1 and install-updates.ps1
2023-09-18 08:21:30 +02:00
48caeda15f
Update fetch-repos.ps1
2023-09-18 07:54:36 +02:00
b8beb3ef27
Update fetch-repos.ps1
2023-09-17 19:58:29 +02:00
f864fa1d3a
Update play-pong.ps1
2023-09-17 19:35:15 +02:00
9a5a9cefec
Update install-updates.ps1
2023-09-17 12:26:58 +02:00
c9faa1ff01
Add play-pong.ps1
2023-09-17 12:18:49 +02:00
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
e1b6894828
Update check-powershell.ps1
2023-09-14 17:32:17 +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
ece94dfa79
Add disable-ipv6.ps1, enable-ipv6.ps1, and list-ipv6.ps1
2023-09-12 13:55:43 +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
5f6e4d3fb4
Update what-is.ps1
2023-09-11 10:56:09 +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