You can use a simple PowerShell command to find out the current public IP address that your Windows computer uses to access the Internet. There are a large number of…
Windows Server 2019: Installation and Configuration Tutorials
What Others Are Reading in Windows Server 2019
How to See Number of Active User Sessions on IIS WebSite
How to quickly estimate the current number of user connections (sessions) to the IIS sites on webserver running on Windows Server? Such information will allow to determine and predict the…
Windows XP Can’t RDP to Windows 10 / Server 2012R2/2016 RDS
Despite the fact that the Windows XP OS support is over 4 years ago, many customers continue to use this OS, and it seems that nothing will drastically change in…
In Windows, you can attach (mount) virtual hard disk files in the VHD and VHDX formats directly from the Disk Management console. Windows administrator can mount a VHD or VHDX…
Configure Storage Spaces Direct (S2D) on Windows Server
Storage Spaces Direct (S2D) is a new distributed data storage technology that appeared in Windows Server 2016. Due to Storage Spaces Direct, you can turn local drives of several servers…
Configure Workgroup Failover Cluster without Active Directory on Windows Server
In older Windows Server versions prior to Windows Server 2016, you could create a failover cluster only between the servers in the same Active Directory domain. The new version allows…
VSS Writer Failed: Re-registering VSS Writers on Windows Server
Most backup solutions for Windows use Volume Shadow Copy Service (VSS) to create backup copies of the application or service data. In some cases, the VSS service or one of…
Booting Windows from GPT Disk on BIOS (non-UEFI) Computer
This article describes configuring Windows to boot from a hard disk with a GPT partition table on a computer with classic (non-UEFI) BIOS firmware or in Legacy BIOS mode.
How to Obtain SeDebugPrivilege when Debug Program Policy is Enabled
In the previous article, we told that one of the ways to defending against mimikatz-like tools is disabling the debug privilege for system administrators using Debug Program policy. However, recently…
How to Clear Event Viewer Logs on Windows
On Windows, you can clear Event Viewer logs by using the eventvwr.msc GUI snap-in, from the command prompt, and by using PowerShell.