Skip to content

Commit d5b80a0

Browse files
Merge pull request #7831 from dknappettmsft/rc4-deprecation
RC4 deprecation
2 parents ae1e0bf + ebcc345 commit d5b80a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

WindowsServerDocs/get-started/removed-deprecated-features-windows-server.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ We're no longer actively developing these features and might remove them from a
4141
| Windows Management Instrumentation Command-line (WMIC) | Beginning with Windows Server 2025, WMIC is available as a Feature on Demand (FOD). It can be added with the `DISM /Add-Capability` command. It will be removed from Windows in a future release.<br><br> [PowerShell for WMI](/powershell/scripting/learn/ps101/07-working-with-wmi) replaces the WMIC tool. Use PowerShell or programmatically query WMI as a replacement for WMIC. To learn more about WMIC depreciation, see [WMI command line (WMIC) utility deprecation: Next steps](https://techcommunity.microsoft.com/t5/windows-it-pro-blog/wmi-command-line-wmic-utility-deprecation-next-steps/ba-p/4039242). |
4242
| VBScript | VBScript is available as an FOD and preinstalled in Windows Server 2025, before its removal from the operating system in a later release. As a replacement for VBScript, use PowerShell for automating tasks, custom actions, or scripts. To learn more about migrating to PowerShell, see [The VBScript-to-Windows PowerShell Conversion Guide](/previous-versions/windows/it-pro/windows-powershell-1.0/ee221101(v=msdn.10)).<br><br> If you're using VBScript within your webpage, functionality is currently limited to browsers predating Internet Explorer 11. We recommend migrating your webpages to JavaScript, which provides cross-browser compatibility and modern browser support. |
4343
| Windows Server Update Services (WSUS) | WSUS is no longer actively developed. All the existing capabilities and content continue to be available for your deployments. |
44+
| Rivest Cipher 4 (RC4) usage in Kerberos | RC4 usage in the Kerberos authentication protocol is deprecated. RC4 is a weak algorithm that can be abused for stealing credentials. Stronger algorithms, like AES-SHA1, should be used instead. For more information, see [Detect and Remediate RC4 Usage in Kerberos](../security/kerberos/detect-remediate-rc4-kerberos.md). |
4445

4546
# [Windows Server 2022](#tab/ws22)
4647

0 commit comments

Comments
 (0)