1 00:00:01,540 --> 00:00:06,070 Configure Hyper‑V. Hopefully you already know that Hyper‑V is 2 00:00:06,070 --> 00:00:08,860 Microsoft's server virtualization platform. 3 00:00:08,860 --> 00:00:14,040 There was a desktop virtualization product called Connectix Virtual PC, and 4 00:00:14,040 --> 00:00:17,950 at the time, this was in the infancy of virtualization. 5 00:00:17,950 --> 00:00:19,670 The possibilities were endless. 6 00:00:19,670 --> 00:00:24,430 Instead of standing up servers or even client machines on bare metal, 7 00:00:24,430 --> 00:00:27,410 which was all we had back in the 90s, the promise of 8 00:00:27,410 --> 00:00:30,760 virtualization is that you can converge your hardware and then 9 00:00:30,760 --> 00:00:33,680 maintain your servers as virtual machines. 10 00:00:33,680 --> 00:00:35,670 While Microsoft purchased Connectix, 11 00:00:35,670 --> 00:00:38,230 they did a lot of interesting engineering, by the way, 12 00:00:38,230 --> 00:00:40,920 I wish we had time and scope to talk about it more, 13 00:00:40,920 --> 00:00:44,310 but we've got Hyper‑V, and this is Microsoft's Hypervisor. It's 14 00:00:44,310 --> 00:00:47,740 actually what's used in the Microsoft Azure data centers. 15 00:00:47,740 --> 00:00:51,460 Although I understand the Hyper‑V that's running in the data centers is 16 00:00:51,460 --> 00:00:54,560 very specialized compared to what we customers get. 17 00:00:54,560 --> 00:00:56,970 Hyper‑V is available in Windows Server, 18 00:00:56,970 --> 00:01:00,970 certainly Windows Server 2022, but we also have a Desktop 19 00:01:00,970 --> 00:01:04,030 version of Hyper‑V that runs on Windows Client. 20 00:01:04,030 --> 00:01:07,550 This would be Windows 10, Windows 11. Note that you have to have 21 00:01:07,550 --> 00:01:11,820 a license for Pro, Enterprise, or the Education SKUs to be able 22 00:01:11,820 --> 00:01:16,290 to install Desktop Hyper‑V. The Desktop Hyper‑V would be a 23 00:01:16,290 --> 00:01:17,800 direct competitor to, say, 24 00:01:17,800 --> 00:01:22,450 VMware Workstation, and Hyper‑V would be a direct competitor with, say, 25 00:01:22,450 --> 00:01:27,470 VMware ESXi. When you install the Hyper‑V server role on Windows Server 26 00:01:27,470 --> 00:01:30,600 2022, you choose what components you want. 27 00:01:30,600 --> 00:01:33,340 There are four main components to the service. 28 00:01:33,340 --> 00:01:35,650 There's the Hyper‑V Manager Remote Server 29 00:01:35,650 --> 00:01:37,980 Administration Tools graphical console, 30 00:01:37,980 --> 00:01:42,080 there's the Hyper‑V Windows PowerShell module, VMConnect, that's the 31 00:01:42,080 --> 00:01:45,960 graphical RDP, or Remote Desktop Protocol client, 32 00:01:45,960 --> 00:01:48,530 and then we have Windows PowerShell Direct. 33 00:01:48,530 --> 00:01:54,000 You'll learn more about all this stuff as we go on. Hopefully you already know, but if you don't, I got you.