View Best Practices Analyzer compliance results

Microsoft.Windows.Server.10.0.Monitoring.BPA.CheckBPAResult.Task (Task)

This task shows compliance results of the Best Practices Analyzer. Note that BPA monitor should be enabled for the task working on Windows Server 2016 and 1709+ operating systems. As long as Windows Nano Server does not support cmd module, the task will not work, and the monitor will always be displayed as "Healthy".

Element properties:

TargetMicrosoft.Windows.Server.10.0.OperatingSystem
AccessibilityPublic
CategoryConfigurationHealth
EnabledFalse
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
Probe WriteAction Microsoft.Windows.Server.10.0.Monitoring.BPA.Task.WA.ModuleType Default

Source Code:

<Task ID="Microsoft.Windows.Server.10.0.Monitoring.BPA.CheckBPAResult.Task" Accessibility="Public" Enabled="false" Target="ServervNext!Microsoft.Windows.Server.10.0.OperatingSystem" Timeout="300" Remotable="true">
<Category>ConfigurationHealth</Category>
<WriteAction ID="Probe" TypeID="Microsoft.Windows.Server.10.0.Monitoring.BPA.Task.WA.ModuleType">
<IncludeCompliant>true</IncludeCompliant>
</WriteAction>
</Task>