mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-29 21:57:23 +00:00
Ticket #8926 (Table of PowerShell cmdlets isn't)
> "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
This commit is contained in:
parent
6c9cf28542
commit
22a2aaed3a
@ -207,10 +207,10 @@ If you need to restore the mitigation back to the system default, you need to in
|
|||||||
Set-Processmitigation -Name test.exe -Remove -Disable DEP
|
Set-Processmitigation -Name test.exe -Remove -Disable DEP
|
||||||
```
|
```
|
||||||
|
|
||||||
This table lists the PowerShell cmdlets (and associated audit mode cmdlet) that can be used to configure each mitigation.
|
This table lists the individual **Mitigations** (and **Audits**, when available) to be used with the `-Enable` or `-Disable` cmdlet parameters.
|
||||||
|
|
||||||
| Mitigation | Applies to | PowerShell cmdlets | Audit mode cmdlet |
|
| Mitigation type | Applies to | Mitigation cmdlet parameter keyword | Audit mode cmdlet parameter |
|
||||||
| :--------- | :--------- | :----------------- | :---------------- |
|
| :-------------- | :--------- | :---------------------------------- | :-------------------------- |
|
||||||
| Control flow guard (CFG) | System and app-level | CFG, StrictCFG, SuppressExports | Audit not available |
|
| Control flow guard (CFG) | System and app-level | CFG, StrictCFG, SuppressExports | Audit not available |
|
||||||
| Data Execution Prevention (DEP) | System and app-level | DEP, EmulateAtlThunks | Audit not available |
|
| Data Execution Prevention (DEP) | System and app-level | DEP, EmulateAtlThunks | Audit not available |
|
||||||
| Force randomization for images (Mandatory ASLR) | System and app-level | ForceRelocateImages | Audit not available |
|
| Force randomization for images (Mandatory ASLR) | System and app-level | ForceRelocateImages | Audit not available |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user