You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/modules/SdnDiag.Health.psm1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2096,7 +2096,7 @@ function Test-SdnGatewayRemoteAccessCimClass {
2096
2096
catch {
2097
2097
$_|Trace-Exception
2098
2098
$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"
0 commit comments