Skip to content

Instantly share code, notes, and snippets.

@abaines
Created August 1, 2025 18:15
Show Gist options
  • Select an option

  • Save abaines/5f167346876a5d89a963bd2f2b5cb340 to your computer and use it in GitHub Desktop.

Select an option

Save abaines/5f167346876a5d89a963bd2f2b5cb340 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment