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...
You Don’t Need Superpowers
That's right, you Don't Need Superpowers. Today I bring you a blog post near and dear to my heart. I grew up reading DC and Marvel comic books. Watching Superhero tv shows and movies. The idea that someone could fly, and run faster than a speeding bullet was amazing....
Automating with Graph API
Last week we discussed sending emails with Graph API. You can read about it here. Today we will be taking that script and making it so it can be automated. On the backend, you will need to create an Azure App. You can read about how to do that here. The following code...
Emails with Graph API
Last week we spoke about finding disabled users with licensing using PowerShell and graph API. Today, we will be expanding from that blog. We are going to send the results ourselves. Next week, we will create this into an automation using application rights and azure...
Find Disabled Users with Graph API and Powershell
Microsoft licensing can cost a lot of money. It's not logical to have a disabled account have licenses. Some licenses can cost up to $25 USD a month. So if you have 4 of these disabled accounts with licenses, that could easily be 100 per month. Let us Find Disabled...
Is It S.A.F.E.S.
Do you struggle with any kind of addiction? Well, I should say, what is your addiction? Everyone has one. Each addiction is held to society's standards which they live in. For example, here in America, overworking is praised while in other mature countries, it's...
Values
Values are the fundamental beliefs that guide our behaviors, decisions, and attitudes toward life. They are the principles that define our character, shape our perspective, and determine our priorities. We learn our default values through our community and families....
O365 Mobile Devices
I needed to grab all the mobile devices that had emails attached to them not too long ago. I could have gone through the GUI, and spent a few days trying my best to document everything, or I could use Powershell to pull the O365 Mobile Devices. Can you guess which one...
Set Telemetry with Powershell
Windows 10 and 11 have a unique feature called telemetry. This feature allows Microsoft to track your device. For security reasons, it's best to disable this, however, for a home level, this feature is useful. So, let's Set Telemetry with Powershell. Registry Keys and...