Mbr2gpt.exe is a new built-in Windows 10 console tool that allows you to convert a disk with the MBR (Master Boot Record) partition table to a GPT (GUID Partition Table) without data loss and without the need to delete existing partition. The mbr2gpt tool can be used to convert the partition table both in Windows PE (Windows Preinstallation Environment) and directly from the running Windows 10. You can use this tool to change the partition table from MBR to GPT both on the data (non system) disk and on the system disk, on which Windows 10 is installed (using the /allowFullOS
option).
In this article we’ll talk about Active Directory domain controller backup and learn how to configure automatic AD backup using PowerShell and built-in Windows Server tools.
The setup.exe installer in a Windows 10 install image has quite a large number of the command-line parameters that administrators may be interested in to automate and manage a Windows…
- CentOSKVMLinuxWindows Server 2012 R2
KVM: How to Expand or Shrink a Virtual Machine Disk Size?
June 19, 2023In this article we’ll talk about how to resize KVM virtual machine disks for popular disk types. We’ll show how to correctly increase a virtual machine disk size in the…
- 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…
- Windows 10Windows Server 2012 R2
An Internal Error has Occurred: Remote Desktop Connection Error
May 13, 2020I saw a strange message “An internal error has occurred” when trying to connect from Windows 10 to a recently deployed RDSH server running Windows Server 2012 R2 using RDP.…
- Windows 10Windows Server 2012 R2Windows Server 2019
Fix: Network Printer Goes Offline on Windows
February 20, 2023From time to time we notice that some connected network printers go offline, stop printing and print jobs begin to queue on the print servers running Windows Server. In this…
- 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…