
Microsoft Entra Connect: A Simple Setup and Hardening Guide
Reading Time: 5 minutesA step-by-step setup guide for Microsoft Entra Connect, covering server hardening, directory user permissions, and writeback configuration.
Install Gimp with Powershell
Reading Time: 3 minutes This little script installs the latest version of gimp 2.10 onto your Windows machine. Let’s take a look at the script and then break it down. The Script $DownloadPath = "C:\Temp\Gimp" If (!(Test-Path -Path "C:\Temp\"))…
Webroot Deployment
Reading Time: 3 minutes 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….
Resource – SHD Get ACL
Reading Time: 2 minutes 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 =…
