The latest versions of Windows support the DNS over HTTPS (DoH) protocol, which allows domain name resolution (DNS queries) to be performed over an encrypted HTTPS connection. In this article,…
Windows Server 2022
- PowerShellWindows 10Windows 11Windows Server 2022
How to Sign a PowerShell Script File (PS1)
May 23, 2024The digital signature of a PowerShell script (*.PS1 file) allows you to verify that a known trusted publisher signs the script and that its code has not been modified. The…
- Active DirectoryGroup PoliciesPowerShellWindows 10Windows Server 2022
How to Refresh (Update) Group Policy Settings on Windows
August 13, 2024To apply new local or domain Group Policy (GPO) settings to a Windows computer, the Group Policy Client (gpsvc) service must read the policy files and apply the setting to…
- Group PoliciesWindows 10Windows 11Windows Server 2022
How to Disable/Remove Thumbs.db File on Network Folders in Windows
December 17, 2024Thumbs.db (thumbnail cache) is a hidden system file that is automatically created by the Windows File Explorer in folders containing image and video files when the thumbnail preview mode is…
- PowerShellWindows 11Windows Server 2022
Taking User Desktop Screenshots with PowerShell
January 31, 2025The HelpDesk support team requested a PowerShell script to quickly capture a screenshot of a user’s desktop from a remote computer. The main requirement is that the HelpDesk employee may…
- Active DirectoryGroup PoliciesPowerShellWindows 10Windows 11Windows Server 2022
Configuring Password Expiration Notifications for AD Users
October 11, 2024Although Microsoft has removed the requirement to periodically change user passwords from its security baselines, most on-premises Active Directory domains have a policy that specifies the maximum age of a…
- Windows 10Windows 11Windows Server 2019Windows Server 2022
Reduce Large Windows.edb (Windows.db) File Size
March 15, 2024The Windows.edb file (Windows.db in Windows 11) is the location of the index database for the Windows Search service. The search index allows users to quickly search for files, emails…
- PowerShellWindows Server 2019Windows Server 2022
How to Enable and Configure MPIO on Windows Server
March 11, 2024In this article we will consider how to install and configure MPIO on Windows Server 2016/2012 R2. MPIO (Multi—Path Input Output) is a technology that allows to build fault-tolerant transport to a data storage system…
- Active DirectoryGroup PoliciesWindows 11Windows Server 2022
Creating Desktop Shortcuts using Group Policy (GPO)
January 16, 2025Using Group Policies, you can create a shortcut to a specific application and deploy it to the desktops of all users in the domain (or to specific users only). This…
- Active DirectoryWindows Server 2022
Restoring Active Directory Domain Controller from a Backup
January 31, 2025In this article, we’ll show how to restore the Active Directory domain controller from a previously created System State backup (see the Active Directory backup post), and discuss the types…