Microsoft Safty Scanner Powershell One Liner
A client called in and told me a line of information that made me concerned about security. I ran a webroot scan, and wanted to give another level of scan. I am partial to the Microsoft Safty scanner.…
Helping Helpdesk
A client called in and told me a line of information that made me concerned about security. I ran a webroot scan, and wanted to give another level of scan. I am partial to the Microsoft Safty scanner.…
Inside my Azure AD, I want a group for all my windows 10 devices and all my windows 11 devices. This can be done through dynamic groups. Dynamic Groups allows you to set parameters for the members of…
In this blog, we are going to go through the process of installing Sentinel One through Intune. We are going to be using the IntuneWinAppUtil program, and the MSI download of Sentinel one that you can obtain from…
Lets talk about Handle. Handle is an amazing program that allows you to see which program has access over a folder or file. This is a sysintel tool. Working with handle inside your powershell script is not a…
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.…
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…
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…
WSD is an awesome service for printers. It goes out and finds a printer on the network and adds it accordingly. It does all the IP address stuff for you. Which is awesome. It even tells you that…
Passwords can be hard to make for people, especially kids and older users. That’s where Dino Passwords come into play. You can make simple and yet complex passwords using this service. This service also has a simple API…
This past week I needed to find all of the quickbook files on a computer without accessing quickbooks itself. The core of the script is a simple Get-Childitem command looped for each logical disk on the machine. Looking…