Skip to content

Commit 45377ab

Browse files
authored
Update remediation message for RemoteAccess role
1 parent b6e2b87 commit 45377ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/SdnDiag.Health.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2096,7 +2096,7 @@ function Test-SdnGatewayRemoteAccessCimClass {
20962096
catch {
20972097
$_ | Trace-Exception
20982098
$sdnHealthTest.Result = 'FAIL'
2099-
$sdnHealthTest.Remediation += "Ensure the RemoteAccess role and required WMI providers are installed and functional on this Gateway node."
2099+
$sdnHealthTest.Remediation += "Ensure the RemoteAccess role is installed. Run 'Install-WindowsFeature -Name RSAT-RemoteAccess-PowerShell' to install missing WMI class"
21002100
}
21012101
}
21022102
catch {

0 commit comments

Comments
 (0)