On one of the servers running Windows Server 2016, an additional disk (not a system one) connected as a SAN LUN over FC gets offline after each restart of the…
Windows Server 2016
- Group PoliciesWindows 10Windows Server 2016
Managing Windows 10 Start Menu Layout and Taskbar Pin Apps With GPO
November 19, 2019In the Active Directory domain, you can centrally manage and customize Start Menu and Taskbar Layout on Windows 10 users’ computers using Group Policy. This allows you to assign the…
- PowerShellWindows Server 2012 R2Windows Server 2016
How to Measure Storage Performance and IOPS on Windows?
October 28, 2021One of the main metric, which allows to estimate the performance of the existing or designed storage system is IOPS (Input/Output Operations Per Second). In simple terms, IOPS is the…
- PowerShellWindows 10Windows Server 2016Windows Server 2019
How to View and Parse WindowsUpdate.log on Windows 10 / Windows Server 2016?
October 8, 2019Historically, the WindowsUpdate.log plain text file has been used to analyze the operation of the Windows Update agent and service. However, the Windows Update logs in Windows 10 (Windows Server…
- Windows 10Windows Server 2008 R2Windows Server 2012 R2Windows Server 2016
RDP Authentication Error: CredSSP Encryption Oracle Remediation
March 15, 2021After installing the Windows security updates that issued after May 2018, you may face the CredSSP encryption oracle remediation error during RDP connection to the remote Windows server or computer…
- PowerShellWindows Server 2012 R2Windows Server 2016
How to Create a RAM Disk on Windows Server?
January 26, 2021A RAM disk is a virtual disk created in a free area of the memory (RAM) that it sees by the OS as a separate physical disk. Due to the…
- PowerShellWindows 10Windows Server 2016
Disks and Partitions Management with Windows PowerShell
June 7, 2023In this article we’ll look on the disk, partition and volume management from PowerShell console. You can perform from PowerShell all the operations of managing local disks and partitions, that…
- Windows 10Windows Server 2012 R2Windows Server 2016
Remote Desktop Cannot Verify the Identity of Remote Computer Because Time/Date Difference
March 9, 2021I came across the following error when trying to connect via RDP to a remote server in the AD domain. After specifying the correct domain credentials for the RDP user,…
- Windows 10Windows 7Windows 8Windows Server 2016
Fix: The Local Print Spooler Service Not Running in Windows 10
February 7, 2020You can face an error “The local print spooler service is not running” when trying to install a new printer, when opening the settings of the configured local printer or…
- PowerShellWindows 10Windows Server 2016
How to Show a Pop-Up or Balloon Tip Notification from PowerShell?
May 10, 2023Although PowerShell is a console language, sometimes it is necessary to notify a user from a PS script about a particular event or prompt them to do something. For example,…