The Random Admin

Welcome to the random admin – a hub for system administrators passionate about teaching and leveraging technology to support local businesses. Explore our diverse topics. In my journey, I’ve gained insights into mental health, integrating it into my work to foster unexpected growth in others. At the random admin, I merge mental health and IT through engaging stories, offering a unique blend of knowledge and self-understanding.

Dino Passwords!

Passwords can be hard to make for people, especially kids and older users. That's where Dino Passwords come into play. You can make simple and yet complex passwords using this service. This service also has a simple API to work with. I personally like using the API...

Oneliner Password Generator

Passwords, Passwords, and more Passwords. Let's generate a 16 character password that is complex and random that you will have to save into your password manager because you will never remember it. The Single Line [string]::Join("",(1..16 | ForEach-Object...

Dad Jokes

One of the things I love to do is add a Dad joke to my reports. Reddit has some good ones. What's cool about Reddit is they have a JSON backend that can be used and Used I do. The Function Function Get-DadJoke { $DadJoke = Invoke-RestMethod -Uri...

Webroot Deployment

In this article, I will guide you through the process of deploying webroot via Group Policy. This is a fairly straightforward process with only a little editing of the MSI. I am assuming you know how to download the MSI from the webroot portal. The portal changes...

Resource – SHD Get ACL

Ever need to combine Get-childitem and Get-ACL while only pulling the access information and users? Well, here we are. I hope you all can use it well. function Get-SHDACL { [cmdletbinding()] param ( [parameter(Mandatory = $true)][string]$Path, [string]$Filter,...

12 + 2 =