
Where to Find BitLocker Keys
Reading Time: 6 minutesA guide on how to find BitLocker keys in Active Directory, Microsoft Entra ID, and Intune, followed by step-by-step instructions to configure automated backups.
Clear Print Jobs with PowerShell
Reading Time: 2 minutes During my in-house days, one of the things I had to do constantly was clear people’s print jobs. So I learned to Clear Print Jobs with Powershell to make my life easier. It surely did. With PowerShell I could remotely clear the print jobs as…
Ping Test with PowerShell
Reading Time: 5 minutes Anyone who has been in IT long enough has performed a Ping Test. A simple ping and IP address. Most of us have used the “Ping 8.8.8.8 >> c:\pingtest.txt” to see how many times something failed. But did you know you can do the same thing with…
Run as an Administrator
Reading Time: 2 minutes When building out scripts, we must consider different ways they will fail. One of the ways I have seen them fail is through the UAC of a computer. The script needs to be run by an administrator. The question is, How do you check if you are…
