Reading Time: < 1 minute
O365 Mobile Devices

O365 Mobile Devices

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

read more…
Set Telemetry with Powershell

Set Telemetry with Powershell

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

read more…
Validate Script Explained

Validate Script Explained

Reading Time: 2 minutes PowerShell is a versatile scripting language that can help automate various tasks for system administrators and developers. One of its key features is the ability to validate script parameters, which can help ensure that the user inputs the…

read more…
Exchange Mailbox Rules

Exchange Mailbox Rules

Reading Time: 8 minutes At one of my previous Jobs, I had to write a script to help me understand rules. Well, I pulled that script out of the vault to do the same thing recently. The following script will allow you to select one user or multiple users to grab their…

read more…
Remote Wipe a Computer With PowerShell

Remote Wipe a Computer With PowerShell

Reading Time: 5 minutes Did you know you can wipe a computer using code? I didn’t realize this was an option until I needed to do it the other day. Well, I quickly found code to wipe a computer using PowerShell. It was pretty simple as a full Microsoft documentation…

read more…
As the tree grows

As the tree grows

Reading Time: 3 minutes Welcome to another mental health Monday. I’m going to be talking to myself big time today. Here in South Carolina, springtime is often met with confusion and a sense of making up your mind. The older trees will stay dormant longer than the…

read more…
Clear Google Cache with Powershell

Clear Google Cache with Powershell

Reading Time: 3 minutes Yesterday I had to clear out a few users’ google chrome cache. It was a little aggravating going computer by computer. We were doing this because recently a core web app was updated. The application left traces of itself in the Google Chrome…

read more…
SSH with Powershell

SSH with Powershell

Reading Time: 4 minutes Recently I went over how to get information from the Unifi Controller. Now I want to show you how to grab information from the unifi device itself. In this example, we are going to use SSH with Powershell to pull some basic information from an…

read more…
Organic Computers

Auto 365 Licensing with Groups

Reading Time: 2 minutes I was working with a client a few months ago, and they needed me to set up auto licensing. The idea is that the helpdesk right-clicks on a user and clicks copy. That user will get all the groups inside the template user. This also includes…

read more…