Merge branch 'main' of ssh://gitea.rutishauser.info:2222/roru/IT-Wissen into main

This commit is contained in:
Roger Rutishauser 2024-12-18 13:22:44 +01:00
commit 22a9bbdd9c

View File

@ -16,6 +16,15 @@ Status Check: `Get-WindowsCapability -Name RSAT* -Online | Select-Object -Proper
## TLS Version aktiv/inaktiv? ## TLS Version aktiv/inaktiv?
### Variante 1
- Step 1: Press Win + I to open Run, type `inetcpl.cpl`, and click OK to open the Internet Properties window.
- Step 2: Under the Advanced tab, scroll down to find Use TLS 1.2. If it is not selected, check the box and tap on Apply.
### Variante 2
Gab bei Windows 11 falsche Resultate!
``` ```
# Function to check TLS version # Function to check TLS version
function Test-TlsVersion { function Test-TlsVersion {