Skip to content

Commit 0476264

Browse files
authored
Merge pull request #3933 from brandyking/patch-2
Update Copy-NetIPsecRule.md
2 parents 42117c8 + 3af5bcf commit 0476264

File tree

2 files changed

+15
-23
lines changed

2 files changed

+15
-23
lines changed

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

Lines changed: 7 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/copy-netipsecrule?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Copy-NetIPsecRule
@@ -706,16 +706,12 @@ Specifies that matching IPsec rules of the indicated key module are copied.
706706
This parameter specifies which keying modules to negotiate.
707707
The acceptable values for this parameter are: Default, AuthIP, IKEv1, or IKEv2.
708708
709-
- Default: Equivalent to both IKEv1 and AuthIP.
710-
Required in order for the rule to be applied to computers running Windows versions prior to nextref_server_7.
709+
- 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.
711710
- AuthIP: Supported with phase 2 authentication.
712-
- IKEv1: Supported with pre-shared key (PSK), Certificates, and Kerberos.
713-
- IKEv2: Not supported with Kerberos, PSK, or NTLM.
714-
The default value is Default.
715-
There are authentication and cryptographic methods that are only compatible with certain keying modules.
716-
This is a very advanced setting intended only for specific interoperability scenarios.
717-
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.
718-
Windows versions prior to Windows Server 2012 only support the Default configuration.
711+
- IKEv1: Supported with pre-shared key (PSK), Certificates, and Kerberos. Supported with phase 1 authentication only.
712+
- IKEv2: Not supported with Kerberos, PSK, or NTLM. Supported with phase 1 authentication only.
713+
714+
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.
719715
720716
```yaml
721717
Type: KeyModule[]
@@ -725,7 +721,7 @@ Accepted values: Default, IKEv1, AuthIP, IKEv2
725721

726722
Required: False
727723
Position: Named
728-
Default value: None
724+
Default value: Default
729725
Accept pipeline input: False
730726
Accept wildcard characters: False
731727
```

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

Lines changed: 8 additions & 12 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/copy-netipsecrule?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Copy-NetIPsecRule
@@ -706,16 +706,12 @@ Specifies that matching IPsec rules of the indicated key module are copied.
706706
This parameter specifies which keying modules to negotiate.
707707
The acceptable values for this parameter are: Default, AuthIP, IKEv1, or IKEv2.
708708
709-
- Default: Equivalent to both IKEv1 and AuthIP.
710-
Required in order for the rule to be applied to computers running Windows versions prior to nextref_server_7.
711-
- AuthIP: Supported with phase 2 authentication.
712-
- IKEv1: Supported with pre-shared key (PSK), Certificates, and Kerberos.
713-
- IKEv2: Not supported with Kerberos, PSK, or NTLM.
714-
The default value is Default.
715-
There are authentication and cryptographic methods that are only compatible with certain keying modules.
716-
This is a very advanced setting intended only for specific interoperability scenarios.
717-
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.
718-
Windows versions prior to Windows Server 2012 only support the Default configuration.
709+
- 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.
710+
- AuthIP: Supported with phase 2 authentication.
711+
- IKEv1: Supported with pre-shared key (PSK), Certificates, and Kerberos. Supported with phase 1 authentication only.
712+
- IKEv2: Not supported with Kerberos, PSK, or NTLM. Supported with phase 1 authentication only.
713+
714+
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.
719715
720716
```yaml
721717
Type: KeyModule[]
@@ -725,7 +721,7 @@ Accepted values: Default, IKEv1, AuthIP, IKEv2
725721

726722
Required: False
727723
Position: Named
728-
Default value: None
724+
Default value: Default
729725
Accept pipeline input: False
730726
Accept wildcard characters: False
731727
```

0 commit comments

Comments
 (0)