<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>The Triage Manual — Technical Guides for IT Emergencies</title>
  <link>https://www.engineerdirect.co.uk/guides/library/</link>
  <atom:link href="https://www.engineerdirect.co.uk/guides/library/feed.xml" rel="self" type="application/rss+xml" />
  <description>Field-tested diagnostic playbooks for L2/L3 IT engineers — Active Directory, Exchange, virtualisation, networking, backups, endpoint management, cyber incident response and more.</description>
  <language>en</language>
  <lastBuildDate>Sat, 30 May 2026 06:45:20 GMT</lastBuildDate>
  <item>
    <title>Failed Domain Controller — recovery without making it worse</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/active-directory/failed-domain-controller/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/active-directory/failed-domain-controller/</guid>
    <description>A DC has failed (hardware, OS, NTDS corruption, or network isolation). The danger isn&#39;t the failure — it&#39;s the recovery shortcut that breaks the rest of the forest.</description>
    <category>Active Directory</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Seizing FSMO roles from a dead Domain Controller</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/active-directory/fsmo-role-seizure/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/active-directory/fsmo-role-seizure/</guid>
    <description>Original FSMO holder is unrecoverable. Seize roles to restore directory operations — and ensure the original DC never returns.</description>
    <category>Active Directory</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Kerberos RC4 Hardening Phase 2 (April 2026) Breaking Authentication — Service Accounts and Legacy Applications</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/active-directory/ad-authentication-failure/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/active-directory/ad-authentication-failure/</guid>
    <description>Microsoft&#39;s April 2026 Kerberos RC4 hardening Phase 2 enforces AES-only Kerberos ticket encryption on domain-joined Windows clients and Server Domain Controllers, rejecting RC4-HMAC by default. Service accounts, computer accounts, and legacy applications whose msDS-SupportedEncryptionTypes attribute does not include AES128 (value 8) or AES256 (value 16) — or which hard-code RC4-HMAC negotiation — will fail Kerberos authentication after the April 2026 cumulative updates are applied. Resolution r…</description>
    <category>Active Directory</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>AD Replication Failure between DCs</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/active-directory/ad-replication-failure/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/active-directory/ad-replication-failure/</guid>
    <description>Domain controllers are not replicating, or a decommissioned DC has left stale metadata in Active Directory. Changes made on one DC do not appear on others; stale DC objects cause replication errors, DNS pollution, and KCC failures. If left unresolved, the directory diverges and tombstone lifetime becomes a hard deadline.</description>
    <category>Active Directory</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Group Policy not applying</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/active-directory/gpo-not-applying/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/active-directory/gpo-not-applying/</guid>
    <description>Policy changes reach the domain but never appear on clients — or apply inconsistently. Diagnose: link, scope, filter, processing, replication.</description>
    <category>Active Directory</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>SYSVOL / DFSR replication failure</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/active-directory/sysvol-dfsr-failure/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/active-directory/sysvol-dfsr-failure/</guid>
    <description>SYSVOL is not replicating between DCs — Group Policy and login scripts diverge across the domain. DFSR replaced FRS years ago; recovery still goes wrong regularly.</description>
    <category>Active Directory</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Enumerating AD Security Group Members (Including Nested Groups) Without Domain Admin Rights</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/active-directory/ad-group-membership-cli-enumeration/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/active-directory/ad-group-membership-cli-enumeration/</guid>
    <description>A domain user on Windows 8 or later needs to view both direct members and nested groups within an Active Directory Security Group but lacks domain admin privileges and access to standard AD management tools. The built-in &#39;net group /domain&#39; command is insufficient as it omits nested groups, and dsget may not be installed. The primary resolution is to use the native &#39;Search Active Directory&#39; feature accessible through Windows Explorer&#39;s Network view, which exposes full group membership including…</description>
    <category>Active Directory</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>GPO Fails to Apply — Broken Netlogon Secure Channel (Machine Account Password Desync) on Windows 10/11</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/active-directory/workstation-domain-trust-broken/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/active-directory/workstation-domain-trust-broken/</guid>
    <description>Domain-joined Windows 10/11 workstations stop applying computer and user Group Policy Objects when the Netlogon secure channel between the local machine account password and Active Directory falls out of sync. The desync typically occurs when the workstation is offline during scheduled machine account password roll cycles, causing the DC to reject the workstation&#39;s authentication. gpupdate /force returns network connectivity or access denied errors; Test-ComputerSecureChannel returns False. Rem…</description>
    <category>Active Directory</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Identify Which Domain Controller Is Authenticating the Current User Session</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/active-directory/identify-authenticating-domain-controller/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/active-directory/identify-authenticating-domain-controller/</guid>
    <description>When troubleshooting Group Policy application, authentication failures, or AD replication issues, it is often necessary to determine which Domain Controller handled a user&#39;s logon session. The built-in Windows environment variable %LOGONSERVER% provides this information instantly from any Command Prompt without requiring administrative privileges. This entry covers how to retrieve, interpret, and act on that information.</description>
    <category>Active Directory</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Listing AD group memberships for a user with &#39;net user /domain&#39;</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/active-directory/net-user-domain-group-enumeration/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/active-directory/net-user-domain-group-enumeration/</guid>
    <description>The &#39;net user&#39; command queries the local SAM by default and does not accept &#39;DOMAIN\user&#39; syntax, so attempts to enumerate Active Directory group memberships fail. Appending the &#39;/domain&#39; switch with the bare sAMAccountName redirects the query to the current logged-on domain controller and returns the user&#39;s global and local group memberships.</description>
    <category>Active Directory</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Domain Controller Misclassifies Network as Public at Startup Due to NLA Race Condition</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/active-directory/dc-nla-public-network-misclassification/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/active-directory/dc-nla-public-network-misclassification/</guid>
    <description>A Windows Server 2008 R2 Domain Controller incorrectly identifies its network connection as a Public Network at startup, causing Windows Firewall to apply the Public profile instead of the Domain profile. This occurs because Network Location Awareness (NLA) evaluates the network type before AD Domain Services is fully initialised, or because the default gateway is missing or unreachable via ICMP at boot time. The issue resolves transiently by disabling and re-enabling the NIC, but the permanent…</description>
    <category>Active Directory</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Domain Controller CPU Spikes Caused by Full Security Event Log</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/active-directory/dc-security-eventlog-full-cpu-spikes/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/active-directory/dc-security-eventlog-full-cpu-spikes/</guid>
    <description>Windows Server 2008 Domain Controllers hosted on vSphere exhibited cyclic 80–100% CPU spikes every 2–3 seconds traced to the EventLog service (svchost.exe). The root cause was the Security Event Log reaching its configured maximum size of 131,072 KB, forcing the EventLog service into continuous and expensive in-place overwrite operations. Clearing the Security Event Log and adjusting the retention policy immediately returned CPU usage to approximately 5%.</description>
    <category>Active Directory</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>DNS Dynamic Update Failures — Event ID 4015 on Active Directory-Integrated DNS Zones (DomainDnsZones / ForestDnsZones)</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/active-directory/dc-dns-server-order-replication-failure/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/active-directory/dc-dns-server-order-replication-failure/</guid>
    <description>Active Directory-integrated DNS zones on Windows Server 2016/2019/2022 Domain Controllers refuse dynamic updates from clients and DHCP nodes, logging Event ID 4015 (&#39;directory service threw a critical error&#39;) in the DNS Server event log. The root cause is replication latency, lockups, or stale dead replica references within the DomainDnsZones or ForestDnsZones Application Directory Partition, preventing the DNS Server service from writing or replicating zone data. Immediate remediation is a seq…</description>
    <category>Active Directory</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>GPP Printer Deployment Fails with 0x80070bcb After KB3170455 (MS16-087)</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/active-directory/gpp-printer-driver-install-fail-kb3170455/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/active-directory/gpp-printer-driver-install-fail-kb3170455/</guid>
    <description>Windows 10 clients fail to install printer drivers deployed via Group Policy Preferences with error 0x80070bcb after security update KB3170455 (MS16-087) is applied. The update blocks silent installation of non-packaged, unsigned printer drivers through Point and Print, rendering GPP-based printer deployment ineffective regardless of Point and Print Restriction policy configuration. Resolution requires sourcing a packaged, signed driver from the manufacturer or adopting an alternative deploymen…</description>
    <category>Active Directory</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>SQL Server Kerberos Falls Back to NTLM Due to Duplicate SPN After Server Rename or Migration</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/active-directory/sql-server-kerberos-ntlm-fallback-duplicate-spn/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/active-directory/sql-server-kerberos-ntlm-fallback-duplicate-spn/</guid>
    <description>Following a SQL Server migration where the new server was renamed to match the old one, Kerberos authentication silently falls back to NTLM because a conflicting MSSQLSvc SPN remains registered under the old domain service account. The duplicate SPN causes Active Directory to be unable to uniquely resolve the Kerberos principal, forcing NTLM. Removing the stale SPN from the old account and allowing AD replication to propagate restores Kerberos authentication.</description>
    <category>Active Directory</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Force Domain Controller to Re-register AD DNS Records Without Restarting Netlogon</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/active-directory/dc-ad-dns-reregister-nltest-dsregdns/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/active-directory/dc-ad-dns-reregister-nltest-dsregdns/</guid>
    <description>When a Domain Controller fails to register or maintain its AD-specific DNS records (SRV, CNAME, A) in DNS zones such as _msdcs, _tcp, _udp, and _sites, clients lose the ability to locate domain controllers. Running &#39;ipconfig /registerdns&#39; is insufficient as it only handles A and PTR records; the correct fix is &#39;nltest /DSREGDNS&#39; (optionally with &#39;/SERVER:&lt;name&gt;&#39; for remote execution), which immediately triggers netlogon to re-register all AD DNS records without requiring a service restart. If n…</description>
    <category>Active Directory</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>No Domain Controller Authenticating Users — Total AD Authentication Outage</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/active-directory/ad-no-dc-authenticating-users/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/active-directory/ad-no-dc-authenticating-users/</guid>
    <description>When no Domain Controller in the environment can authenticate or authorize users, all domain-joined logins fail with &#39;No logon servers available&#39; errors, and AD-dependent applications cease to function. Root causes span DC unavailability, DNS resolution failure, Netlogon service outage, Kerberos time skew, or firewall port blockage. Resolution requires systematically restoring DC reachability, DNS SRV record resolution, Netlogon service health, time synchronization, and firewall access to AD po…</description>
    <category>Active Directory</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>dMSA Ouroboros: Self-Sustaining Credential Extraction via Delegated Managed Service Accounts in Windows Server 2025</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/active-directory/dmsa-ouroboros-credential-extraction-windows-server-2025/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/active-directory/dmsa-ouroboros-credential-extraction-windows-server-2025/</guid>
    <description>Windows Server 2025 domains are vulnerable to a credential extraction technique called &#39;dMSA Ouroboros&#39; that abuses delegated Managed Service Account permissions to extract privileged credentials without Domain Admin rights. The attack exploits the dMSA credential migration mechanism by linking attacker-controlled dMSA objects to privileged accounts via msDS-ManagedAccountPrecededByLink attributes, causing the DC to provision those credentials to the attacker. The technique is self-sustaining a…</description>
    <category>Active Directory</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Windows Server Domain Controllers Enter Reboot Loop After April 2026 Cumulative Update</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/active-directory/dc-reboot-loop-april-2026-cumulative-update/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/active-directory/dc-reboot-loop-april-2026-cumulative-update/</guid>
    <description>Windows Server domain controllers (2016, 2019, 2022, 2025) enter a continuous reboot loop after installing the April 2026 cumulative or security updates, rendering Active Directory services unavailable. Microsoft has acknowledged the issue and released out-of-band updates as the primary remediation path. Where out-of-band updates are not yet available or cannot be applied, resolution requires booting into Safe Mode or DSRM to uninstall the offending update, or restoring from a pre-patch backup.…</description>
    <category>Active Directory</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>SMB File Shares Accessible via IP but Failing via FQDN — Kerberos SPN Mismatch or Duplicate Fault</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/active-directory/smb-fqdn-access-denied-kerberos-spn-mismatch-duplicate/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/active-directory/smb-fqdn-access-denied-kerberos-spn-mismatch-duplicate/</guid>
    <description>Users cannot access SMB file shares using the server FQDN (e.g., \\fileserver.domain.local\share) and receive &#39;Access Denied&#39; or &#39;Network path not found&#39; errors, while direct IP access works normally. The root cause is enforced Kerberos authentication hardening that strictly rejects NTLM fallback when a Service Principal Name (SPN) mismatch or duplicate exists across Active Directory objects. Remediation requires auditing the domain for duplicate SPNs using setspn -X on a Domain Controller, the…</description>
    <category>Active Directory</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>SMB File Shares Accessible via IP but Failing via FQDN — Kerberos SPN Mismatch or Duplicate Fault</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/active-directory/smb-fqdn-access-denied-kerberos-spn-mismatch-duplicate-2/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/active-directory/smb-fqdn-access-denied-kerberos-spn-mismatch-duplicate-2/</guid>
    <description>Users receive &#39;Access Denied&#39; or &#39;Network Path Not Found&#39; when accessing SMB shares via FQDN (e.g., \\fileserver.domain.local\share) while direct IP access works normally. The root cause is Kerberos authentication hardening that rejects NTLM fallback when a Service Principal Name (SPN) mismatch or duplicate exists across AD objects. Resolution requires auditing for duplicate SPNs using setspn -X, removing stale registrations, and ensuring DNS CNAME aliases have corresponding HOST/ SPN attribute…</description>
    <category>Active Directory</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>DNS Dynamic Update Failures — Event ID 4015 on AD-Integrated DNS Zones (Application Partition Replication Lockup)</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/active-directory/ad-dns-event-4015-dynamic-update-failure-app-partition/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/active-directory/ad-dns-event-4015-dynamic-update-failure-app-partition/</guid>
    <description>Active Directory-integrated DNS zones refuse dynamic updates from clients and DHCP nodes, logging Event ID 4015 (&#39;directory service threw a critical error&#39;) on Domain Controllers. The root cause is latency or replication lockups within the Application Directory Partition (DomainDnsZones or ForestDnsZones), often compounded by stale or dead DC replica references in the partition properties. Left unresolved, stale DNS records accumulate across the fleet causing broken connectivity and automation…</description>
    <category>Active Directory</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Exchange Online mail flow problems</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/exchange-mail-flow/exchange-online-mailflow/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/exchange-mail-flow/exchange-online-mailflow/</guid>
    <description>Mail not delivering, NDRs, mass quarantine, or hybrid connector failure. The diagnosis runs from envelope sender to mailbox, in order.</description>
    <category>Exchange &amp; Mail Flow</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Exchange 2013 mailbox database evacuation after eseutil offline repair</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/exchange-mail-flow/exchange-2013-eseutil-db-evacuation/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/exchange-mail-flow/exchange-2013-eseutil-db-evacuation/</guid>
    <description>After eseutil.exe offline repair is performed on an Exchange 2013 mailbox database, Exchange emits hourly warnings that Exchange-level logical consistency can no longer be guaranteed and requires the database to be evacuated. The recommended remediation is to use New-MoveRequest to migrate all affected mailboxes to a healthy database, which is more reliable than PST export/import. Individual item-level corruption encountered during migration can be handled by increasing the BadItemLimit paramet…</description>
    <category>Exchange &amp; Mail Flow</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Exchange On-Premises Federation Trust Broken with SOAP Auth Failure After Office 365 Domain Verification</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/exchange-mail-flow/exchange-onprem-federation-trust-broken-o365-domain-verify/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/exchange-mail-flow/exchange-onprem-federation-trust-broken-o365-domain-verify/</guid>
    <description>After deleting and recreating an on-premises Exchange federation trust during Office 365 domain verification, Test-FederationTrust fails with SOAP fault errors 0x80048821 / 0x80041012 (&#39;passwords do not match&#39;) when requesting a delegation token from the Microsoft Federation Gateway. Despite the misleading error wording, the issue is caused by a certificate or ApplicationIdentifier binding mismatch introduced by trust recreation, and may be compounded when the remote federated organisation has…</description>
    <category>Exchange &amp; Mail Flow</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Exchange Online Mail Flow Disruption: onmicrosoft.com Outbound and Direct Send Changes</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/exchange-mail-flow/exchange-online-change-optics-mail-flow-enforcement/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/exchange-mail-flow/exchange-online-change-optics-mail-flow-enforcement/</guid>
    <description>Microsoft&#39;s upcoming Exchange Online service changes will impact tenants sending outbound mail via the default onmicrosoft.com domain and those relying on Direct Send for inbound routing. The Change Optics Report, available in public preview within the Exchange Admin Center, proactively surfaces affected mail flows before enforcement occurs. Administrators must identify impacted senders, reconfigure outbound connectors to use verified custom domains, and migrate Direct Send sources to SMTP AUTH…</description>
    <category>Exchange &amp; Mail Flow</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Exchange 2007 TLS Certificate UntrustedRoot Failure for Domain-Secured SMTP Delivery</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/exchange-mail-flow/exchange-2007-tls-untrustedroot-domain-secured-smtp/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/exchange-mail-flow/exchange-2007-tls-untrustedroot-domain-secured-smtp/</guid>
    <description>Exchange 2007 fails to deliver mail to domain-secured recipient domains when the remote SMTP server presents a TLS certificate issued by a private or unknown certificate authority, resulting in an &#39;UntrustedRoot&#39; validation error. Mail flow to the affected domain is blocked while delivery to non-domain-secured domains continues normally, and a temporary workaround exists by removing the domain from TLSSendDomainSecureList. Resolution requires identifying the remote server&#39;s certificate issuer v…</description>
    <category>Exchange &amp; Mail Flow</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Exchange ActiveSync Certificate-Based Authentication Retirement — Mobile Email Migration</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/exchange-mail-flow/eas-cba-retirement-mobile-email-migration/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/exchange-mail-flow/eas-cba-retirement-mobile-email-migration/</guid>
    <description>Microsoft is retiring direct certificate-based authentication (CBA) for Exchange ActiveSync (EAS) in Exchange Online by end of 2026, announced May 8, 2026. Organizations relying on CBA for mobile email access must migrate to Modern Authentication (OAuth 2.0) before the deadline or face complete mobile email connectivity failure. This entry covers auditing current CBA usage, selecting a replacement authentication method, and executing a staged MDM-driven migration.</description>
    <category>Exchange &amp; Mail Flow</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Microsoft 365 SMTP Relay Configuration — Enabling IP-Based SMTP Sending for On-Premises Devices via Exchange Online Connector</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/exchange-mail-flow/m365-smtp-relay-connector-onprem-devices/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/exchange-mail-flow/m365-smtp-relay-connector-onprem-devices/</guid>
    <description>On-premises devices (printers, scanners, applications) fail to relay outbound email through Exchange Online when no inbound connector exists to authenticate by IP address. Without proper configuration, SMTP submissions to smtp.office365.com are rejected because the device lacks a licensed mailbox credential. Resolution requires creating an inbound connector in Exchange Admin Center that allows relay from specific static public IP addresses, eliminating the need for per-device credentials.</description>
    <category>Exchange &amp; Mail Flow</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Locked out by Conditional Access</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/microsoft-365/conditional-access-lockout/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/microsoft-365/conditional-access-lockout/</guid>
    <description>A Conditional Access policy is blocking everyone — including admins. Recover via break-glass, then disable the offending policy, then investigate cause.</description>
    <category>Microsoft 365 &amp; Collaboration</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Azure AD Connect Export Error 8344: Insufficient Access Rights on AD Connector Account</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/microsoft-365/azure-ad-connect-sync-failure/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/microsoft-365/azure-ad-connect-sync-failure/</guid>
    <description>During Azure AD Connect synchronization, export operations fail with error code 8344 (&#39;Insufficient access rights to perform the operation&#39;) when the AD DS connector account (MSOL_ or ADSync account) lacks the necessary permissions on Active Directory OUs or objects. This typically occurs after permission changes, new OU creation, or misconfiguration during setup. Resolution involves identifying the affected connector account and using ADSyncConfig PowerShell cmdlets or the Azure AD Connect wiz…</description>
    <category>Microsoft 365 &amp; Collaboration</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Teams won&#39;t sign in / connect</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/microsoft-365/teams-sign-in-issues/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/microsoft-365/teams-sign-in-issues/</guid>
    <description>Teams desktop client failing to authenticate or load — users blocked from meetings, chat, calls. Desktop and web behave differently and that helps diagnose.</description>
    <category>Microsoft 365 &amp; Collaboration</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Intune compliance / enrolment failure</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/microsoft-365/intune-enrolment-failure/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/microsoft-365/intune-enrolment-failure/</guid>
    <description>Devices fail to enrol, drop out of compliance, or refuse company resource access. Intune diagnostics span Windows, Autopilot, OEM and Entra.</description>
    <category>Microsoft 365 &amp; Collaboration</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Granular File and Folder Restore from Microsoft 365 Backup (SharePoint/OneDrive)</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/microsoft-365/m365-backup-granular-restore-sharepoint-onedrive/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/microsoft-365/m365-backup-granular-restore-sharepoint-onedrive/</guid>
    <description>Microsoft 365 Backup supports granular restore of individual files and folders from SharePoint and OneDrive as of late April 2026, allowing administrators to recover specific items from a backup snapshot without rolling back an entire site or account. The feature requires the SharePoint Backup Administrator role and applies to sites and accounts enrolled in Microsoft 365 Backup protection ($0.15 per GB/month). This article covers prerequisites, the restore procedure, and how to verify successfu…</description>
    <category>Microsoft 365 &amp; Collaboration</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Entra ID / Microsoft 365 Authentication Prompt Loop — WAM BrokerPlugin Corruption (Error 1001)</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/microsoft-365/entra-id-m365-auth-loop-wam-brokerplugin-corruption-1001/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/microsoft-365/entra-id-m365-auth-loop-wam-brokerplugin-corruption-1001/</guid>
    <description>Users on Windows 10/11 Enterprise experience persistent authentication loops when launching Outlook, Teams, or Excel, with sign-in appearing to complete but tokens failing to cache, producing error code 1001. The root cause is corruption within the Web Account Manager (WAM) data folder for the Microsoft.AAD.BrokerPlugin app package, preventing secure caching of OAuth refresh tokens. Resolution requires inspecting the BrokerPlugin AppData folder for permission or visibility issues, then re-regis…</description>
    <category>Microsoft 365 &amp; Collaboration</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Entra ID / Microsoft 365 Authentication Prompt Loops — WAM BrokerPlugin Corruption (Error 1001)</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/microsoft-365/entra-id-m365-auth-loop-wam-brokerplugin-corruption-error-1001/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/microsoft-365/entra-id-m365-auth-loop-wam-brokerplugin-corruption-error-1001/</guid>
    <description>Users on Windows 10/11 Enterprise experience persistent authentication loops when launching Outlook, Teams, or Excel, with sign-in attempts failing to cache credentials and generating error code 1001. The root cause is corruption of the Web Account Manager (WAM) data stored under the Microsoft.AAD.BrokerPlugin local package folder, preventing OAuth refresh tokens from being securely cached. Remediation involves re-registering the AAD BrokerPlugin app package via PowerShell for the affected user…</description>
    <category>Microsoft 365 &amp; Collaboration</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Hyper-V host crashed — recovering virtual machines</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/virtualisation-storage/hyperv-host-crash/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/virtualisation-storage/hyperv-host-crash/</guid>
    <description>Host has crashed, restarted unexpectedly, or VMs are stuck in saved/paused-critical state. Goal: stabilise the host first, then recover guests in the right order.</description>
    <category>Virtualisation &amp; Storage</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>VMware ESXi host disconnected or PSOD</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/virtualisation-storage/vmware-host-disconnect/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/virtualisation-storage/vmware-host-disconnect/</guid>
    <description>ESXi host has disconnected from vCenter, gone unresponsive, or hit a Purple Screen of Death. Restore management, then guests.</description>
    <category>Virtualisation &amp; Storage</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>RAID array degraded or failed</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/virtualisation-storage/raid-array-degraded/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/virtualisation-storage/raid-array-degraded/</guid>
    <description>One or more disks have failed in a RAID set; array is degraded, rebuilding, or offline. Goal: avoid a second-disk failure during rebuild.</description>
    <category>Virtualisation &amp; Storage</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Storage performance has collapsed (latency spike)</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/virtualisation-storage/storage-performance-collapse/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/virtualisation-storage/storage-performance-collapse/</guid>
    <description>Disk I/O latency has risen to the point that VMs, databases, or file services are unusable. Find the bottleneck before throwing hardware at it.</description>
    <category>Virtualisation &amp; Storage</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>VMware vSphere BRICKSTORM Malware — VCSA and ESXi Hypervisor Hardening and Defense</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/virtualisation-storage/vmware-vsphere-brickstorm-vcsa-esxi-hardening/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/virtualisation-storage/vmware-vsphere-brickstorm-vcsa-esxi-hardening/</guid>
    <description>BRICKSTORM malware establishes persistence at the VMware vSphere virtualization layer (VCSA Photon Linux and ESXi hypervisors) beneath guest OS visibility, where traditional EDR agents cannot detect it. The intrusion exploits weak identity design, lack of host-based configuration enforcement, and absent monitoring within the virtualization control plane — not product vulnerabilities. Defenders must harden the VCSA Photon Linux layer using the Mandiant vCenter Hardening Script, enforce strict ne…</description>
    <category>Virtualisation &amp; Storage</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Hyper-V Guest VMs Freezing or Restarting Unexpectedly — 2025 Emergency Update Required</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/virtualisation-storage/hyperv-guest-vm-freeze-restart-2025-emergency-patch/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/virtualisation-storage/hyperv-guest-vm-freeze-restart-2025-emergency-patch/</guid>
    <description>A defect in Hyper-V or its guest integration components causes Windows 10, Windows 11, and Windows Server guest VMs to freeze or restart without warning, with elevated impact in Azure confidential VM configurations. Microsoft identified the root cause and released an emergency update in 2025. The primary resolution is applying the emergency patch to both Hyper-V hosts and affected guest VMs. Frozen VMs can be force-reset via PowerShell as an interim measure while patching is arranged.</description>
    <category>Virtualisation &amp; Storage</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Hyper-V Live Migration Fails at 80–90% Due to Kerberos Constrained Delegation Misconfiguration After Security Hardening</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/virtualisation-storage/hyperv-live-migration-kerberos-delegation-failure/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/virtualisation-storage/hyperv-live-migration-kerberos-delegation-failure/</guid>
    <description>Live Migration between Hyper-V cluster nodes fails consistently at 80–90% completion with security context negotiation or access denied errors. Recent security hardening updates enforce stricter Kerberos constrained delegation requirements, breaking the Virtual Machine Migration Service authentication handshake. Resolution requires explicitly configuring Constrained Delegation on host computer objects in Active Directory to permit the Microsoft Virtual System Migration Service on both source an…</description>
    <category>Virtualisation &amp; Storage</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Hyper-V Live Migration Fails at 80–90% After Security Hardening — Kerberos Constrained Delegation Misconfiguration</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/virtualisation-storage/hyperv-live-migration-fail-kerberos-constrained-delegation/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/virtualisation-storage/hyperv-live-migration-fail-kerberos-constrained-delegation/</guid>
    <description>Live Migration of VMs between Hyper-V cluster nodes fails consistently at 80–90% completion with Event ID 21502 or 22038 indicating authentication negotiation failures. Recent platform security hardening updates enforce stricter Kerberos constrained delegation validation, breaking the Virtual Machine Migration Service handshake between hosts. Resolution requires configuring explicit Constrained Delegation on host computer objects in Active Directory, permitting the Microsoft Virtual System Migr…</description>
    <category>Virtualisation &amp; Storage</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Dell Computer Cannot Boot into Windows – ePSA Diagnostics, Boot Repair &amp; Recovery</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/windows-server/windows-server-boot-failure/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/windows-server/windows-server-boot-failure/</guid>
    <description>A Dell computer fails to boot into Windows, presenting as a blank screen, boot loop, BSOD, or &#39;No Boot Device Found&#39; error. The issue may originate from corrupted boot files, a failing storage device, incorrect BIOS boot order, or damaged Windows system files. Resolution follows a structured path: hard reset, BIOS/ePSA hardware validation, Windows Startup Repair, bootrec MBR/BCD reconstruction, chkdsk, and OS reset or drive replacement if hardware failure is confirmed.</description>
    <category>Windows Server</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>SQL Server on Hyper-V: &#39;The wait operation timed out&#39; after application inactivity</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/windows-server/sql-server-hyper-v-wait-operation-timed-out/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/windows-server/sql-server-hyper-v-wait-operation-timed-out/</guid>
    <description>SQL Server 2012 hosted on a Hyper-V virtual machine intermittently throws &#39;The wait operation timed out&#39; errors on the first database query following a period of application inactivity, with subsequent requests succeeding normally. The root cause is stale query statistics causing the optimizer to generate inefficient execution plans, which — combined with any auto-update statistics trigger on first access — pushes query execution beyond the connection timeout. Executing sp_updatestats to refres…</description>
    <category>Windows Server</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Windows Server Licensing &amp; CALs — Core Packs, KMS/MAK Activation, Compliance</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/windows-server/windows-server-licensing-cals/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/windows-server/windows-server-licensing-cals/</guid>
    <description>Windows Server 2016+ uses core-based server licensing (minimum 16 cores per server, sold in 2-packs). Client Access Licences (Device or User CALs) are required for every user or device accessing the server. Miscounts, KMS failures, or edition confusion generate compliance risk and activation errors.</description>
    <category>Windows Server</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>RDS CALs Exhausted or Licensing Server Unreachable — Users Blocked from Remote Desktop</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/windows-server/rds-cal-exhausted/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/windows-server/rds-cal-exhausted/</guid>
    <description>Remote Desktop Services stops issuing sessions when the RDS CAL pool is exhausted or the RD Licensing Server cannot be reached. After the 120-day grace period expires, users are disconnected immediately after login. Emergency steps: extend grace or redirect to a working licensing server; proper fix is purchasing and installing sufficient Per-User or Per-Device RDS CALs.</description>
    <category>Windows Server</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>Windows Server High CPU / Memory / Disk — Performance Degradation Diagnosis</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/windows-server/windows-server-performance-degradation/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/windows-server/windows-server-performance-degradation/</guid>
    <description>A Windows Server becomes sluggish, applications time out, or users report slowness. Systematic diagnosis using Resource Monitor, PerfMon counters, and process-level tools identifies whether the bottleneck is CPU saturation, memory pressure, kernel pool exhaustion, or I/O queue depth.</description>
    <category>Windows Server</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
  <item>
    <title>NTFS Permissions Broken — Access Denied After Migration, Inheritance Change or Ownership Loss</title>
    <link>https://www.engineerdirect.co.uk/guides/library/d/windows-server/ntfs-permission-access-denied/</link>
    <guid isPermaLink="true">https://www.engineerdirect.co.uk/guides/library/d/windows-server/ntfs-permission-access-denied/</guid>
    <description>Users receive &#39;Access is denied&#39; on file shares or local folders after a server migration, permission inheritance was disabled accidentally, or ownership has been transferred to an unknown SID from a previous domain. NTFS and share permissions are evaluated independently — access is the more restrictive intersection of both.</description>
    <category>Windows Server</category>
    <pubDate>Sat, 30 May 2026 06:45:20 GMT</pubDate>
  </item>
</channel>
</rss>
