Ping Test with PowerShell
Anyone who has been in IT long enough has performed a Ping Test. A simple ping and IP address. Most of us have…
Anyone who has been in IT long enough has performed a Ping Test. A simple ping and IP address. Most of us have…
When building out scripts, we must consider different ways they will fail. One of the ways I have seen them fail is through…
The other day I needed to test if a registry key was present on an end user’s computer and make it if it…
While reading on Reddit, I found a common thread. People need a quick way to do a Share Point File Audit. I have…
Today, in the field, we will discover a user’s monitors through PowerShell. This is very useful for any kind of RMM tool. I…
At a previous company, we had to maintain windows updates without WSUS. This caused some unique complexities. Back then, all machines in question…
Custom Compliance Policy Scripts will change how you build out compliance policies. In order to make a Custom Compliance Policy Script, you first…
It’s time to Set Users’ MFA with a nice little function. This function is designed to gather information and set a user’s MFA…
Today in the field, we needed to find all of the device’s IP and Mac Info for each network adapter. This was a…
As part of my efforts to harden clients’ azure accounts, We need to remove/refresh all the sign-in tokens from the disabled account. Why?…