> "This table lists the PowerShell cmdlets" doesn't list the cmdlets (there are only three).
> The column marked PowerShell cmdlets seems to refer to property names.
Current table description text:
"This table lists the PowerShell cmdlets (and associated audit mode cmdlet) that can be used to configure each mitigation."
**Suggested description:**
This table lists the individual **Mitigations** (and **Audits**, when available) to be used with the `-Enable` or `-Disable` cmdlet parameters.
Closes#8926
From issue ticket #8927 (**No such property as TerminateOnHeapError**):
> In the list of properties used for different security exploit settings for the cmdlets, the properties to be set for 'Validate heap integrity' is labeled wrong.
>
> | Validate heap integrity | System and app-level | TerminateOnHeapError | Audit not available |
>
> **The property 'TerminateOnHeapError' doesn't exist for Heap. It should be TerminateOnError.**
Thanks to dennisl68-castra for noticing and reporting this incorrect term variant.
Changes proposed:
- Change "TerminateOnHeapError" to 'TerminateOnError'
Whitespace changes:
- Add recommended minimum cell divider spacing to the MarkDown table cells
- Align table dividing row cell dividers with the table title row cell dividers
- Add editorial line between footnote mark [2] and second last H2 (##) heading
Closes#8927
Ref. old PR #4351 from July 5, 2019 (before Windows Defender Exploit Guard was changed or retired)