I don't like working with Citrix receiver. They drive me crazy. One version doesn't work with the other and so on and so forth. Then finding the one you need…
Do you need to audit your azure tenant for Licensed users vs non-licensed users? There is a simple way to do this using the MSOnline module. If you don't have…
Do you need something to let your end-user know what's going on? Don't want your end-user to see the program running? Well, PowerShell has the ability to use the system…
Need 1000 or unique user photos for your lab? There is a great website for just such a thing. https://thispersondoesnotexist.com/image. Let's break down some code to see how we can…
Have you ever had trouble getting lockout information for a single user? The DCs have the logs, but getting them can be tough. The core idea is to use the…
You read that right, access PDQ information with PowerShell. You will need the PS SQL Lite module first. This module will allow you to access the SQL lite server. The…