Skip to content

Commit 7970e7e

Browse files
Merge pull request #3947 from MicrosoftDocs/main
Publish main to live, 03/06, 11:00 AM IST
2 parents 234e930 + 4c5c69a commit 7970e7e

File tree

6 files changed

+47
-63
lines changed

6 files changed

+47
-63
lines changed

docset/winserver2022-ps/netsecurity/Rename-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/rename-netipsecrule?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Rename-NetIPsecRule
@@ -630,15 +630,13 @@ Accept wildcard characters: False
630630
Specifies that matching IPsec rules of the indicated key module are renamed.
631631
This parameter specifies which keying modules to negotiate.
632632
The acceptable values for this parameter are: Default, AuthIP, IKEv1, or IKEv2.
633-
-- Default: Equivalent to both IKEv1 and AuthIP.
634-
Required in order for the rule to be applied to computers running Windows versions prior to nextref_server_7.
635-
---- There are authentication and cryptographic methods that are only compatible with certain keying modules.
636-
This is a very advanced setting intended only for specific interoperability scenarios.
637-
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.
633+
634+
- 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.
638635
- AuthIP: Supported with phase 2 authentication.
639-
- IKEv1: Supported with pre-shared key (PSK), Certificates, and Kerberos.
640-
- IKEv2: Not supported with Kerberos, PSK, or NTLM.
641-
Windows versions prior to Windows Server 2012 only support the Default configuration.
636+
- IKEv1: Supported with pre-shared key (PSK), Certificates, and Kerberos. Supported with phase 1 authentication only.
637+
- IKEv2: Not supported with Kerberos, PSK, or NTLM. Supported with phase 1 authentication only.
638+
639+
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.
642640
643641
```yaml
644642
Type: KeyModule[]
@@ -648,7 +646,7 @@ Accepted values: Default, IKEv1, AuthIP, IKEv2
648646

649647
Required: False
650648
Position: Named
651-
Default value: None
649+
Default value: Default
652650
Accept pipeline input: False
653651
Accept wildcard characters: False
654652
```

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

Lines changed: 7 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/set-netipsecrule?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Set-NetIPsecRule
@@ -521,15 +521,12 @@ Specifies that matching IPsec rules of the indicated key module are modified.
521521
This parameter specifies which keying modules to negotiate.
522522
The acceptable values for this parameter are: Default, AuthIP, IKEv1, or IKEv2.
523523
524-
- Default: Equivalent to both IKEv1 and AuthIP.
525-
Required in order for the rule to be applied to computers running Windows versions prior to nextref_server_7.
526-
---- There are authentication and cryptographic methods that are only compatible with certain keying modules.
527-
This is a very advanced setting intended only for specific interoperability scenarios.
528-
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.
524+
- 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.
529525
- AuthIP: Supported with phase 2 authentication.
530-
- IKEv1: Supported with pre-shared key (PSK), Certificates, and Kerberos.
531-
- IKEv2: Not supported with Kerberos, PSK, or NTLM.
532-
Windows versions prior to Windows Server 2012 only support the Default configuration.
526+
- IKEv1: Supported with pre-shared key (PSK), Certificates, and Kerberos. Supported with phase 1 authentication only.
527+
- IKEv2: Not supported with Kerberos, PSK, or NTLM. Supported with phase 1 authentication only.
528+
529+
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.
533530
534531
```yaml
535532
Type: KeyModule
@@ -539,7 +536,7 @@ Accepted values: Default, IKEv1, AuthIP, IKEv2
539536

540537
Required: False
541538
Position: Named
542-
Default value: None
539+
Default value: Default
543540
Accept pipeline input: False
544541
Accept wildcard characters: False
545542
```

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

Lines changed: 7 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/sync-netipsecrule?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Sync-NetIPsecRule
@@ -725,15 +725,12 @@ Specifies that matching IPsec rules of the indicated key module are synchronized
725725
This parameter specifies which keying modules to negotiate.
726726
The acceptable values for this parameter are: Default, AuthIP, IKEv1, or IKEv2.
727727
728-
- Default: Equivalent to both IKEv1 and AuthIP.
729-
Required in order for the rule to be applied to computers running Windows versions prior to nextref_server_7.
730-
---- There are authentication and cryptographic methods that are only compatible with certain keying modules.
731-
This is a very advanced setting intended only for specific interoperability scenarios.
732-
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.
728+
- 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.
733729
- AuthIP: Supported with phase 2 authentication.
734-
- IKEv1: Supported with pre-shared key (PSK), Certificates, and Kerberos.
735-
- IKEv2: Not supported with Kerberos, PSK, or NTLM.
736-
Windows versions prior to Windows Server 2012 only support the Default configuration.
730+
- IKEv1: Supported with pre-shared key (PSK), Certificates, and Kerberos. Supported with phase 1 authentication only.
731+
- IKEv2: Not supported with Kerberos, PSK, or NTLM. Supported with phase 1 authentication only.
732+
733+
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.
737734
738735
```yaml
739736
Type: KeyModule[]
@@ -743,7 +740,7 @@ Accepted values: Default, IKEv1, AuthIP, IKEv2
743740

744741
Required: False
745742
Position: Named
746-
Default value: None
743+
Default value: Default
747744
Accept pipeline input: False
748745
Accept wildcard characters: False
749746
```

docset/winserver2025-ps/netsecurity/Rename-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/rename-netipsecrule?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Rename-NetIPsecRule
@@ -630,15 +630,13 @@ Accept wildcard characters: False
630630
Specifies that matching IPsec rules of the indicated key module are renamed.
631631
This parameter specifies which keying modules to negotiate.
632632
The acceptable values for this parameter are: Default, AuthIP, IKEv1, or IKEv2.
633-
-- Default: Equivalent to both IKEv1 and AuthIP.
634-
Required in order for the rule to be applied to computers running Windows versions prior to nextref_server_7.
635-
---- There are authentication and cryptographic methods that are only compatible with certain keying modules.
636-
This is a very advanced setting intended only for specific interoperability scenarios.
637-
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.
638-
- AuthIP: Supported with phase 2 authentication.
639-
- IKEv1: Supported with pre-shared key (PSK), Certificates, and Kerberos.
640-
- IKEv2: Not supported with Kerberos, PSK, or NTLM.
641-
Windows versions prior to Windows Server 2012 only support the Default configuration.
633+
634+
- 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.
635+
- AuthIP: Supported with phase 2 authentication.
636+
- IKEv1: Supported with pre-shared key (PSK), Certificates, and Kerberos. Supported with phase 1 authentication only.
637+
- IKEv2: Not supported with Kerberos, PSK, or NTLM. Supported with phase 1 authentication only.
638+
639+
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.
642640
643641
```yaml
644642
Type: KeyModule[]
@@ -648,7 +646,7 @@ Accepted values: Default, IKEv1, AuthIP, IKEv2
648646

649647
Required: False
650648
Position: Named
651-
Default value: None
649+
Default value: Default
652650
Accept pipeline input: False
653651
Accept wildcard characters: False
654652
```

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

Lines changed: 8 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/set-netipsecrule?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Set-NetIPsecRule
@@ -521,15 +521,12 @@ Specifies that matching IPsec rules of the indicated key module are modified.
521521
This parameter specifies which keying modules to negotiate.
522522
The acceptable values for this parameter are: Default, AuthIP, IKEv1, or IKEv2.
523523
524-
- Default: Equivalent to both IKEv1 and AuthIP.
525-
Required in order for the rule to be applied to computers running Windows versions prior to nextref_server_7.
526-
---- There are authentication and cryptographic methods that are only compatible with certain keying modules.
527-
This is a very advanced setting intended only for specific interoperability scenarios.
528-
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.
529-
- AuthIP: Supported with phase 2 authentication.
530-
- IKEv1: Supported with pre-shared key (PSK), Certificates, and Kerberos.
531-
- IKEv2: Not supported with Kerberos, PSK, or NTLM.
532-
Windows versions prior to Windows Server 2012 only support the Default configuration.
524+
- 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.
525+
- AuthIP: Supported with phase 2 authentication.
526+
- IKEv1: Supported with pre-shared key (PSK), Certificates, and Kerberos. Supported with phase 1 authentication only.
527+
- IKEv2: Not supported with Kerberos, PSK, or NTLM. Supported with phase 1 authentication only.
528+
529+
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.
533530
534531
```yaml
535532
Type: KeyModule
@@ -539,7 +536,7 @@ Accepted values: Default, IKEv1, AuthIP, IKEv2
539536

540537
Required: False
541538
Position: Named
542-
Default value: None
539+
Default value: Default
543540
Accept pipeline input: False
544541
Accept wildcard characters: False
545542
```

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

Lines changed: 8 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/sync-netipsecrule?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Sync-NetIPsecRule
@@ -725,15 +725,12 @@ Specifies that matching IPsec rules of the indicated key module are synchronized
725725
This parameter specifies which keying modules to negotiate.
726726
The acceptable values for this parameter are: Default, AuthIP, IKEv1, or IKEv2.
727727
728-
- Default: Equivalent to both IKEv1 and AuthIP.
729-
Required in order for the rule to be applied to computers running Windows versions prior to nextref_server_7.
730-
---- There are authentication and cryptographic methods that are only compatible with certain keying modules.
731-
This is a very advanced setting intended only for specific interoperability scenarios.
732-
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.
733-
- AuthIP: Supported with phase 2 authentication.
734-
- IKEv1: Supported with pre-shared key (PSK), Certificates, and Kerberos.
735-
- IKEv2: Not supported with Kerberos, PSK, or NTLM.
736-
Windows versions prior to Windows Server 2012 only support the Default configuration.
728+
- 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.
729+
- AuthIP: Supported with phase 2 authentication.
730+
- IKEv1: Supported with pre-shared key (PSK), Certificates, and Kerberos. Supported with phase 1 authentication only.
731+
- IKEv2: Not supported with Kerberos, PSK, or NTLM. Supported with phase 1 authentication only.
732+
733+
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.
737734
738735
```yaml
739736
Type: KeyModule[]
@@ -743,7 +740,7 @@ Accepted values: Default, IKEv1, AuthIP, IKEv2
743740

744741
Required: False
745742
Position: Named
746-
Default value: None
743+
Default value: Default
747744
Accept pipeline input: False
748745
Accept wildcard characters: False
749746
```

0 commit comments

Comments
 (0)