Customizing Your Console: The TITLE Command in Windows

Customizing Your Console: The TITLE Command in Windows

You’re staring at five Command Prompt windows, and they all say the same thing:
“C:\WINDOWS\system32\cmd.exe”

Which one is running your backup script? Which one’s compiling your code? Which one is secretly waiting for you to press Enter?

If this sounds familiar — say hello to your new favorite command: TITLE.

Read more

Discovering Certificate Authorities (CAs) in Your Domain

So you’re on a domain-joined Windows machine, and someone tells you to “just submit the CSR to the CA.” Cool. One problem: You have no idea where the CA is. Or if there’s even one available. 😅

Fear not, fellow IT traveler — in this post, I’ll show you exactly how to:

  • 🌐 Discover available Enterprise CAs in your domain
  • 🛠️ Use PowerShell to list them automatically
  • 📜 List all published certificate templates from a selected CA

Let’s get sleuthing 🔍

Read more