Archive for Juli, 2025

Linux command ‚mokutil‘ – the command run as root will validate if secureboot is enabled or disabled

Mittwoch, Juli 9th, 2025

To check if Secure Boot is enabled on your Linux system

mokutil –sb-state
SecureBoot enabled

To check the enrolled Machine Owner Key (MOK) certificates on your Linux system

# mokutil –list-enrolled

AMEOS Gruppe – es haben die Einrichtungen mit IT Problemen zu kämpfen

Mittwoch, Juli 9th, 2025

Microsoft Windows ’slmgr‘ – Befehlszeilentool das zum Anzeigen & Verwalten der Lizenzierung und Aktivierung des Betriebssystems dient

Mittwoch, Juli 9th, 2025
PS C:\Users\josef> slmgr -dli

PS C:\Users\josef> slmgr -dlv

Borkum Weststrand – online webcam

Mittwoch, Juli 9th, 2025

President Donald J. Trump – Participates in a Cabinet Meeting July 08 2025

Dienstag, Juli 8th, 2025

President Donald J. Trump told in the Cabinet Meeting “We get a lot of bullshit thrown at us by Putin if you want to know the truth. He’s very nice all the time but it turns out to be meaningless”

Klinikverbund Medizin Campus Bodensee (MCB) Friedrichshafen – zum 01.01.2026 soll die Trägerschaft der Stadt Friedrichshafen für das Klinikum und die weiteren Gesellschaften des Medizin Campus Bodensee (MCB) enden der neuer Träger soll der Landkreis Bodenseekreis werden

Dienstag, Juli 8th, 2025

Zabbix 7.4 – what’s new

Dienstag, Juli 8th, 2025

President Donald J. Trump – Participates in a Dinner with the Prime Minister of the State of Israel

Dienstag, Juli 8th, 2025

Raspberry Pi ‚Pi-KVM‘ – an open and cheap DIY IP-KVM

Dienstag, Juli 8th, 2025

BMW CE 04 Elektroroller – Kurven ohne Ende am Großvenediger und am Großglockner

Dienstag, Juli 8th, 2025

WhatsApp – „Komm NICHT in die Gruppe!“ bedeutet dass jemand nicht in eine bestimmte WhatsApp Gruppe aufgenommen werden möchte

Dienstag, Juli 8th, 2025

Israel Prime Minister Benjamin Netanyahu – on Monday told President Donald J. Trump he had nominated him for the Nobel Peace Prize

Dienstag, Juli 8th, 2025

16. Sitzung des Deutschen Bundestages 08.07.2025

Dienstag, Juli 8th, 2025

Secure Boot Zertifikate im UEFI Bios laufen ab – praktisch alle PCs sind betroffen

Montag, Juli 7th, 2025

Ab Juni 2026 laufen die bisherigen Microsoft Secure Boot Zertifikate aus bzw. ab und praktisch jeder PC hat heute ein UEFI Bios mit aktiviertem Secure Boot mit installiertem Windows 11 oder Linux

Secure Boot funktioniert wie das Schlüssel-Schloss-Prinzip im UEFI Bios sind Zertifikate von Microsoft gespeichert und das sind bisher die Zertifikate „Microsoft Corporation UEFI CA 2011“ „Microsoft Corporation KEK CA 2011“ und „Windows Production PCA 2011“ welche im Juni 2026 und Oktober 2026 ablaufen und ihre Gültigkeit verlieren

Wird danach der Bootloader von Windows in der Datei bootmgfw.efi durch Windows 11 Updates aktualisiert und trifft auf die alten Zertifikate im UEFI Bios dann startet der PC nicht mehr und das ganze auch umgekehrt

Jeder Anwender weltweit muss seine UEFI Bios Zertifikate aktualisieren der Countdown bis Juni 2026 läuft

 

PowerShell Script(s) to Get Secure Boot Certificate Information

PS C:\Users\josef> if ( ( Confirm-SecureBootUEFI ) -eq $false ) { Write-Host -ForegroundColor red `n ‚SecureBoot ist aus – Thema hat sich erledigt‘ `n } else { Write-Host -ForegroundColor green `n ‚SecureBoot Status OK‘ `n }

SecureBoot Status OK

PS C:\Users\josef> if ( ( [System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match ‚Windows Production PCA 2011‘ ) -eq $true ) { Write-Host -ForegroundColor green `n ‚Altes Zertifikat vorhanden‘ `n } else { Write-Host -ForegroundColor red `n ‚Altes Zertifikat nicht vorhanden!‘ `n }

Altes Zertifikat vorhanden

PS C:\Users\josef> if ( ( [System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match ‚Microsoft Corporation KEK CA 2011‘ ) -eq $true ) { Write-Host -ForegroundColor green `n ‚Altes Zertifikat vorhanden‘ `n } else { Write-Host -ForegroundColor red `n ‚Altes Zertifikat nicht vorhanden!‘ `n }

Altes Zertifikat nicht vorhanden!

PS C:\Users\josef> if ( ( [System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match ‚Windows UEFI CA 2023‘ ) -eq $false ) { Write-Host -ForegroundColor red `n ‚Neues UEFI Zertifikat ist noch nicht installiert!‘ `n } else { Write-Host -ForegroundColor green`n ‚Neues UEFI Zertifikat bereits installiert!‘ `n }

Neues UEFI Zertifikat ist noch nicht installiert!

PS C:\Users\josef> if ( ( Get-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Control\SecureBoot\Servicing\ -Name ‚WindowsUEFICA2023Capable‘ ).WindowsUEFICA2023Capable -eq 0 ) { Write-Host -ForegroundColor red `n ‚Windows ist noch nicht bereit für das neue Zertifikat!‘ `n } else { Write-Host -ForegroundColor green `n ‚Windows ist bereit für das neue Zertifikat‘ `n }

Windows ist noch nicht bereit für das neue Zertifikat!

Bundesministerin für Wirtschaft und Energie Katherina Reiche (CDU) – Schwerindustrie und Rechenzentren können milliardenschwere Subventionen für den Strompreis erwarten

Montag, Juli 7th, 2025