When installing any role or feature on Windows Server 2016, an error appears that the server requires a restart: “The request to add or remove features on the specified server…
Windows Server 2016
- PowerShellWindows 10Windows Server 2012 R2Windows Server 2016
How to View and Close Open Files in Windows Server SMB Share?
October 20, 2022Windows file server administrators often have to force close the shared files that are open simultaneously by multiple users. This usually happens if the desktop software doesn’t work as expected,…
When expanding the disk size of a VMWare virtual machine or deleting a disk, sometimes it is hard to understand which VMware virtual disk matches the specific Windows VM disk.…
- Active DirectoryWindows Server 2012 R2Windows Server 2016
How to Restore Active Directory from a Backup?
April 19, 2023In this article we’ll show how to restore Active Directory domain controller from a System State backup created earlier (see the article Active Directory backup) and discuss the types and…
- Active DirectoryWindows 10Windows Server 2016
Unable to Access SYSVOL and NETLOGON folders from Windows 10
May 10, 2023I noticed some strange things when trying to access SYSVOL and NETLOGON folders in the domain from Windows 10/Windows Server 2016. When I tried to access the domain by the…
The built-in Windows Remote Desktop Connection (RDP) client (mstsc.exe) saves the remote computer name (or IP address) and the username that is used to login after each successful connection to…
- PowerShellWindows 10Windows Server 2016
RDP Brute Force Protection with PowerShell and Windows Firewall Rules
May 10, 2023I have had an idea to write a simple PowerShell script to automatically block (blacklist) IP addresses, on which RDP brute-force attempts or continuous RDP attacks are detected, in Windows…
- PowerShellWindows 10Windows Server 2016
How to Manage Windows Services with PowerShell?
March 15, 2021You can manage Windows services not only from the services.msc snap-in or sc.exe command line tool, but also using PowerShell. In this article we’ll consider different scenarios of managing Windows…
- Windows 10Windows Server 2016
How to Mirror (RAID1) Boot GPT Hard Drive on Windows 10/ Server 2016?
April 19, 2023In this article we‘ll show you how to create a software mirror (RAID1) from two GPT disks with Windows Server 2016/Windows 10 installed for UEFI. We’ll consider a full-featured BCD…
- PowerShellWindows Server 2012 R2Windows Server 2016Windows Server 2019
Managing Windows Server Roles & Features with PowerShell
May 10, 2023In Windows Server 2012R2/2016/2019, you can use the graphical Server Manager console to install and remove server roles and features. However, in most cases you can do the same from…