Skip to content

Instantly share code, notes, and snippets.

View abaines's full-sized avatar

Alan Baines abaines

View GitHub Profile
@abaines
abaines / Display RDP Thumbprints.ps1
Created August 1, 2025 18:15
Powershell to get RDP (Remote Desktop) thumbprints for security certificates
Get-ChildItem -Path "Cert:\LocalMachine\Remote Desktop"
# Read-Host -Prompt "Press Enter to exit"
$seconds = 60*60
Write-Host "Exit in $seconds seconds"
Start-Sleep @seconds