Reading Time: < 1 minute
SHD – Quickbook Search

SHD – Quickbook Search

Reading Time: 2 minutes 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 for one of the four main…

read more…
Group Policy – Block Batch Scripts correctly

Group Policy – Block Batch Scripts correctly

Reading Time: < 1 minute Recently a IT specialist left a client’s company, and they left some time bombs. One of them was blocking command prompt for the end users. Normally this is not a problem, but they set the policy to a bad scope. Even the admins couldn’t use…

read more…
GPO – Legal Notice/Forget Last User

GPO – Legal Notice/Forget Last User

Reading Time: 2 minutes Recently I came across a client that had an amazing legal notice before you logged into a computer. I also noticed that it didn’t remember who last logged in. This gave a unique level of security and provided a good AUL at the same time. I…

read more…
SHD Resource – User to Groups

SHD Resource – User to Groups

Reading Time: 2 minutes This little guy is a simple dynamic parameter resource for you all. Take a look at my previous blog post about how these parameters work. Totally worth adding these things to your scripts. This script is simple, it uses the add-adgroupmemeber…

read more…
Multiple Dynamic Parameters

Multiple Dynamic Parameters

Reading Time: 4 minutes Dynamic parameters… OMG… Lets just say, when I first started using them, my brain melted. These things take so much effort to get going. Then the way to document them is even harder. After using PowerShell for many years, I finally figured…

read more…
GPO – Comments

GPO – Comments

Reading Time: 3 minutes Did you know you can add a comment to a group policy? Did you know you can report on that comment as well. Basically, if you put the purpose and any additional information like security groups, applied to and not to, and so on and so forth, you…

read more…
GPO – Control Panel Chaos

GPO – Control Panel Chaos

Reading Time: 6 minutes Onboarding a new client can take some time. Getting to know the client, their environment, and much more is very important. While talking with a client, the client needed to extend the cache on the mailbox so they could search past 12 months….

read more…
User Terminations, Standard Method for emails

User Terminations, Standard Method for emails

Reading Time: 4 minutes As I have been in IT, i have seen more than one way to handle emails after a user has left, both on-prem and off prem. This setup is for office 365/exchange online. Shared Mailboxes And Forwarder Overview This method is based on a variation of…

read more…
Adding Members Within Members

Adding Members Within Members

Reading Time: 5 minutes Nested objects are very useful as they can give you a way to store complex data. The featured image of this blog is of a nested temple. Each room is nested on top of the other. What’s cool about this image is each room has items inside of it….

read more…