Windows 10 1803 / 1903 and NT style domains..

Home
Photography
Projects
About me
Robots
Publications
Friends' pages:
Chris
Jeff
John
Minu
Raeed
Email me:
alex AT joni.ro


Share

Since 1903 Windows 10 doesn't really offer a GUI way of adding a workstation to an NT Style domain. As I've been using Samba for a while, and still haven't upgraded to an AD (Active Directory) DC (domain controller) I was put in front of the task of adding 2 new workstations to the old NT style domain. In win10 (1903) I only found one way to do so (not documented in Samba's wiki):

Use PowerShell as an Administrator, and type the following code:

Add-Computer -ComputerName Server01 -LocalCredential Server01\Admin01 -DomainName Domain02 -Credential Domain02\Admin02 -Restart –Force

In order for this to work you need to:




[æ]