In this article we’ll show how to fix a broken trust relationship between a workstation and an Active Directory domain when a user cannot logon to their domain computer. Let’s consider the root cause of the problem and easy way to repair trust between a computer and a domain controller over a secure channel without rebooting the computer and domain rejoining.
DNS over HTTPS (DoH) support appeared on Windows 10 2004 build (May 2020 Update). Now Windows 10 can resolve names over HTTPS protocol using the built-in DoH client. In this…
Windows 10 ships with some preinstalled modern UWP apps (they are also called Metro apps, Microsoft Store or APPX packages). These are Calculator, Calendar, Mail, Cortana, Maps, News, OneNote, Groove…
- Active DirectoryWindows Server 2016
Creating a Keytab File for Kerberos Authentication in Active Directory
April 26, 2021Many Linux services (apache, nginx, etc.) can use keytab files for Kerberos authentication in Active Directory without entering a password. The keytab file keeps the names of Kerberos principals and…
- Windows 10Windows Server 2016
How to Troubleshoot, Repair and Rebuild the WMI Repository?
March 30, 2021Every experienced Windows administrator has faced some issues with the WMI service (Windows Management Instrumentation) and its components. The problems in WMI subsystem are critical for the normal operation of…
Sometimes you may need to directly connect an external USB flash drive (stick) to your VMWare ESXi host. For example, you may need it to copy a virtual machine image…
- PowerShellWindows 10Windows Server 2016
How to Sign a PowerShell Script (PS1) with a Code Signing Certificate?
February 25, 2021A script or an executable with a digital signature allows a user to make sure that a file is original and its code has not been changed by third parties.…
In this article, we will show you how to check the current TCP port on which a named or default MS SQL Server instance is listening (waiting for connection on),…
- Windows 10Windows Server 2016Windows Server 2019
How to Shadow (Remote Control) a User’s RDP session on RDS Windows Server 2016/2019?
February 27, 2023Shadow session mode allows RDS administrators to view and interact with the user’s desktop. Remote Desktop Shadowing mode works on all modern versions of Windows starting from Windows Server 2012…
- PowerShellWindows 10Windows Server 2016
Configuring PowerShell Script Execution Policy
February 27, 2023By default, Windows settings prevent PowerShell scripts from running. From a security perspective, it is important to restrict untrusted and malicious code from running from PowerShell scripts. The Execution Policy…