Skip to content

Commit 20aef82

Browse files
authored
Merge branch 'main' into main
2 parents 061e877 + 4509466 commit 20aef82

File tree

9 files changed

+22
-22
lines changed

9 files changed

+22
-22
lines changed

docset/winserver2012-ps/hyper-v/Set-VMSwitch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This example sets the minimum bandwidth allocation to 500Mbps on a virtual switc
8282
## PARAMETERS
8383

8484
### -AllowManagementOS
85-
Specifies whether the management operating system can use the physical network adapter that is bound to the external virtual switch.
85+
Specifies whether the management operating system can use the physical network adapter that is bound to the virtual switch. Setting **AllowManagementOS** to `$true` creates management operating system virtual network adapters (VMNetworkAdapters) in the parent partition and connects it to the virtual switch. Setting **AllowManagementOS** to `$false` removes any VMNetworkAdapters connected to the virtual switch.
8686

8787
```yaml
8888
Type: Boolean

docset/winserver2012r2-ps/hyper-v/Set-VMSwitch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ This example sets the minimum bandwidth allocation to 500Mbps on a virtual switc
8484
## PARAMETERS
8585

8686
### -AllowManagementOS
87-
Specifies whether the management operating system can use the physical network adapter that is bound to the external virtual switch.
87+
Specifies whether the management operating system can use the physical network adapter that is bound to the virtual switch. Setting **AllowManagementOS** to `$true` creates management operating system virtual network adapters (VMNetworkAdapters) in the parent partition and connects it to the virtual switch. Setting **AllowManagementOS** to `$false` removes any VMNetworkAdapters connected to the virtual switch.
8888

8989
```yaml
9090
Type: Boolean

docset/winserver2016-ps/defender/Set-MpPreference.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
2+
description: Use this article to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: MSFT_MpPreference.cdxml-help.xml
44
Module Name: Defender
5-
ms.date: 12/20/2016
5+
ms.date: 07/14/2022
66
online version: https://docs.microsoft.com/powershell/module/defender/set-mppreference?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Set-MpPreference
@@ -23,7 +23,7 @@ Set-MpPreference [-ExclusionPath <String[]>] [-ExclusionExtension <String[]>] [-
2323
[-ReportingNonCriticalTimeOut <UInt32>] [-ScanAvgCPULoadFactor <Byte>]
2424
[-CheckForSignaturesBeforeRunningScan <Boolean>] [-ScanPurgeItemsAfterDelay <UInt32>]
2525
[-ScanOnlyIfIdleEnabled <Boolean>] [-ScanParameters <ScanType>] [-ScanScheduleDay <Day>]
26-
[-ScanScheduleQuickScanTime <DateTime>] [-ScanScheduleTime <DateTime>] [-SignatureFirstAuGracePeriod <UInt32>]
26+
[-ScanScheduleQuickScanTime <DateTime>] [-ScanScheduleOffset <UInt32>] [-SignatureFirstAuGracePeriod <UInt32>]
2727
[-SignatureAuGracePeriod <UInt32>] [-SignatureDefinitionUpdateFileSharesSources <String>]
2828
[-SignatureDisableUpdateOnStartupWithoutEngine <Boolean>] [-SignatureFallbackOrder <String>]
2929
[-SignatureScheduleDay <Day>] [-SignatureScheduleTime <DateTime>] [-SignatureUpdateCatchupInterval <UInt32>]
@@ -58,7 +58,7 @@ The following table provides remediation action values for detected threats at l
5858
|3 |Remove the detected threat. |
5959
|6 |Allow the detected threat. |
6060
|8 |Allow the user to determine the action to take with the detected threat. |
61-
|9 |Do not take any action. |
61+
|9 |Don't take any action. |
6262
|10 |Block the detected threat. |
6363
|0 | (NULL)|Apply action based on the Security Intelligence Update (SIU). This is the default value. |
6464

@@ -76,7 +76,7 @@ This command configures preferences to check for definition updates every day.
7676
PS C:\> Set-MpPreference -SignatureScheduleTime 120
7777
```
7878

79-
This command configures preferences to check for definition updates 120 minutes after midnight on days when it is scheduled to check.
79+
This command configures preferences to check for definition updates 120 minutes after midnight on days when it's scheduled to check.
8080

8181
## PARAMETERS
8282

@@ -105,8 +105,8 @@ Accept wildcard characters: False
105105
### -CheckForSignaturesBeforeRunningScan
106106
Indicates whether to check for new virus and spyware definitions before Windows Defender runs a scan.
107107
If you specify a value of $True, Windows Defender checks for new definitions.
108-
If you specify $False or do not specify a value, the scan begins with existing definitions.
109-
This value applies to scheduled scans and to scans that you start from the command line, but it does not affect scans that you start from the user interface.
108+
If you specify $False or don't specify a value, the scan begins with existing definitions.
109+
This value applies to scheduled scans and to scans that you start from the command line, but it doesn't affect scans that you start from the user interface.
110110
111111
```yaml
112112
Type: Boolean
@@ -204,7 +204,7 @@ Accept wildcard characters: False
204204
### -DisableCatchupFullScan
205205
Indicates whether Windows Defender runs catch-up scans for scheduled full scans.
206206
A computer can miss a scheduled scan, usually because the computer is turned off at the scheduled time.
207-
If you specify a value of $False, after the computer misses two scheduled full scans, Windows Defender runs a catch-up scan the next time someone logs on to the computer. If you specify a value of $True, the computer does not run catch-up scans for scheduled full scans.
207+
If you specify a value of $False, after the computer misses two scheduled full scans, Windows Defender runs a catch-up scan the next time someone logs on to the computer. If you specify a value of $True, the computer doesn't run catch-up scans for scheduled full scans.
208208
209209
```yaml
210210
Type: Boolean

docset/winserver2016-ps/hyper-v/Set-VMSwitch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ This example sets the minimum bandwidth allocation to 500Mbps on a virtual switc
104104
## PARAMETERS
105105

106106
### -AllowManagementOS
107-
Specifies whether the management operating system can use the physical network adapter that is bound to the external virtual switch.
107+
Specifies whether the management operating system can use the physical network adapter that is bound to the virtual switch. Setting **AllowManagementOS** to `$true` creates management operating system virtual network adapters (VMNetworkAdapters) in the parent partition and connects it to the virtual switch. Setting **AllowManagementOS** to `$false` removes any VMNetworkAdapters connected to the virtual switch.
108108

109109
```yaml
110110
Type: Boolean

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Specify a rule level and an array of **DriverFile** objects or the path of a dri
4141

4242
### Example 1: Create policy rules for drivers
4343
```
44-
PS C:\> $DriverFiles = Get-SystemDriver -ScanPath '.\temp\' -UserPEs -OmitPaths '.\temp\ConfigCITestBinaries' -NoScript
44+
PS C:\> $DriverFiles = Get-SystemDriver -ScanPath '.\temp\' -OmitPaths '.\temp\ConfigCITestBinaries' -NoScript
4545
PS C:\> New-CIPolicyRule -Level FileName -DriverFiles $DriverFiles
4646
Scan completed successfully
4747

docset/winserver2019-ps/hyper-v/Set-VMSwitch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ This example sets the minimum bandwidth allocation to 500Mbps on a virtual switc
104104
## PARAMETERS
105105

106106
### -AllowManagementOS
107-
Specifies whether the management operating system can use the physical network adapter that is bound to the external virtual switch.
107+
Specifies whether the management operating system can use the physical network adapter that is bound to the virtual switch. Setting **AllowManagementOS** to `$true` creates management operating system virtual network adapters (VMNetworkAdapters) in the parent partition and connects it to the virtual switch. Setting **AllowManagementOS** to `$false` removes any VMNetworkAdapters connected to the virtual switch.
108108

109109
```yaml
110110
Type: Boolean

docset/winserver2022-ps/defender/Set-MpPreference.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: The Set-MpPreference cmdlet configures preferences for Windows Defender scans and updates.
33
external help file: MSFT_MpPreference.cdxml-help.xml
44
Module Name: Defender
5-
ms.date: 04/21/2022
5+
ms.date: 07/14/2022
66
online version: https://docs.microsoft.com/powershell/module/defender/set-mppreference?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Set-MpPreference
@@ -23,7 +23,7 @@ Set-MpPreference [-ExclusionPath <String[]>] [-ExclusionExtension <String[]>] [-
2323
[-ReportingCriticalFailureTimeOut <UInt32>] [-ReportingNonCriticalTimeOut <UInt32>]
2424
[-ScanAvgCPULoadFactor <Byte>] [-CheckForSignaturesBeforeRunningScan <Boolean>]
2525
[-ScanPurgeItemsAfterDelay <UInt32>] [-ScanOnlyIfIdleEnabled <Boolean>] [-ScanParameters <ScanType>]
26-
[-ScanScheduleDay <Day>] [-ScanScheduleQuickScanTime <DateTime>] [-ScanScheduleTime <DateTime>]
26+
[-ScanScheduleDay <Day>] [-ScanScheduleQuickScanTime <DateTime>] [-ScanScheduleOffset <UInt32>]
2727
[-SignatureFirstAuGracePeriod <UInt32>] [-SignatureAuGracePeriod <UInt32>]
2828
[-SignatureDefinitionUpdateFileSharesSources <String>]
2929
[-SignatureDisableUpdateOnStartupWithoutEngine <Boolean>] [-SignatureFallbackOrder <String>]
@@ -75,7 +75,7 @@ The following table provides remediation action values for detected threats at l
7575
|3 |Remove the detected threat. |
7676
|6 |Allow the detected threat. |
7777
|8 |Allow the user to determine the action to take with the detected threat. |
78-
|9 |Do not take any action. |
78+
|9 |Don't take any action. |
7979
|10 |Block the detected threat. |
8080
|0 | (NULL)|Apply action based on the Security Intelligence Update (SIU). This is the default value. |
8181

@@ -93,7 +93,7 @@ This command configures preferences to check for definition updates every day.
9393
PS C:\> Set-MpPreference -SignatureScheduleTime 120
9494
```
9595

96-
This command configures preferences to check for definition updates 120 minutes after midnight on days when it is scheduled to check.
96+
This command configures preferences to check for definition updates 120 minutes after midnight on days when it's scheduled to check.
9797

9898
## PARAMETERS
9999

@@ -216,8 +216,8 @@ Accept wildcard characters: False
216216
### -CheckForSignaturesBeforeRunningScan
217217
Indicates whether to check for new virus and spyware definitions before Windows Defender runs a scan.
218218
If you specify a value of $True, Windows Defender checks for new definitions.
219-
If you specify $False or do not specify a value, the scan begins with existing definitions.
220-
This value applies to scheduled scans and to scans that you start from the command line, but it does not affect scans that you start from the user interface.
219+
If you specify $False or don't specify a value, the scan begins with existing definitions.
220+
This value applies to scheduled scans and to scans that you start from the command line, but it doesn't affect scans that you start from the user interface.
221221

222222
```yaml
223223
Type: Boolean
@@ -408,7 +408,7 @@ Accept wildcard characters: False
408408
```
409409

410410
### -DisableCpuThrottleOnIdleScans
411-
Indicates whether the CPU will be throttled for scheduled scans while the device is idle. This parameter is enabled by default, thus ensuring that the CPU will not be throttled for scheduled scans performed when the device is idle, regardless of what **ScanAvgCPULoadFactor** is set to. For all other scheduled scans, this flag does not have any impact and normal throttling will occur.
411+
Indicates whether the CPU will be throttled for scheduled scans while the device is idle. This parameter is enabled by default, thus ensuring that the CPU won't be throttled for scheduled scans performed when the device is idle, regardless of what **ScanAvgCPULoadFactor** is set to. For all other scheduled scans, this flag does not have any impact and normal throttling will occur.
412412

413413
```yaml
414414
Type: Boolean

docset/winserver2022-ps/hyper-v/Set-VMSwitch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ This example sets the minimum bandwidth allocation to 500Mbps on a virtual switc
104104
## PARAMETERS
105105

106106
### -AllowManagementOS
107-
Specifies whether the management operating system can use the physical network adapter that is bound to the external virtual switch.
107+
Specifies whether the management operating system can use the physical network adapter that is bound to the virtual switch. Setting **AllowManagementOS** to `$true` creates management operating system virtual network adapters (VMNetworkAdapters) in the parent partition and connects it to the virtual switch. Setting **AllowManagementOS** to `$false` removes any VMNetworkAdapters connected to the virtual switch.
108108

109109
```yaml
110110
Type: Boolean

docset/winserver2022-ps/updateservices/Approve-WsusUpdate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This command approves for installation all unapproved updates with a status of f
4444
Specifies the action that clients should perform when applying the associated update. The acceptable values for this parameter are:
4545

4646
- Install
47-
- Not Approved
47+
- NotApproved
4848
- Uninstall
4949

5050
```yaml

0 commit comments

Comments
 (0)