Skip to content

Commit 284c123

Browse files
authored
Update Copy-NetIPsecRule.md
Updating the details in -KeyModule parameter to reflect changes in the code for how this value is set.
1 parent e237b6a commit 284c123

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -706,11 +706,11 @@ 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 Win11 24H2 and 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 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.
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+
714714
The default value is Default.
715715
There are authentication and cryptographic methods that are only compatible with certain keying modules.
716716
This is a very advanced setting intended only for specific interoperability scenarios.
@@ -725,7 +725,7 @@ Accepted values: Default, IKEv1, AuthIP, IKEv2
725725

726726
Required: False
727727
Position: Named
728-
Default value: None
728+
Default value: Default
729729
Accept pipeline input: False
730730
Accept wildcard characters: False
731731
```

0 commit comments

Comments
 (0)