11---
22description : Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
3- external help file : ProcessMitigations.dll-Help.xml
3+ external help file : Microsoft. ProcessMitigations.Commands .dll-Help.xml
44Module Name : ProcessMitigations
55ms.date : 03/29/2017
66online version : https://docs.microsoft.com/powershell/module/processmitigations/get-processmitigation?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
@@ -15,27 +15,27 @@ Gets the current process mitigation settings, either from the registry, from a r
1515
1616## SYNTAX
1717
18- ### FullPolicySet
18+ ### FullPolicy (Default)
1919```
2020Get-ProcessMitigation [-FullPolicy] [<CommonParameters>]
2121```
2222
23- ### IdSet
23+ ### NameMode
2424```
25- Get-ProcessMitigation [-Id ] <Int32[]> [<CommonParameters>]
25+ Get-ProcessMitigation [-Name ] <String> [-RunningProcesses] [<CommonParameters>]
2626```
2727
28- ### NameSet
28+ ### IdMode
2929```
30- Get-ProcessMitigation [-Name ] <String> [-RunningProcesses] [<CommonParameters>]
30+ Get-ProcessMitigation [-Id ] <Int32[]> [<CommonParameters>]
3131```
3232
33- ### SaveSet
33+ ### SaveMode
3434```
3535Get-ProcessMitigation [-RegistryConfigFilePath <String>] [<CommonParameters>]
3636```
3737
38- ### SystemSet
38+ ### SystemMode
3939```
4040Get-ProcessMitigation [-System] [<CommonParameters>]
4141```
@@ -101,8 +101,8 @@ Returns every processes' current mitigation settings in the registry
101101
102102``` yaml
103103Type : SwitchParameter
104- Parameter Sets : FullPolicySet
105- Aliases :
104+ Parameter Sets : FullPolicy
105+ Aliases : f
106106
107107Required : False
108108Position : Named
@@ -116,8 +116,8 @@ Process Id to retrieve current running process mitigation settings from
116116
117117` ` ` yaml
118118Type : Int32[]
119- Parameter Sets : IdSet
120- Aliases :
119+ Parameter Sets : IdMode
120+ Aliases :
121121
122122Required : True
123123Position : 0
@@ -131,8 +131,8 @@ Accept wildcard characters: False
131131
132132` ` ` yaml
133133Type : String
134- Parameter Sets : NameSet
135- Aliases :
134+ Parameter Sets : NameMode
135+ Aliases : n
136136
137137Required : True
138138Position : 0
@@ -146,8 +146,8 @@ File to save the current registry process mitigation configuration to
146146
147147` ` ` yaml
148148Type : String
149- Parameter Sets : SaveSet
150- Aliases :
149+ Parameter Sets : SaveMode
150+ Aliases : o
151151
152152Required : False
153153Position : Named
@@ -156,13 +156,13 @@ Accept pipeline input: False
156156Accept wildcard characters : False
157157` ` `
158158
159- ### -RunningProcess
159+ ### -RunningProcesses
160160Pull the current process mitigation settings from a running instance instead of the registry.
161161
162162` ` ` yaml
163163Type : SwitchParameter
164- Parameter Sets : NameSet
165- Aliases :
164+ Parameter Sets : NameMode
165+ Aliases : r
166166
167167Required : False
168168Position : Named
@@ -176,8 +176,8 @@ Pulls the current system defaults for process mitigations.
176176
177177` ` ` yaml
178178Type : SwitchParameter
179- Parameter Sets : SystemSet
180- Aliases :
179+ Parameter Sets : SystemMode
180+ Aliases : s
181181
182182Required : False
183183Position : Named
@@ -191,12 +191,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
191191
192192## INPUTS
193193
194- ### System.String
195- System.Int32\[\]
194+ ### System.Int32[]
196195
197196## OUTPUTS
198197
199- ### Microsoft.Samples.PowerShell.Commands.AppMitigations
198+ ### System.Object
200199
201200## NOTES
202201
0 commit comments