Get-Credentials to Plain Text
Sometimes I like to go back and see where I can improve my scripts. A few weeks ago I showed you the Unifi Controller script. Where it pulls the client information from each site. Well, I wanted to improve upon this script. A problem I see with this script is the plain text password. The unifi controller I have to test only accepts plain text,...
TPM Chips
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. Get-CimInstance -ClassName...
SHD Array To Line Of Text
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"). The Break Down The first...
PDQ Auto Deploy
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 computer into the OU for me,...