Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,11 @@ Accept wildcard characters: False
### -Server

Specifies the name of a domain controller that adds the computer to the domain. Enter the name in
DomainName\ComputerName format. By default, no domain controller is specified.
FQDN format. By default, no domain controller is specified.

Beginning in August 2024, security hardening for domain join requires that you use the FQDN of the
domain controller. For example: `DC1.contoso.com`. For more information, see
[NetJoin Domain Join Hardning Changes](https://support.microsoft.com/topic/kb5020276-netjoin-domain-join-hardening-changes-2b65a0f3-1f4c-42ef-ac0f-1caaf421baf8).

```yaml
Type: System.String
Expand Down
Loading