Please excuse the mess
After years of hosting the site on a separate server, I have moved it to…
After years of hosting the site on a separate server, I have moved it to…
Here is a Powershell script that will get you the list on your Domain Controller:…
There are instances, where you need to run a Speedtest to check Internet speeds. The…
This can be handled in multiple ways. However, I like the one liner using WMI:…
There are times I needed to export my rules to a human readable form. This…
Sometimes, users will have issues with their print jobs. If this happens on a printer…
You can do this easily with the https://admin.microsoft.com via Active Users. However, if you have…
This little sniplet is very useful to get eyes on reboot data Get-EventLog System -Newest…
Here is a neat script to get rules for all your users. It is handy…
powershell "get-printer | format-table" Run this via cmd line⦠Alternatively, run it in powershell as…