The communication between a laptop and a server within a network involves a number of layers and protocols. Here’s a...
ANAME (Alias Name) records are a type of DNS record that allows you to alias one hostname to another, similar...
Table of Contents 1. Objectives 2. Stakeholders 3. RTO/RPO Targets 4. Hurricane Trigger Points 5. Communication Plan 6. Pre-Hurricane...
DO YOU HAVE TO HAVE SSL OFFLOAD TO GET STATUS CODE SSL offloading, often performed by a load balancer or...
I’ll try to keep adding to this list....
$lastWeek = (Get-Date).AddDays(-7) Get-ADComputer -Filter { whenCreated -ge $lastWeek } ...
SEC-NET = Secure Network LESS-NET = The Less Secure Network When it comes to setting up domain trusts between networks...
I already posted about NTP in a Windows domain. I want to briefly talk about stratum numbers. I’ve been in...
This will dump all GPO’s into HTML files. Get-GPO -all | % { Get-GPOReport -GUID $_.id -ReportType HTML -Path "C:\MyExports\$($_.displayName).html"...