Reading Time: < 1 minute

TPM Chips

Reading Time: < 1 minute When you need to bitlocker hundreds of machines, but can’t have the machines restart, it’s best to look for the TPM chip another way instead of the standard hardware check method. The best way to do this is using a PowerShell Cim Instance….

read more…

SHD Array To Line Of Text

Reading Time: 2 minutes Often times I need to put an array into a line of text. It can take a while. So I made a powershell to help me make powershells. This little guy takes a single array and turns it into a line of text that I can use in a parameter (“A”,”B”,”C”)….

read more…