Reading Time: < 1 minute
SHD – Set Those Speakers

SHD – Set Those Speakers

Reading Time: 2 minutes I hate it when someone calls and says they can’t hear their video while on a terminal server. 99% of the time is because the sound is muted on the local computer. Believe it or not, this is very simple to solve. We do this by using…

read more…
SHD – Set Mac Structure

SHD – Set Mac Structure

Reading Time: 2 minutes I hate it when you get a mac address that’s not in the right format. Last week I got the mac address XX-XX-XX-XX when I needed to input it as XX:XX:XX:XX. So aggravating. So, here comes PowerShell to help. First, let’s validate the mac address….

read more…
TPM Chips

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

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…
PDQ Auto Deploy

PDQ Auto Deploy

Reading Time: 2 minutes We use PDQ where I work, and I am lazy. So, I have made a way to set up devices into Different OUs. This way when I am gone, it’s as easy as putting a computer into an OU and walks away. When I image, The image will load the OS and put the…

read more…