From ff7979437754f791aeb83ff5d23725242ba785bc Mon Sep 17 00:00:00 2001 From: Alexey-Ayupov <116575425+Alexey-Ayupov@users.noreply.github.com> Date: Wed, 16 Aug 2023 09:49:28 +0200 Subject: [PATCH] [Windows] Add Hyper-V PowerShell module (#8079) --- images/win/toolsets/toolset-2022.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/win/toolsets/toolset-2022.json b/images/win/toolsets/toolset-2022.json index 945fde6c6..b93c2c719 100644 --- a/images/win/toolsets/toolset-2022.json +++ b/images/win/toolsets/toolset-2022.json @@ -168,7 +168,8 @@ { "name": "Client-ProjFS", "optionalFeature": true }, { "name": "NET-Framework-Features", "includeAllSubFeatures": true }, { "name": "Hyper-V", "includeAllSubFeatures": true }, - { "name": "HypervisorPlatform", "optionalFeature": true } + { "name": "HypervisorPlatform", "optionalFeature": true }, + { "name": "Hyper-V-PowerShell" } ], "visualStudio": { "version" : "2022",