Skip to content

Commit

Permalink
Merge pull request #3659 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
Publish 10/09/2023, 3:30 PM
  • Loading branch information
garycentric authored Oct 9, 2023
2 parents 5df30d7 + a518659 commit a9707c0
Show file tree
Hide file tree
Showing 16 changed files with 91 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,23 @@ Accept wildcard characters: False

### -Type
Specifies the data type of the values for this option.
The acceptable values for this parameter are: Byte, Word, DWord, DWordDword, IPAddress, String, BinaryData, EncapsulatedData or IPv6Address.
The acceptable values for this parameter are:

- Byte
- Word
- DWord
- DWordDword
- IPAddress
- String
- BinaryData
- EncapsulatedData
- IPv6Address

```yaml
Type: String
Parameter Sets: (All)
Aliases:
Accepted values: Byte, Word, DWord, DWordDWord, IPv4Address, IPv6Address, String, BinaryData, EncapsulatedData
Required: True
Position: 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,13 +226,23 @@ Accept wildcard characters: False

### -Type
Specifies the data type of the values for this option.
The acceptable values for this parameter are: Byte, Word, DWord, DWordDword, IPAddress, String, BinaryData, EncapsulatedData or IPv6Address.
The acceptable values for this parameter are:

- Byte
- Word
- DWord
- DWordDword
- IPAddress
- String
- BinaryData
- EncapsulatedData
- IPv6Address

```yaml
Type: String
Parameter Sets: (All)
Aliases:
Accepted values: Byte, Word, DWord, DWordDWord, IPv4Address, String, BinaryData, EncapsulatedData
Accepted values: Byte, Word, DWord, DWordDWord, IPv4Address, IPv6Address, String, BinaryData, EncapsulatedData
Required: True
Position: 3
Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2012r2-ps/netqos/New-NetQosPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Accept wildcard characters: False
```
### -Cluster
Specifies Microsoft's cluster service, which uses the default SQL server TCP/UDP port 3343.
Specifies the Microsoft Windows Cluster service, which uses the Cluster network driver TCP/UDP port 3343.
```yaml
Type: SwitchParameter
Expand Down
17 changes: 16 additions & 1 deletion docset/winserver2016-ps/defender/Set-MpPreference.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Set-MpPreference [-ExclusionPath <String[]>] [-ExclusionExtension <String[]>] [-
[-SignatureDisableUpdateOnStartupWithoutEngine <Boolean>] [-SignatureFallbackOrder <String>]
[-SignatureScheduleDay <Day>] [-SignatureScheduleTime <DateTime>] [-SignatureUpdateCatchupInterval <UInt32>]
[-SignatureUpdateInterval <UInt32>] [-MAPSReporting <MAPSReportingType>]
[-SubmitSamplesConsent <SubmitSamplesConsentType>] [-DisableAutoExclusions <Boolean>]
[-SubmitSamplesConsent <SubmitSamplesConsentType>] [-DisableAutoExclusions <Boolean>] [-DisableCacheMaintenance <UInt32>]
[-DisablePrivacyMode <Boolean>] [-RandomizeScheduleTaskTimes <Boolean>] [-DisableBehaviorMonitoring <Boolean>]
[-DisableIntrusionPreventionSystem <Boolean>] [-DisableIOAVProtection <Boolean>]
[-DisableRealtimeMonitoring <Boolean>] [-DisableScriptScanning <Boolean>] [-DisableArchiveScanning <Boolean>]
Expand Down Expand Up @@ -239,6 +239,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -DisableCacheMaintenance
Defines whether the cache maintenance idle task will perform the cache maintenance or not. Allowed values are 1 - cache maintenance is disabled, and 0 - cache maintenance is enabled (default).
```yaml
Type: Boolean
Parameter Sets: (All)
Aliases: dcm

Required: False
Position: Named
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False
```
### -DisableCatchupQuickScan
Indicates whether Windows Defender runs catch-up scans for scheduled quick scans.
A computer can miss a scheduled scan, usually because the computer is off at the scheduled time.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ The acceptable values for this parameter are:
Type: String
Parameter Sets: (All)
Aliases:
Accepted values: Byte, Word, DWord, DWordDWord, IPv4Address, String, BinaryData, EncapsulatedData
Accepted values: Byte, Word, DWord, DWordDWord, IPv4Address, IPv6Address, String, BinaryData, EncapsulatedData
Required: True
Position: 3
Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2016-ps/netqos/New-NetQosPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Accept wildcard characters: False
```
### -Cluster
Specifies the Microsoft cluster service, which uses the default SQL server TCP/UDP port 3343.
Specifies the Microsoft Windows Cluster service, which uses the Cluster network driver TCP/UDP port 3343.
```yaml
Type: SwitchParameter
Expand Down
18 changes: 17 additions & 1 deletion docset/winserver2019-ps/defender/Set-MpPreference.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Set-MpPreference [-ExclusionPath <String[]>] [-ExclusionExtension <String[]>] [-
[-SubmitSamplesConsent <SubmitSamplesConsentType>] [-DisableAutoExclusions <Boolean>]
[-DisablePrivacyMode <Boolean>] [-RandomizeScheduleTaskTimes <Boolean>] [-DisableBehaviorMonitoring <Boolean>]
[-DisableIntrusionPreventionSystem <Boolean>] [-DisableIOAVProtection <Boolean>]
[-DisableRealtimeMonitoring <Boolean>] [-DisableScriptScanning <Boolean>] [-DisableArchiveScanning <Boolean>]
[-DisableRealtimeMonitoring <Boolean>] [-DisableScriptScanning <Boolean>] [-DisableArchiveScanning <Boolean>] [-DisableCacheMaintenance <UInt32>]
[-DisableCatchupFullScan <Boolean>] [-DisableCatchupQuickScan <Boolean>] [-DisableCpuThrottleOnIdleScans <Boolean>] [-DisableEmailScanning <Boolean>]
[-DisableEmailScanning <Boolean>]
[-DisableRemovableDriveScanning <Boolean>] [-DisableRestorePoint <Boolean>]
Expand Down Expand Up @@ -275,6 +275,22 @@ Accept pipeline input: False
Accept wildcard characters: False
```


### -DisableCacheMaintenance
Defines whether the cache maintenance idle task will perform the cache maintenance or not. Allowed values are 1 - cache maintenance is disabled, and 0 - cache maintenance is enabled (default).

```yaml
Type: Boolean
Parameter Sets: (All)
Aliases: dcm
Required: False
Position: Named
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False
```

### -DisableCatchupFullScan
Indicates whether Windows Defender runs catch-up scans for scheduled full scans.
A computer can miss a scheduled scan, usually because the computer is turned off at the scheduled time.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ The acceptable values for this parameter are:
Type: String
Parameter Sets: (All)
Aliases:
Accepted values: Byte, Word, DWord, DWordDWord, IPv4Address, String, BinaryData, EncapsulatedData
Accepted values: Byte, Word, DWord, DWordDWord, IPv4Address, IPv6Address, String, BinaryData, EncapsulatedData
Required: True
Position: 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: The Get-SystemPreferredUILanguage cmdlet lets you see which language is set as the System Preferred UI Language in a running Windows installation
external help file: Microsoft.LanguagePackManagement.Powershell.Commands.dll-Help.xml
Module Name: LanguagePackManagement
ms.date: 08/15/2022
ms.date: 06/21/2023
online version: https://learn.microsoft.com/powershell/module/languagepackmanagement/get-systempreferreduilanguage?view=windowsserver2019-ps
schema: 2.0.0
title: Get-SystemPreferredUILanguage
Expand All @@ -28,7 +28,7 @@ Returns the language that is set as the System Preferred Language
### Example 1

```powershell
Get-SystemPrefferedUILanguage
Get-SystemPreferredUILanguage
```

This command returns the language that's currently set as the System Preferred UI Language
Expand All @@ -48,4 +48,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

[Set-SystemPreferredUILanguage](set-systempreferreduilanguage.md)
[InstallLanguage](install-language.md)

2 changes: 1 addition & 1 deletion docset/winserver2019-ps/netqos/New-NetQosPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Accept wildcard characters: False
```
### -Cluster
Specifies the Microsoft cluster service, which uses the default SQL server TCP/UDP port 3343.
Specifies the Microsoft Windows Cluster service, which uses the Cluster network driver TCP/UDP port 3343.
```yaml
Type: SwitchParameter
Expand Down
19 changes: 17 additions & 2 deletions docset/winserver2022-ps/defender/Set-MpPreference.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Set-MpPreference [-ExclusionPath <String[]>] [-ExclusionExtension <String[]>] [-
[-MAPSReporting <MAPSReportingType>] [-SubmitSamplesConsent <SubmitSamplesConsentType>]
[-DisableAutoExclusions <Boolean>] [-DisablePrivacyMode <Boolean>] [-RandomizeScheduleTaskTimes <Boolean>]
[-SchedulerRandomizationTime <UInt32>] [-DisableBehaviorMonitoring <Boolean>]
[-DisableRealtimeMonitoring <Boolean>] [-DisableScriptScanning <Boolean>] [-DisableArchiveScanning <Boolean>]
[-DisableRealtimeMonitoring <Boolean>] [-DisableScriptScanning <Boolean>] [-DisableArchiveScanning <Boolean>] [-DisableCacheMaintenance <UInt32>]
[-DisableCatchupFullScan <Boolean>] [-DisableCatchupQuickScan <Boolean>] [-DisableEmailScanning <Boolean>]
[-DisableRemovableDriveScanning <Boolean>] [-DisableRestorePoint <Boolean>]
[-DisableScanningMappedNetworkDrivesForFullScan <Boolean>] [-DisableScanningNetworkFiles <Boolean>]
Expand Down Expand Up @@ -398,6 +398,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -DisableCacheMaintenance
Defines whether the cache maintenance idle task will perform the cache maintenance or not. Allowed values are 1 - cache maintenance is disabled, and 0 - cache maintenance is enabled (default).

```yaml
Type: Boolean
Parameter Sets: (All)
Aliases: dcm
Required: False
Position: Named
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False
```

### -DisableCatchupFullScan
Indicates whether Windows Defender runs catch-up scans for scheduled full scans.
A computer can miss a scheduled scan, usually because the computer is turned off at the scheduled time.
Expand All @@ -410,7 +425,7 @@ Aliases: dcfsc
Required: False
Position: Named
Default value: True
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ The acceptable values for this parameter are:
Type: String
Parameter Sets: (All)
Aliases:
Accepted values: Byte, Word, DWord, DWordDWord, IPv4Address, String, BinaryData, EncapsulatedData
Accepted values: Byte, Word, DWord, DWordDWord, IPv4Address, IPv6Address, String, BinaryData, EncapsulatedData
Required: True
Position: 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ report is generated in XML format, and is written to the specified file.
### Example 2: Generate a report for the specified computer

```powershell
@params = @{
$params = @{
ReportType = 'Xml'
Path = 'c:\reports\computer-08.xml'
Computer = 'computer-08.contso.com'
Expand All @@ -71,9 +71,9 @@ and is written to the specified file.
### Example 3: Generate a report for the specified user in HTML format and save it to the specified file

```powershell
@params = @{
$params = @{
ReportType = 'HTML'
Path = 'c:\reports\UserReport.xml'
Path = 'c:\reports\UserReport.html'
User = 'Contoso\PattiFul'
}
Get-GPResultantSetOfPolicy @params
Expand All @@ -93,7 +93,7 @@ it to the specified file.
### Example 4: Generate a report for the specified computer and user in HTML format and save it to the specified file

```powershell
@params = @{
$params = @{
ReportType = 'HTML'
Path = 'c:\reports\UserAndComputerReport.xml'
User = 'SomeUser'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: The Get-SystemPreferredUILanguage cmdlet lets you see which language is set as the System Preferred UI Language in a running Windows installation
external help file: Microsoft.LanguagePackManagement.Powershell.Commands.dll-Help.xml
Module Name: LanguagePackManagement
ms.date: 08/15/2022
ms.date: 06/21/2023
online version: https://learn.microsoft.com/powershell/module/languagepackmanagement/get-systempreferreduilanguage?view=windowsserver2022-ps
schema: 2.0.0
title: Get-SystemPreferredUILanguage
Expand All @@ -28,7 +28,7 @@ Returns the language that is set as the System Preferred Language
### Example 1

```powershell
Get-SystemPrefferedUILanguage
Get-SystemPreferredUILanguage
```

This command returns the language that's currently set as the System Preferred UI Language
Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2022-ps/netqos/New-NetQosPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Accept wildcard characters: False
```
### -Cluster
Specifies the Microsoft cluster service, which uses the default SQL server TCP/UDP port 3343.
Specifies the Microsoft Windows Cluster service, which uses the Cluster network driver TCP/UDP port 3343.
```yaml
Type: SwitchParameter
Expand Down
3 changes: 2 additions & 1 deletion docset/winserver2022-ps/smbshare/New-SmbGlobalMapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ The **New-SmbGlobalMapping** cmdlet creates an SMB global mapping on the SMB cli

### Example 1
```powershell
$creds = Get-Credential New-SmbGlobalMapping -RemotePath \\fs1.contoso.com\public -Credential $creds -LocalPath G:
$creds = Get-Credential
New-SmbGlobalMapping -RemotePath \\fs1.contoso.com\public -Credential $creds -LocalPath G:
```

```output
Expand Down

0 comments on commit a9707c0

Please sign in to comment.