Skip to content

Commit 454ba7f

Browse files
Update Add-Computer.md (#11841)
* Update Add-Computer.md specify DNS FQDN is required. it is a regression, but really the change is makes is good... * Update Add-Computer.md with domain join hardening details --------- Co-authored-by: Sean Wheeler <sean.wheeler@microsoft.com>
1 parent aad2338 commit 454ba7f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

reference/5.1/Microsoft.PowerShell.Management/Add-Computer.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,11 @@ Accept wildcard characters: False
454454
### -Server
455455

456456
Specifies the name of a domain controller that adds the computer to the domain. Enter the name in
457-
DomainName\ComputerName format. By default, no domain controller is specified.
457+
FQDN format. By default, no domain controller is specified.
458+
459+
Beginning in August 2024, security hardening for domain join requires that you use the FQDN of the
460+
domain controller. For example: `DC1.contoso.com`. For more information, see
461+
[NetJoin Domain Join Hardning Changes](https://support.microsoft.com/topic/kb5020276-netjoin-domain-join-hardening-changes-2b65a0f3-1f4c-42ef-ac0f-1caaf421baf8).
458462

459463
```yaml
460464
Type: System.String

0 commit comments

Comments
 (0)