Skip to content

Commit 5282155

Browse files
authored
Merge pull request #3934 from brandyking/patch-3
Update Disable-NetIPsecRule.md
2 parents 0476264 + 97f1731 commit 5282155

File tree

2 files changed

+17
-21
lines changed

2 files changed

+17
-21
lines changed

docset/winserver2022-ps/netsecurity/Disable-NetIPsecRule.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: NetIPsecRule.cmdletDefinition.cdxml-help.xml
44
Module Name: NetSecurity
5-
ms.date: 12/27/2016
5+
ms.date: 03/03/2025
66
online version: https://learn.microsoft.com/powershell/module/netsecurity/disable-netipsecrule?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Disable-NetIPsecRule
@@ -638,15 +638,13 @@ Accept wildcard characters: False
638638
Specifies that matching IPsec rules of the indicated key module are disabled.
639639
This parameter specifies which keying modules to negotiate.
640640
The acceptable values for this parameter are: Default, AuthIP, IKEv1, or IKEv2.
641-
- Default: Equivalent to both IKEv1 and AuthIP.
642-
Required in order for the rule to be applied to computers running Windows versions prior to nextref_server_7.
643-
---- There are authorization and cryptographic methods that are only compatible with certain keying modules.
644-
This is a very advanced setting intended only for specific interoperability scenarios.
645-
Overriding this parameter value may result in traffic being sent in plain-text if the authorization and cryptographic settings are not supported by the keying modules there.
641+
642+
- Default: KeyModule is set based on the authentication method. As of Windows 11, version 24H2 and Windows Server 2025, the Default is equivalent to both IKEv1 and IKEv2, and only sets AuthIP if the authentication method(s) require it. In previous releases, Default is equivalent to both IKEv1 and AuthIP. Required in order for the rule to be applied to computers running Windows versions prior to Windows Server 2008.
646643
- AuthIP: Supported with phase 2 authentication.
647-
- IKEv1: Supported with pre-shared key (PSK), Certificates, and Kerberos.
648-
- IKEv2: Not supported with Kerberos, PSK, or NTLM.
649-
Windows versions prior to Windows Server 2012 only support the Default configuration.
644+
- IKEv1: Supported with pre-shared key (PSK), Certificates, and Kerberos. Supported with phase 1 authentication only.
645+
- IKEv2: Not supported with Kerberos, PSK, or NTLM. Supported with phase 1 authentication only.
646+
647+
The default value is Default. There are authentication and cryptographic methods that are only compatible with certain keying modules. This is a very advanced setting intended only for specific interoperability scenarios. Overriding this parameter value may result in traffic being sent in plain-text if the authorization and cryptographic settings are not supported by the keying modules. Windows versions prior to Windows Server 2012 only support the Default configuration.
650648
651649
```yaml
652650
Type: KeyModule[]
@@ -656,7 +654,7 @@ Accepted values: Default, IKEv1, AuthIP, IKEv2
656654

657655
Required: False
658656
Position: Named
659-
Default value: None
657+
Default value: Default
660658
Accept pipeline input: False
661659
Accept wildcard characters: False
662660
```

docset/winserver2025-ps/netsecurity/Disable-NetIPsecRule.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: NetIPsecRule.cmdletDefinition.cdxml-help.xml
44
Module Name: NetSecurity
5-
ms.date: 12/27/2016
5+
ms.date: 03/03/2025
66
online version: https://learn.microsoft.com/powershell/module/netsecurity/disable-netipsecrule?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Disable-NetIPsecRule
@@ -638,15 +638,13 @@ Accept wildcard characters: False
638638
Specifies that matching IPsec rules of the indicated key module are disabled.
639639
This parameter specifies which keying modules to negotiate.
640640
The acceptable values for this parameter are: Default, AuthIP, IKEv1, or IKEv2.
641-
- Default: Equivalent to both IKEv1 and AuthIP.
642-
Required in order for the rule to be applied to computers running Windows versions prior to nextref_server_7.
643-
---- There are authorization and cryptographic methods that are only compatible with certain keying modules.
644-
This is a very advanced setting intended only for specific interoperability scenarios.
645-
Overriding this parameter value may result in traffic being sent in plain-text if the authorization and cryptographic settings are not supported by the keying modules there.
646-
- AuthIP: Supported with phase 2 authentication.
647-
- IKEv1: Supported with pre-shared key (PSK), Certificates, and Kerberos.
648-
- IKEv2: Not supported with Kerberos, PSK, or NTLM.
649-
Windows versions prior to Windows Server 2012 only support the Default configuration.
641+
642+
- Default: KeyModule is set based on the authentication method. As of Windows 11, version 24H2 and Windows Server 2025, the Default is equivalent to both IKEv1 and IKEv2, and only sets AuthIP if the authentication method(s) require it. In previous releases, Default is equivalent to both IKEv1 and AuthIP. Required in order for the rule to be applied to computers running Windows versions prior to Windows Server 2008.
643+
- AuthIP: Supported with phase 2 authentication.
644+
- IKEv1: Supported with pre-shared key (PSK), Certificates, and Kerberos. Supported with phase 1 authentication only.
645+
- IKEv2: Not supported with Kerberos, PSK, or NTLM. Supported with phase 1 authentication only.
646+
647+
The default value is Default. There are authentication and cryptographic methods that are only compatible with certain keying modules. This is a very advanced setting intended only for specific interoperability scenarios. Overriding this parameter value may result in traffic being sent in plain-text if the authorization and cryptographic settings are not supported by the keying modules. Windows versions prior to Windows Server 2012 only support the Default configuration.
650648
651649
```yaml
652650
Type: KeyModule[]
@@ -656,7 +654,7 @@ Accepted values: Default, IKEv1, AuthIP, IKEv2
656654

657655
Required: False
658656
Position: Named
659-
Default value: None
657+
Default value: Default
660658
Accept pipeline input: False
661659
Accept wildcard characters: False
662660
```

0 commit comments

Comments
 (0)