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
$displayValue2013="Redistributable ($($installed2013.DisplayVersion)) is outdated"
411
+
$displayValue2013="Redistributable is outdated ($($installed2013.DisplayVersion)). Update the Visual C++ 2013 version."
412
412
$displayWriteType2013="Yellow"
413
413
}
414
414
}
@@ -435,7 +435,7 @@ function Invoke-AnalyzerOsInformation {
435
435
$displayWriteType2012-eq"Yellow") {
436
436
437
437
$params=$baseParams+@{
438
-
Details="Note: For more information about the latest C++ Redistributable please visit: https://aka.ms/HC-LatestVC`r`n`t`tThis is not a requirement to upgrade, only a notification to bring to your attention."
438
+
Details="Note: Exchange requires the Visual C++ 2012 and 2013 Redistributable specifically. These are not replaced by newer versions.`r`n`t`tFor more information please visit: https://aka.ms/HC-LatestVC"
0 commit comments