Skip to content

Commit

Permalink
Merge branch 'main' into msbemba-patch-1-5
Browse files Browse the repository at this point in the history
  • Loading branch information
tiburd authored Oct 2, 2023
2 parents 0b2017f + 6536e0a commit 8f6caf7
Show file tree
Hide file tree
Showing 58 changed files with 6,154 additions and 43 deletions.
1 change: 0 additions & 1 deletion docset/docs-conceptual/winserver2016-ps/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ computer. For more information, see
| Iscsi | [iSCSI](/powershell/module/iscsi) |
| IscsiTarget | [iSCSI Target](/powershell/module/iscsitarget) |
| KDS | [Key Distribution Server](/powershell/module/kds) |
| Microsoft.Windows.ServerManager.Migration | [Server Migration](/powershell/module/Microsoft.Windows.ServerManager.Migration) |
| MMAgent | [Memory Management Agent](/powershell/module/mmagent) |
| Mpio | [MPIO](/powershell/module/mpio) |
| MSDTC | [Distributed Transaction Coordinator](/powershell/module/msdtc) |
Expand Down
1 change: 0 additions & 1 deletion docset/docs-conceptual/winserver2019-ps/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ computer. For more information, see
| Iscsi | [iSCSI](/powershell/module/iscsi) |
| IscsiTarget | [iSCSI Target](/powershell/module/iscsitarget) |
| KDS | [Key Distribution Server](/powershell/module/kds) |
| Microsoft.Windows.ServerManager.Migration | [Server Migration](/powershell/module/Microsoft.Windows.ServerManager.Migration/) |
| MMAgent | [Memory Management Agent](/powershell/module/mmagent) |
| Mpio | [MPIO](/powershell/module/mpio) |
| MSDTC | [Distributed Transaction Coordinator](/powershell/module/msdtc) |
Expand Down
1 change: 0 additions & 1 deletion docset/docs-conceptual/winserver2022-ps/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ computer. For more information, see
| Iscsi | [iSCSI](/powershell/module/iscsi) |
| IscsiTarget | [iSCSI Target](/powershell/module/iscsitarget) |
| KDS | [Key Distribution Server](/powershell/module/kds) |
| Microsoft.Windows.ServerManager.Migration | [Server Migration](/powershell/module/Microsoft.Windows.ServerManager.Migration/) |
| MMAgent | [Memory Management Agent](/powershell/module/mmagent) |
| Mpio | [MPIO](/powershell/module/mpio) |
| MSDTC | [Distributed Transaction Coordinator](/powershell/module/msdtc) |
Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2012-ps/printmanagement/Get-PrintJob.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Accept wildcard characters: False
### -ID
Specifies the ID of the print job to retrieve.
You can use wildcard characters.
You cannot use wildcard characters.
```yaml
Type: UInt32
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Accept wildcard characters: False
```
### -Password
Name of the user account that is used to access the central certificate store.
Password of the user account that is used to access the central certificate store.
```yaml
Type: String
Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2012r2-ps/printmanagement/Get-PrintJob.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Accept wildcard characters: False
### -ID
Specifies the ID of the print job to retrieve.
You can use wildcard characters.
You cannot use wildcard characters.
```yaml
Type: UInt32
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Accept wildcard characters: False
```
### -Password
Specifies the name of the user account that is used to access the central certificate store.
Specifies the password of the user account that is used to access the central certificate store.
```yaml
Type: String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,27 @@ Accept wildcard characters: False
```
### -Partition
The default authentication method is Negotiate.
Specifies the distinguished name of an Active Directory partition.
The distinguished name must be one of the naming contexts on the current directory server.
The cmdlet searches this partition to find the object defined by the **Identity** parameter.
A Secure Sockets Layer (SSL) connection is required for the Basic authentication method.
In many cases, a default value is used for the **Partition** parameter if no value is specified.
The rules for determining the default value are given below.
Note that rules listed first are evaluated first and once a default value can be determined, no further rules are evaluated.
In Active Directory Domain Services (AD DS) environments, a default value for **Partition** is set in the following cases:
- If the **Identity** parameter is set to a distinguished name, the default value of **Partition** is automatically generated from this distinguished name.
- If running cmdlets from an Active Directory provider drive, the default value of **Partition** is automatically generated from the current path in the drive.
- If none of the previous cases apply, the default value of **Partition** is set to the default partition or naming context of the target domain.
In Active Directory Lightweight Directory Services (AD LDS) environments, a default value for **Partition** is set in the following cases:
- If the **Identity** parameter is set to a distinguished name, the default value of **Partition** is automatically generated from this distinguished name.
- If running cmdlets from an Active Directory provider drive, the default value of **Partition** is automatically generated from the current path in the drive.
- If the target AD LDS instance has a default naming context, the default value of **Partition** is set to the default naming context.
To specify a default naming context for an AD LDS environment, set the **msDS-defaultNamingContext** property of the Active Directory directory service agent object (**nTDSDSA**) for the AD LDS instance.
- If none of the previous cases apply, the **Partition** parameter does not take any default value.
```yaml
Type: String
Expand All @@ -269,7 +287,7 @@ Aliases:

Required: False
Position: Named
Default value: None
Default value: DefaultNC; Provider: The default is to use the Partition that you are currently in. Otherwise, use DefaultNC (that is, if you are in the RootDSE)
Accept pipeline input: False
Accept wildcard characters: False
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: Use this topic to help manage Windows and Windows Server technologi
external help file: Microsoft.IdentityServer.Management.dll-Help.xml
Module Name: ADFS
ms.date: 12/20/2016
ms.custom: has-azure-ad-ps-ref
online version: https://learn.microsoft.com/powershell/module/adfs/new-adfsazuremfatenantcertificate?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: New-AdfsAzureMfaTenantCertificate
Expand Down
3 changes: 1 addition & 2 deletions docset/winserver2016-ps/adfs/Remove-AdfsFarmNode.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## RELATED LINKS
[Uninstall-WindowsFeature](/powershell/module/microsoft.windows.servermanager.migration/uninstall-windowsfeature)
[Uninstall-WindowsFeature](/powershell/module/servermanager/uninstall-windowsfeature)
2 changes: 1 addition & 1 deletion docset/winserver2016-ps/adfs/Set-AdfsAzureMfaTenant.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: Use this topic to help manage Windows and Windows Server technologi
external help file: Microsoft.IdentityServer.Management.dll-Help.xml
Module Name: ADFS
ms.date: 12/20/2016
ms.custom: has-azure-ad-ps-ref
online version: https://learn.microsoft.com/powershell/module/adfs/set-adfsazuremfatenant?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Set-AdfsAzureMfaTenant
Expand Down Expand Up @@ -121,4 +122,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## RELATED LINKS

[New-AdfsAzureMfaTenantCertificate](./New-AdfsAzureMfaTenantCertificate.md)

21 changes: 21 additions & 0 deletions docset/winserver2016-ps/defender/Set-MpPreference.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Set-MpPreference [-ExclusionPath <String[]>] [-ExclusionExtension <String[]>] [-
[-DisableRealtimeMonitoring <Boolean>] [-DisableScriptScanning <Boolean>] [-DisableArchiveScanning <Boolean>]
[-DisableCatchupFullScan <Boolean>] [-DisableCatchupQuickScan <Boolean>] [-DisableCpuThrottleOnIdleScans <Boolean>] [-DisableEmailScanning <Boolean>]
[-DisableRemovableDriveScanning <Boolean>] [-DisableRestorePoint <Boolean>]
[-OobeEnableRtpAndSigUpdate <Boolean>]
[-DisableScanningMappedNetworkDrivesForFullScan <Boolean>] [-DisableScanningNetworkFiles <Boolean>]
[-UILockdown <Boolean>] [-ThreatIDDefaultAction_Ids <Int64[]>] [-AllowSwitchToAsyncInspection <Boolean>]
[-ThreatIDDefaultAction_Actions <ThreatAction[]>] [-UnknownThreatDefaultAction <ThreatAction>]
Expand Down Expand Up @@ -585,6 +586,26 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -OobeEnableRtpAndSigUpdate
This setting allows you to configure whether real-time protection and Security Intelligence Updates are enabled during Out of Box experience (OOBE).
Valid values are:
- True - If you enable this setting, real-time protection and Security Intelligence Updates are enabled during OOBE.
- False (Default) - If you either disable or don't configure this setting, real-time protection and Security Intelligence Updates during OOBE aren't enabled.
```yaml
Type: Boolean
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```
### -PUAProtection
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ PS C:\> Set-ClusterStorageSpacesDirectDisk -CimSession "K0619-C1.contoso.com" -C

This command configures the system that physical disks that have the IDs 55CD2E404B75A3FC and 50014EE05950DD7C cannot be claimed by S2D.
In this example, the *CanBeClaimed* parameter is explicitly specified as $False.
Omitting that parameter has the same effect.
Omitting that parameter indicates that the specified physical disks can be claimed.

## PARAMETERS

Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2016-ps/printmanagement/Get-PrintJob.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Accept wildcard characters: False
### -ID
Specifies the ID of the print job to retrieve.
You can use wildcard characters.
You cannot use wildcard characters.
```yaml
Type: UInt32
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Accept wildcard characters: False
```
### -Password
Specifies the name of the user account that is used to access the central certificate store.
Specifies the password of the user account that is used to access the central certificate store.
```yaml
Type: String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,27 @@ Accept wildcard characters: False
```
### -Partition
The default authentication method is Negotiate.
Specifies the distinguished name of an Active Directory partition.
The distinguished name must be one of the naming contexts on the current directory server.
The cmdlet searches this partition to find the object defined by the **Identity** parameter.
A Secure Sockets Layer (SSL) connection is required for the Basic authentication method.
In many cases, a default value is used for the **Partition** parameter if no value is specified.
The rules for determining the default value are given below.
Note that rules listed first are evaluated first and once a default value can be determined, no further rules are evaluated.
In Active Directory Domain Services (AD DS) environments, a default value for **Partition** is set in the following cases:
- If the **Identity** parameter is set to a distinguished name, the default value of **Partition** is automatically generated from this distinguished name.
- If running cmdlets from an Active Directory provider drive, the default value of **Partition** is automatically generated from the current path in the drive.
- If none of the previous cases apply, the default value of **Partition** is set to the default partition or naming context of the target domain.
In Active Directory Lightweight Directory Services (AD LDS) environments, a default value for **Partition** is set in the following cases:
- If the **Identity** parameter is set to a distinguished name, the default value of **Partition** is automatically generated from this distinguished name.
- If running cmdlets from an Active Directory provider drive, the default value of **Partition** is automatically generated from the current path in the drive.
- If the target AD LDS instance has a default naming context, the default value of **Partition** is set to the default naming context.
To specify a default naming context for an AD LDS environment, set the **msDS-defaultNamingContext** property of the Active Directory directory service agent object (**nTDSDSA**) for the AD LDS instance.
- If none of the previous cases apply, the **Partition** parameter does not take any default value.
```yaml
Type: String
Expand All @@ -269,11 +287,12 @@ Aliases:

Required: False
Position: Named
Default value: None
Default value: DefaultNC; Provider: The default is to use the Partition that you are currently in. Otherwise, use DefaultNC (that is, if you are in the RootDSE)
Accept pipeline input: False
Accept wildcard characters: False
```
### -ResourceContextPartition
Specifies the distinguished name of the partition of an AD or AD LDS instance to search.
Use this parameter with the *ResourceContextServer* parameter to specify a partition hosted by the specified server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: Use this topic to help manage Windows and Windows Server technologi
external help file: Microsoft.IdentityServer.Management.dll-Help.xml
Module Name: ADFS
ms.date: 12/20/2016
ms.custom: has-azure-ad-ps-ref
online version: https://learn.microsoft.com/powershell/module/adfs/new-adfsazuremfatenantcertificate?view=windowsserver2019-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: New-AdfsAzureMfaTenantCertificate
Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2019-ps/adfs/Set-AdfsAzureMfaTenant.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: Use this topic to help manage Windows and Windows Server technologi
external help file: Microsoft.IdentityServer.Management.dll-Help.xml
Module Name: ADFS
ms.date: 12/20/2016
ms.custom: has-azure-ad-ps-ref
online version: https://learn.microsoft.com/powershell/module/adfs/set-adfsazuremfatenant?view=windowsserver2019-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Set-AdfsAzureMfaTenant
Expand Down Expand Up @@ -121,4 +122,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## RELATED LINKS

[New-AdfsAzureMfaTenantCertificate](./New-AdfsAzureMfaTenantCertificate.md)

21 changes: 21 additions & 0 deletions docset/winserver2019-ps/defender/Set-MpPreference.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Set-MpPreference [-ExclusionPath <String[]>] [-ExclusionExtension <String[]>] [-
[-DisableEmailScanning <Boolean>]
[-DisableRemovableDriveScanning <Boolean>] [-DisableRestorePoint <Boolean>]
[-DisableScanningMappedNetworkDrivesForFullScan <Boolean>] [-DisableScanningNetworkFiles <Boolean>]
[-OobeEnableRtpAndSigUpdate <Boolean>]
[-UILockdown <Boolean>] [-ThreatIDDefaultAction_Ids <Int64[]>]
[-ThreatIDDefaultAction_Actions <ThreatAction[]>] [-UnknownThreatDefaultAction <ThreatAction>]
[-LowThreatDefaultAction <ThreatAction>] [-ModerateThreatDefaultAction <ThreatAction>]
Expand Down Expand Up @@ -688,6 +689,26 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -OobeEnableRtpAndSigUpdate

This setting allows you to configure whether real-time protection and Security Intelligence Updates are enabled during Out of Box experience (OOBE).

Valid values are:
- True - If you enable this setting, real-time protection and Security Intelligence Updates are enabled during OOBE.
- False (Default) - If you either disable or don't configure this setting, real-time protection and Security Intelligence Updates during OOBE aren't enabled.

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

### -PUAProtection

```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ PS C:\> Set-ClusterStorageSpacesDirectDisk -CimSession "K0619-C1.contoso.com" -C

This command configures the system that physical disks that have the IDs 55CD2E404B75A3FC and 50014EE05950DD7C cannot be claimed by S2D.
In this example, the *CanBeClaimed* parameter is explicitly specified as $False.
Omitting that parameter has the same effect.
Omitting that parameter indicates that the specified physical disks can be claimed.

## PARAMETERS

Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2019-ps/printmanagement/Get-PrintJob.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Accept wildcard characters: False
### -ID
Specifies the ID of the print job to retrieve.
You can use wildcard characters.
You cannot use wildcard characters.
```yaml
Type: UInt32
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Accept wildcard characters: False
```
### -Password
Specifies the name of the user account that is used to access the central certificate store.
Specifies the password of the user account that is used to access the central certificate store.
```yaml
Type: String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,27 @@ Accept wildcard characters: False
```
### -Partition
The default authentication method is Negotiate.
Specifies the distinguished name of an Active Directory partition.
The distinguished name must be one of the naming contexts on the current directory server.
The cmdlet searches this partition to find the object defined by the **Identity** parameter.
A Secure Sockets Layer (SSL) connection is required for the Basic authentication method.
In many cases, a default value is used for the **Partition** parameter if no value is specified.
The rules for determining the default value are given below.
Note that rules listed first are evaluated first and once a default value can be determined, no further rules are evaluated.
In Active Directory Domain Services (AD DS) environments, a default value for **Partition** is set in the following cases:
- If the **Identity** parameter is set to a distinguished name, the default value of **Partition** is automatically generated from this distinguished name.
- If running cmdlets from an Active Directory provider drive, the default value of **Partition** is automatically generated from the current path in the drive.
- If none of the previous cases apply, the default value of **Partition** is set to the default partition or naming context of the target domain.
In Active Directory Lightweight Directory Services (AD LDS) environments, a default value for **Partition** is set in the following cases:
- If the **Identity** parameter is set to a distinguished name, the default value of **Partition** is automatically generated from this distinguished name.
- If running cmdlets from an Active Directory provider drive, the default value of **Partition** is automatically generated from the current path in the drive.
- If the target AD LDS instance has a default naming context, the default value of **Partition** is set to the default naming context.
To specify a default naming context for an AD LDS environment, set the **msDS-defaultNamingContext** property of the Active Directory directory service agent object (**nTDSDSA**) for the AD LDS instance.
- If none of the previous cases apply, the **Partition** parameter does not take any default value.
```yaml
Type: String
Expand All @@ -269,7 +287,7 @@ Aliases:

Required: False
Position: Named
Default value: None
Default value: DefaultNC; Provider: The default is to use the Partition that you are currently in. Otherwise, use DefaultNC (that is, if you are in the RootDSE)
Accept pipeline input: False
Accept wildcard characters: False
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: Use this topic to help manage Windows and Windows Server technologi
external help file: Microsoft.IdentityServer.Management.dll-Help.xml
Module Name: ADFS
ms.date: 12/20/2016
ms.custom: has-azure-ad-ps-ref
online version: https://learn.microsoft.com/powershell/module/adfs/new-adfsazuremfatenantcertificate?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: New-AdfsAzureMfaTenantCertificate
Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2022-ps/adfs/Remove-AdfsFarmNode.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## RELATED LINKS
[Uninstall-WindowsFeature](/powershell/module/Microsoft.Windows.ServerManager.Migration/Uninstall-WindowsFeature)
[Uninstall-WindowsFeature](/powershell/module/servermanager/uninstall-windowsfeature)
2 changes: 1 addition & 1 deletion docset/winserver2022-ps/adfs/Set-AdfsAzureMfaTenant.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: Use this topic to help manage Windows and Windows Server technologi
external help file: Microsoft.IdentityServer.Management.dll-Help.xml
Module Name: ADFS
ms.date: 12/20/2016
ms.custom: has-azure-ad-ps-ref
online version: https://learn.microsoft.com/powershell/module/adfs/set-adfsazuremfatenant?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Set-AdfsAzureMfaTenant
Expand Down Expand Up @@ -121,4 +122,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## RELATED LINKS

[New-AdfsAzureMfaTenantCertificate](./New-AdfsAzureMfaTenantCertificate.md)

Loading

0 comments on commit 8f6caf7

Please sign in to comment.