
Speed test with PowerShell
Often times I need to run a speed test on a remote machine. Doing a speed test tends to help you understand what's going on with the end user's computer. For example, currently, my ISP is having issues. I am getting around 6mbps down and 75 Mbps up. If I called in and said I couldn't watch training videos... that's why. so it's essential to know...
Find Duplicates in an Array
Need to find duplicates in an array? It's as simple as using a group object. So we take an array, and group the array by property or group of properties. Then we search those groups for any group that has a count of 2 or greater. Then we display those groups. Here is...
Group Policy Trouble Shooting – Conference Call
I have been working with group policy recently and have been enjoying it. I wanted to share this knowledge with the rest of the world. I’m going to do that through a few scenarios. This first part is gathering information. More information you have, the more likely...
How to speed up your Computer
The goal of this blog is to show you a way to speed up a computer using basic software commands/programs. I use these daily and I have seen them work. Sometimes they don't sometimes they do. Disk Cleanup Disk cleanup is a powerful built-in tool that allows you to...
