List Firewall Rules Set by Group Policy I found this on a random note last modified in 2016 and it seems like google results are still sparse… Continue reading “List Firewall Rules Set by Group Policy”…
O365 License Discovery and Management If you’ve ever had the pleasure of working with the built-in O365 cmdlets for viewing and modifying licenses you’ve probably… Continue reading “O365 License Discovery and Management”…
HAproxy TLS Load Balancing using CentOS 7, NGINX, and PHP Cookies If you made it to this page after watching a YouTube video where someone explained basic HAProxy HTTP load balancing… Continue reading “HAproxy TLS Load Balancing using CentOS 7, NGINX, and PHP Cookies”…
VMware PowerCLI – Report Cisco Discovery Protocol Details For those that have more than 10 physical NICs on your hosts you may find existing CDP scripts lack a little… Continue reading “VMware PowerCLI – Report Cisco Discovery Protocol Details”…
Get AD Group Member Details from Trusted Domains The vast majority of active directory powershell cmdlets don’t need any enhancement but there is one in particular that I felt… Continue reading “Get AD Group Member Details from Trusted Domains”…
Windows Image Capture Bonanza I had my first experience creating gold images with Windows XP SP2. If I recall correctly I was able to draw… Continue reading “Windows Image Capture Bonanza”…
VMware 5.5 U3 CentOS 7 Image Prep You can find a lot of scripts for vSphere 5.5 CentOS 7 images + customization specs but I found most were dated… Continue reading “VMware 5.5 U3 CentOS 7 Image Prep”…
Add Parent OU in DN and CN Path Format Using Regex Match Yet another solution for grabbing Parent OU paths $userArr = Get-ADuser -f * -prop CanonicalName foreach($user in $userArr) { if($matches){$matches.Clear()}… Continue reading “Add Parent OU in DN and CN Path Format Using Regex Match”…
CentOS 7 – Reset root pw with SELinux enabled I found way too many hits for this process that bounced around depending on whether x or y was set.… Continue reading “CentOS 7 – Reset root pw with SELinux enabled”…
Expand ESXi CentOS 7 xfs LVM partition – no reboot needed For the past few weeks I’ve been deploying CentOS 7 test systems in my dev environment and wanted to see what… Continue reading “Expand ESXi CentOS 7 xfs LVM partition – no reboot needed”…