Skip to content

Commit d682286

Browse files
Merge pull request #7827 from MicrosoftDocs/main
Auto Publish – main to live - 2025-12-01 18:30 UTC
2 parents 254184f + 2560d6c commit d682286

8 files changed

Lines changed: 59 additions & 32 deletions

File tree

WindowsServerDocs/administration/OpenSSH/OpenSSH_KeyManagement.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ By comparison, Linux environments commonly use public/private key pairs to drive
2020

2121
This document provides an overview of how to use these tools on Windows to begin using key-based authentication with Secure Shell (SSH). If you're not familiar with SSH key management, we strongly recommend that you review [NIST document IR 7966](http://nvlpubs.nist.gov/nistpubs/ir/2015/NIST.IR.7966.pdf), titled _Security of Interactive and Automated Access Management Using Secure Shell (SSH)_.
2222

23+
Key-based authentication in OpenSSH for Windows works with local Windows accounts and Active Directory (domain) accounts. Microsoft Entra ID accounts don't support key-based authentication.
24+
2325
> [!NOTE]
2426
> Windows OpenSSH doesn't support the `AuthorizedKeysCommand` and `AuthorizedKeysCommandUser` directives. Meaning you can't dynamically fetch SSH keys from Active Directory using these directives as you might on Linux system. For more information about the supported configuration options, see [OpenSSH Server configuration for Windows Server and Windows](openssh-server-configuration.md).
2527

WindowsServerDocs/administration/windows-commands/shutdown.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Enables you to shut down or restart local or remote computers, one at a time.
1414
## Syntax
1515

1616
```
17-
shutdown [/i | /l | /s | /sg | /r | /g | /a | /p | /h | /e | /o] [/hybrid] [/soft] [/fw] [/f] [/m \\computer][/t xxx][/d [p|u:]xx:yy [/c "comment"]]
17+
shutdown [/i | /l | /s | /sg | /r | /g | /a | /p | /h | /e | /o] [/hybrid] [/fw] [/f] [/m \\computer][/t xxx][/d [p|u:]xx:yy [/c "comment"]]
1818
```
1919

2020
### Parameters
@@ -27,11 +27,10 @@ shutdown [/i | /l | /s | /sg | /r | /g | /a | /p | /h | /e | /o] [/hybrid] [/sof
2727
| /sg | Shuts down the computer. On the next boot, if **Automatic Restart Sign-On** is enabled, the device automatically signs in and locks based on the last interactive user. After sign in, it restarts any registered applications. |
2828
| /r | Restarts the computer after shutdown. |
2929
| /g | Fully shuts down and restarts the computer. On restart, if **Automatic Restart Sign-On** is enabled, the device automatically signs in and locks based on the last interactive user. After sign in, it restarts any registered applications. |
30-
| /a | Aborts a system shutdown. Can only be used during the time-out period. Combine with **/fw** to clear any pending boots to firmware. |
30+
| /a | Aborts a pending system shutdown. This must be run as a separate command in a new command prompt window during the time-out period (for example, `shutdown /a`). Combine with **/fw** to clear any pending boots to firmware. |
3131
| /p | Turns off the local computer only (not a remote computer) with no time-out period or warning. You can use **/p** only with **/d** or **/f**. If your computer doesn't support power-off functionality, it shuts down when you use **/p**, but the power to the computer remains on. |
3232
| /h | Puts the local computer into hibernation, if hibernation is enabled. The **/f** switch can be used with the **/h** switch. |
3333
| /hybrid | Shuts down the device and prepares it for fast startup. This option must be used with the **/s** option. |
34-
| /soft | Allows running processes and applications to gracefully close instead of forcibly terminating. |
3534
| /fw | Combining this option with a shutdown option causes the next restart to go to the firmware user interface. |
3635
| /e | Enables you to document the reason for an unexpected shutdown of a computer in the [Shutdown Event Tracker](/troubleshoot/windows-server/application-management/description-shutdown-event-tracker). |
3736
| /o | Goes to the **Advanced boot options** menu and restarts the device. This option must be used with the **/r** option. |
@@ -125,6 +124,12 @@ To restart the remote computer *myremoteserver* in 5 minutes due to a security u
125124
shutdown /r /t 300 /e /c "Security Update" /m \\myremoteserver
126125
```
127126

127+
To cancel a pending shutdown (must be run in a new command prompt window during the timeout period), type:
128+
129+
```
130+
shutdown /a
131+
```
132+
128133
## Related links
129134

130135
- [Command-Line Syntax Key](command-line-syntax-key.md)

WindowsServerDocs/administration/windows-server-update-services/manage/wsus-and-the-catalog-site.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ Use the following instructions to import updates into WSUS:
5959
C:\temp\ImportUpdateToWSUS.ps1 [-WsusServer] <String> [-PortNumber] <Int32> [-UseSsl] [-UpdateId] <String> [-UpdateIdFilePath] <string> [<CommonParameters>]
6060
```
6161

62-
**Example 1**: While signed into a WSUS server that uses the default port, import a single update by using the following syntax:
62+
**Example 1**: Import a single update into a WSUS server by specifying the server name and port number:
6363

6464
```powershell
65-
.\ImportUpdateToWSUS.ps1 -UpdateId 12345678-90ab-cdef-1234-567890abcdef
65+
.\ImportUpdateToWSUS.ps1 -WsusServer WSUSServer.contoso.com -PortNumber 8530 -UpdateId 12345678-90ab-cdef-1234-567890abcdef
6666
```
6767
6868
**Example 2**: Using a remote computer, import multiple updates into a WSUS server by using SSL with the following syntax:

WindowsServerDocs/docfx.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,11 @@
204204
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2022</a>",
205205
"✅ <a href=\"https://learn.microsoft.com/azure/azure-local/release-information-23h2\" target=\"_blank\">Azure Local 2311.2 and later</a>"
206206
],
207+
"failover-clustering/cluster-set.md": [
208+
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2025</a>",
209+
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2022</a>",
210+
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2019</a>"
211+
],
207212
"get-started/**/*.md": [
208213
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2025</a>",
209214
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2022</a>",
@@ -658,6 +663,18 @@
658663
"storage/storage-replica/storage-replica-enhanced-log.md": [
659664
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2025</a>"
660665
],
666+
"storage/storage-spaces/persistent-memory-health.md": [
667+
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2025</a>",
668+
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2022</a>",
669+
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2019</a>",
670+
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2016</a>"
671+
],
672+
"storage/storage-spaces/drive-symmetry-considerations.md": [
673+
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2025</a>",
674+
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2022</a>",
675+
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2019</a>",
676+
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2016</a>"
677+
],
661678
"storage/storage-spaces-direct/**/*.md": [
662679
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2025</a>",
663680
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2022</a>",

WindowsServerDocs/failover-clustering/cluster-set.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ author: robinharwood
55
ms.topic: how-to
66
ms.date: 09/08/2022
77
ms.author: roharwoo
8-
ms.reviewer: stevenek
8+
ms.reviewer: robhindman
99
---
1010

1111
# Deploy a cluster set
1212

13-
> Applies to: Windows Server 2019
14-
1513
This article provides information on how to deploy a cluster set for Windows Server Failover Clusters using PowerShell. A cluster set is a group of multiple failover clusters that are clustered together. By using a cluster set, you can increase the number of server nodes in a single Software Defined Data Center (SDDC) cloud by orders of magnitude.
1614

1715
Cluster sets have been tested and supported up to 64 total cluster nodes. However, cluster sets can scale to much larger limits and aren't hardcoded for a limit.
@@ -67,7 +65,7 @@ The following provides a summary of each of the elements shown:
6765

6866
### Management cluster
6967

70-
The management cluster hosts the highly-available management plane and the namespace referral scale-out file server (SOFS) for the cluster set. A management cluster is logically decoupled from individual member clusters that run VM workloads. This makes the cluster set management plane resilient to any localized cluster-wide failures, such as loss of power of a member cluster.
68+
The management cluster hosts the highly available management plane and the namespace referral scale-out file server (SOFS) for the cluster set. A management cluster is logically decoupled from individual member clusters that run VM workloads. This makes the cluster set management plane resilient to any localized cluster-wide failures, such as loss of power of a member cluster.
7169

7270
### Cluster set namespace referral SOFS
7371

WindowsServerDocs/identity/ad-ds/deploy/ad-ds-metadata-cleanup.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,29 @@ As an alternative, you can clean up metadata by using ntdsutil.exe, a command-li
6666

6767
4. At the `metadata cleanup:` prompt, type the following command, and then press **Enter**:
6868

69+
`connections`
70+
71+
5. At the `server connections:` prompt, type the following command, and then press **Enter**:
72+
73+
`connect to server <ServerName>`
74+
75+
Where `<ServerName>` is the fully qualified domain name (FQDN) or NetBIOS name of the domain controller you want to use to perform the metadata cleanup. This domain controller must be a replication partner of the removed domain controller.
76+
77+
6. At the `server connections:` prompt, type the following command, and then press **Enter**:
78+
79+
`quit`
80+
81+
7. At the `metadata cleanup:` prompt, type the following command, and then press **Enter**:
82+
6983
`remove selected server <ServerName>`
7084

71-
5. In **Server Remove Configuration Dialog**, review the information and warning, and then click **Yes** to remove the server object and metadata.
85+
8. In **Server Remove Configuration Dialog**, review the information and warning, and then click **Yes** to remove the server object and metadata.
7286

7387
At this point, Ntdsutil confirms that the domain controller was removed successfully. If you receive an error message that indicates that the object cannot be found, the domain controller might have been removed earlier.
7488

75-
6. At the `metadata cleanup:` and `ntdsutil:` prompts, type `quit`, and then press **Enter**.
89+
9. At the `metadata cleanup:` and `ntdsutil:` prompts, type `quit`, and then press **Enter**.
7690

77-
7. To confirm removal of the domain controller:
91+
10. To confirm removal of the domain controller:
7892

7993
Open Active Directory Users and Computers. In the domain of the removed domain controller, click **Domain Controllers**. In the details pane, an object for the domain controller that you removed should not appear.
8094

WindowsServerDocs/storage/storage-spaces/drive-symmetry-considerations.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
11
---
2-
title: Drive symmetry considerations for Azure Local and Windows Server clusters
2+
title: Drive symmetry considerations for Storage Spaces Direct in Windows Server
33
description: This article explains drive symmetry constraints in Storage Spaces Direct. It also provides examples of supported and unsupported configurations.
44
author: robinharwood
55
ms.author: roharwoo
6+
ms.reviewer: robhindman
67
ms.topic: concept-article
78
ms.date: 02/10/2025
8-
appliesto: [
9-
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2025</a>",
10-
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2022</a>",
11-
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2019</a>",
12-
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2016</a>",
13-
"✅ <a href=\"https://learn.microsoft.com/azure/azure-local/release-information-23h2\" target=\"_blank\">Azure Local 2311.2 and later</a>"
14-
]
159
---
1610

17-
# Drive symmetry considerations for Azure Local and Windows Server clusters
11+
# Drive symmetry considerations for Storage Spaces Direct in Windows Server
1812

19-
Azure Local and Windows Server clusters work best when every server has exactly the same drives.
13+
Storage Spaces Direct works best when every server has exactly the same drives.
2014

2115
In reality, we recognize this isn't always practical. Today, you may buy spacious 3 TB hard drives; next year, it may become impossible to find drives that small. Therefore, some amount of mixing-and-matching is expected and supported. Keep in mind, however, that more symmetry is always better.
2216

23-
Storage Spaces Direct is the underlying storage virtualization technology behind Azure Local and Windows Server. This article explains the constraints and provides examples of supported and unsupported configurations in Storage Spaces Direct.
17+
Storage Spaces Direct is an underlying storage virtualization technology used in Windows Server to create highly available and scalable software-defined storage. It uses local drives in each server to create a storage pool that can be shared across the cluster. This article explains the constraints and provides examples of supported and unsupported configurations in Storage Spaces Direct.
18+
19+
> [!NOTE]
20+
> Looking for Azure Local? See the [Azure Local system requirements](/azure/azure-local/concepts/system-requirements-23h2) article for drive requirements specific to Azure Local.
2421
2522
## Constraints
2623

WindowsServerDocs/storage/storage-spaces/persistent-memory-health.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
---
2-
title: Persistent memory health management in Azure Local and Windows Server
3-
description: This article provides information about error handling and health management specific to persistent memory (PMem) devices in Azure Local and Windows Server.
2+
title: Persistent memory health management for Storage Spaces Direct in Windows Server
3+
description: This article provides information about error handling and health management specific to persistent memory (PMem) devices in Windows Server.
44
author: robinharwood
55
ms.author: roharwoo
6+
ms.reviewer: robhindman
67
ms.topic: how-to
78
ms.date: 02/10/2025
8-
appliesto: [
9-
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2025</a>",
10-
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2022</a>",
11-
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2019</a>",
12-
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2016</a>",
13-
"✅ <a href=\"https://learn.microsoft.com/azure/azure-local/release-information-23h2\" target=\"_blank\">Azure Local 2311.2 and later</a>"
14-
]
159
---
1610

1711
# Persistent memory health management

0 commit comments

Comments
 (0)