I was installing Ubuntu in Windows 11 using WSL. I was getting the error below: “Please enable the Virtual Machine...
~ curl -Is https://{SITE}.com | head -1 HTTP/2 200 ➜ ~ curl -Is https://{SITE}.com/login.asp | head -1 HTTP/2 404 ➜...
I wanted a way to server for servers with specific partial names. For example, let us say I’m searching for...
This will dump all GPO’s into HTML files. Get-GPO -all | % { Get-GPOReport -GUID $_.id -ReportType HTML -Path "C:\MyExports\$($_.displayName).html"...
COST: The cost is frequently a significant restriction in projects when it comes to network architecture. If we look at...
There are three parts to a cert chain: Root Certificate: A root certificate is a digital certificate issued by the...
Use the command below to test jumbo frames: Windows: ping {ip_address} -f -l 8972 -l 8972 value is actually equal...
Based on site topology, there are two forms of Active Directory replication, Intrasite, and Intersite. All domain controllers inside the...
First let me start by saying this is something handled by your accounts payable department (hopefully you have one or...