Skip to content

Commit 05ecd0c

Browse files
committed
URL updates, wrapping output and expanding PE to portable executable
1 parent e0c7a20 commit 05ecd0c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Hash="DA737C142A51A73D82E6AD677474C8031486FDEF018A6FE9D178564F83AB284B" />
210210
</SiPolicy>
211211
```
212212

213-
The first command scans for user-mode executables (applications) along with kernel-mode binaries such as drivers and creates rules at the Publisher level. The command creates a policy in multiple policy format and stores it in the file that is named Policy.xml. This command specifies the **OmitPaths** parameter to exclude files in the temp\ConfigCITestBinaries folder. The command specifies the **NoScript** parameter so that it gets information for only PE files.
213+
The first command scans for user-mode executables (applications) along with kernel-mode binaries such as drivers and creates rules at the Publisher level. The command creates a policy in multiple policy format and stores it in the file that is named Policy.xml. This command specifies the **OmitPaths** parameter to exclude files in the temp\ConfigCITestBinaries folder. The command specifies the **NoScript** parameter so that it gets information for only portable executable files (PE files).
214214

215215
### Example 2: Scan unsigned files
216216
```
@@ -543,7 +543,7 @@ Accept wildcard characters: False
543543
544544
### -MultiplePolicyFormat
545545
Indicates that this cmdlet should create a policy in multiple policy format as opposed to a single policy format.
546-
Refer to [Create WDAC policies in Multiple Policy Format](https://docs.microsoft.com/en-us/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.
546+
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.
547547
548548
```yaml
549549
Type: SwitchParameter

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@ PS C:\> $package_dependencies = $package.Dependencies
204204
205205
PS C:\> $package_rule = New-CIPolicyRule -Package $package
206206
PS C:\> $package_rule += New-CIPolicyRule -Package $dependency[0] # repeat for all dependencies in array
207-
207+
```
208+
```output
208209
PS C:\> $package_rule
209210
210211

0 commit comments

Comments
 (0)