|
IT and Engineer web site
|
DNS over https (DoH) is a protocol that permit to encrypt DNS queries and sending them over Https.
This protocol has been developed to override security concerns of DNS traffic.
Windows has supported DoH on the client side since Windows 11. While Windows 10 includes the underlying client support in later builds
The encryption operates at the Application Layer (Layer 7) of the OSI model and integrates directly into applications such as web browsers. This approach differs from traditional DNS, which transmits queries over UDP or TCP on port 53 without encryption, leaving them visible to ISPs, network operators, and potential attackers.
be aware about DNS over HTTPS (DoH) (better privacy) (operate at 443 port more difficult to be detected vs DNS over TLS ( DoT) ( operates at the Transport Layer, using a dedicated port 853 and it is easily to be identified.
DoH verifies DNS server's identity and prevents impersonation attacks. The other advantage is DNS queries and not interceptable.
Microsoft introduced DoH resolver support for Windows DNS Server in the February 10, 2026, cumulative update for Windows Server 2025.
When you enable DoH resolver functionality on a Windows DNS Server, all queries received from clients and responses sent on port 443 are encrypted. However, this implementation has a significant limitation: queries sent by the Windows DNS Server to upstream DNS servers, such as conditional forwarders or authoritative servers, remain unencrypted on port 53.
The traditional DNS service on port 53 continues to operate alongside DoH, ensuring backward compatibility with clients that do not support the encrypted protocol.
So, on Windows 2025 you must install this cumulative update, and doH can be enabled through powershell
I would suggest to read fullo/original article about more interesting and useful details.
[Original/other articles
Enable DoH (DNS over HTTPS) in Windows Server 2025 DNS server, configure Windows 11 DNS clients
If you try to install Sophos on O.S. that not support Azure Code Signing this will not receive Sophos updates and/or install it
KB5022661—Windows support for the Trusted Signing (formerly Azure Code Signing) program
In the past there was a build that fixed problem but is is no longer supported
October 12, 2021—KB5006669 (OS Build 14393.4704) - EXPIRED
to override problem you might arrange to download new Trusted CA Certificate ( Microsoft Identity Verification Root Certificate Authority 2020) that it is related to ACS from this repository:
PKI Repository - Microsoft PKI Services
start --> certmgr.msc --> local computer --> Trusted Root Certification Authorities --> Certificates
In this way Sophos installation works properly.
https://www.changeproject.it/prodotto/leadership-e-gestione-del-cambiamento-edizione-2023/
TOPIC: Microsoft 365 Apps (*) end of support (a.e. Word, Excel, Outlook ...) on Windows Server 2016, 2019, 2022, or 2025.
END OF SUPPORT DEADLINES until:
Microsoft 365 Apps migration from Windows Server
(**) Windows Server end of support and Microsoft 365 Apps
Today I would like to discuss regarding RVTools that it can be downloaded here.
Thi is a lightweight but powerful Windows application used by VMware administrators to collect, analyze, and export detailed information about their vSphere environments. It connects to vCenter Server or directly to ESX/ESXi hosts and provides a comprehensive inventory of virtual machines, hosts, datastores, networks, snapshots, VMware Tools status, and much more.
It has become something of an industry standard for quick audits, health checks, and documentation of VMware infrastructures.
RVTools gathers and displays a wide range of information, including:
VM inventory (CPU, memory, disk usage, network configuration)
Snapshots (including old or orphaned snapshots)
Datastore usage
VMware Tools and VM hardware versions
ESXi host details
vNIC and vDisk information
Zombie objects (disconnected NICs, stale CD-ROMs, etc.)
Audits and compliance checks
Capacity planning
Identifying misconfigurations
Exporting reports to Excel for documentation or management review