added folders and scripts

This commit is contained in:
Gramzon
2025-01-20 15:48:15 +01:00
parent f8ac849f76
commit 44898bf457
15 changed files with 667 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
New-NetFirewallRule -DisplayName "Allow HTTP port 443" -Direction Inbound -Protocol TCP -LocalPort 443 -Action Allow -Profile Any