
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.
Handle with PowerShell
Reading Time: 4 minutes Lets talk about Handle. Handle is an amazing program that allows you to see which program has access over a folder or file. This is a sysintel tool. Working with handle inside your powershell script is not a native thing. The first thing you…
Finding Old Snapshots with PowerShell
Reading Time: 2 minutes Do you need to find Old Snapshots on a hyper-v server? It’s super easy. So, today we will go through how to get some basic information that allows us to make judgment calls. The Script – Find Old Snapshots $Date = (Get-Date).AddDays(-7) $Vms =…
Install Perch with PowerShell
Reading Time: 4 minutes Perch is an event log tracker that can catch a lot of useful information. I like perch because it captures failed login information. It’s easy to sort and exportable. This is why many companies use the software. There are some gatchya’s with…
