Reading Time: < 1 minute
Enable/Disable/Reset MFA with Powershell

Enable/Disable/Reset MFA with Powershell

Reading Time: < 1 minute How does one enable, disable, and reset a user’s MFA in Office 365? I was surprised by how much is required for enabling MFA. Enable MFA The first thing we do is Get the User from the Get-MsolUser. $user = Get-MsolUser -UserPrincipalName…

read more…
Group Policy Troubleshooting – Delegation

Group Policy Troubleshooting – Delegation

Reading Time: 4 minutes A while back, a client called and told me he made a few new group policies, and they were not working as expected. He stated some policies applied to the wrong users, while another didn’t apply at all to any users. He stated he set the security…

read more…
Test Microsoft Service Connections

Test Microsoft Service Connections

Reading Time: 2 minutes This past week I have had multiple terminals up with different clients on different terminals connected to different Microsoft services. I quickly realized that I needed to know if I was already connected or not to each Microsoft service. I…

read more…
Group Policy Troubleshooting – Internet Explorer

Group Policy Troubleshooting – Internet Explorer

Reading Time: 3 minutes Any IT professional will tell you, technology changes almost daily. Some things seem like they will never change then bam, it changes. For example the dependency on IE. In the 90s and most of the 20s it was IE. Firefox and Chrome started back…

read more…
Find Duplicates in an Array

Find Duplicates in an Array

Reading Time: < 1 minute 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…

read more…
Group Policy Trouble Shooting – Conference Call

Group Policy Trouble Shooting – Conference Call

Reading Time: 4 minutes 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…

read more…
How to speed up your Computer

How to speed up your Computer

Reading Time: 5 minutes 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…

read more…
Resolve a Site name to Geo Location

Resolve a Site name to Geo Location

Reading Time: 2 minutes With everything that happened with Facebook yesterday, I began to wonder where does my query goes when I type in facebook.com. So, I did a few things and found out. The first thing I did was resolve the name facebook.com to an IP address, or…

read more…
Datamuse API and PowerShell

Datamuse API and PowerShell

Reading Time: 4 minutes There are 171,476 or so words in the English language. This doesn’t include names or other items. Datamuse is a very powerful database of English words. It contains rhyming, like, anonymous, Synonyms and much more. What I like about this site…

read more…