//
archives

Add Windows Server 10 Preview to a domain

This tag is associated with 1 post

Windows Server Technical Preview: Join to a Domain with PowerShell

Here’s to join your Windows Server Technical Preview to an existing domain: Launch PowerShell ISE Type this command: Add-Computer -DomainName <yourdomain.com> -Restart Enter a domain credential   After the restart, your server is now domain joined.