Skip to content

Commit c89c29e

Browse files
authored
Update validate-solution-upgrade-readiness.md
Updating $windowsFeature list with the correct names. The three modified names were the names when using the WindowsOptionalFeature command to install and were failing in this command.
1 parent 9a5a68e commit c89c29e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-local/upgrade/validate-solution-upgrade-readiness.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ Use the following commands for each machine to install the required features. If
150150
$windowsFeature = @(
151151
152152
"Failover-Clustering",
153-
"FileServerVSSAgent",
154-
"FSRM-Infrastructure",
155-
"Microsoft-Windows-GroupPolicy-ServerAdminTools-Update",
153+
"FS-VSS-Agent",
154+
"FS-Resource-Manager",
155+
"GPMC",
156156
"NetworkATC",
157157
"NetworkController",
158158
"RSAT-AD-Powershell",

0 commit comments

Comments
 (0)