Skip to content

Commit dedf295

Browse files
TimShererWithAquentJohanFreelancer9dariomws
authored
Apply suggestions from code review
Co-authored-by: JohanFreelancer9 <[email protected]> Co-authored-by: Dario Woitasen <[email protected]>
1 parent e18ca10 commit dedf295

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docset/winserver2022-ps/configci/New-CIPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ Accept wildcard characters: False
477477
478478
### -MultiplePolicyFormat
479479
Indicates that this cmdlet should create a policy in multiple policy format as opposed to a single policy format.
480-
Refer to [Create WDAC policies in Multiple Policy Format](https://docs.microsoft.com/windows/security/threat-protection/windows-defender-application-control/deploy-multiple-windows-defender-application-control-policies#creating-wdac-policies-in-multiple-policy-format) for the difference between the policy formats.
480+
Refer to [Create WDAC policies in Multiple Policy Format](/windows/security/threat-protection/windows-defender-application-control/deploy-multiple-windows-defender-application-control-policies#creating-wdac-policies-in-multiple-policy-format) for the difference between the policy formats.
481481
482482
```yaml
483483
Type: SwitchParameter
@@ -610,8 +610,8 @@ Accept wildcard characters: False
610610
```
611611
612612
### -SpecificFileNameLevel
613-
Specifies the attribute of the file off which to base a file name rule. The -Level must be set to FileName for this option.
614-
Refer to [File Name Rules Info](https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-application-control/select-types-of-rules-to-create#windows-defender-application-control-filename-rules) for a description of the acceptable values.
613+
Specifies the attribute of the file off which to base a file name rule. The -Level must be set to FileName for this option. Possible values are: None, OriginalFileName, InternalName, FileDescription, ProductName, PackageFamilyName, and FilePath.
614+
Refer to [File Name Rules Info](/windows/security/threat-protection/windows-defender-application-control/select-types-of-rules-to-create#windows-defender-application-control-filename-rules) for a description of the acceptable values.
615615
616616
```yaml
617617
Type: FileNameLevel

docset/winserver2022-ps/configci/New-CIPolicyRule.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ Accept wildcard characters: False
269269
Specifies an app.
270270
This cmdlet creates per-app rules which control whether specific plug-ins, add-ins, and modules can run from specific apps.
271271
272-
For more information, see [Use a Windows Defender Application Control policy to control specific plug-ins, add-ins, and modules](https://docs.microsoft.com/windows/security/threat-protection/windows-defender-application-control/use-windows-defender-application-control-policy-to-control-specific-plug-ins-add-ins-and-modules).
272+
For more information, see [Use a Windows Defender Application Control policy to control specific plug-ins, add-ins, and modules](/windows/security/threat-protection/windows-defender-application-control/use-windows-defender-application-control-policy-to-control-specific-plug-ins-add-ins-and-modules).
273273
274274
```yaml
275275
Type: String
@@ -365,7 +365,7 @@ Accept wildcard characters: False
365365
```
366366
367367
### -Level
368-
Specifies the primary level of detail for generated rules. Refer to [WDAC File Rule Levels](https://docs.microsoft.com/windows/security/threat-protection/windows-defender-application-control/select-types-of-rules-to-create#windows-defender-application-control-file-rule-levels) for acceptable parameter values and descriptions.
368+
Specifies the primary level of detail for generated rules. Refer to [WDAC File Rule Levels](/windows/security/threat-protection/windows-defender-application-control/select-types-of-rules-to-create#windows-defender-application-control-file-rule-levels) for acceptable parameter values and descriptions.
369369
370370
```yaml
371371
Type: RuleLevel
@@ -411,7 +411,7 @@ Accept wildcard characters: False
411411
412412
### -SpecificFileNameLevel
413413
Specifies the attribute of the file off which to base a file name rule. The -Level must be set to FileName for this option.
414-
Refer to [File Name Rules Info](https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-application-control/select-types-of-rules-to-create#windows-defender-application-control-filename-rules) for a description of the acceptable values.
414+
Refer to [File Name Rules Info](/windows/security/threat-protection/windows-defender-application-control/select-types-of-rules-to-create#windows-defender-application-control-filename-rules) for a description of the acceptable values.
415415
416416
```yaml
417417
Type: FileNameLevel

0 commit comments

Comments
 (0)