Friday 18 August 2017

Joining Windows 10 machine into India Post domain

Joining Windows 10 machine into India Post domain


Microsoft doesn't allow Home editions of Windows to join domains because they figure that home users won't be connecting to any type of domain. Although that does suck, you do have to purchase the professional version of Windows in order to get that feature.

JOINING WINDOWS 10 OPERATING SYSTEM MACHINE IN TO INDIAPOST DOMAIN

1) Recommended versions of Windows 10 are as follows
  • Windows + R
  • Type WINVER in run window
  • Versions tested while joining India Post domain
1607 (14393.447)
1607 (14393.693)

2) Start PowerShell as follows
  • Enter following command
  • Get-Service -Name LanmanWorkstation -RequiredServices
  • If result is as follows

  • Then do the following process

3) Go to Control Panel > Programs and features > Turn windows features on or off
  • Ensure following feature is installed
  • SMB 1.0/CISF File Sharing Support
  • If you install this feature then Restart PC
4) Open CMD in admin mode and run the below 2 commands: 
sc.exe config lanmanworkstation depend=bowser/mrxsmb10/nsi
sc.exe config mrxsmb20 start=disabled
5) Restart the machine
6) Check following

  • Start PowerShell as follows

  • Enter following command
  • Get-Service -Name LanmanWorkstation -RequiredServices
  • Result should be as follows
7) Go to IP settings and Enable NetBIOS over TCP/IP
8) Join to Indiapost Domain with user “doplocadmin” and Password
“Password@123”(With settings as in screenshot)
9) After successfully joining to the domain, Restart the machine
10) After Restart, run below commands in CMD with admin privileges.
sc.exe config lanmanworkstation depend=bowser/mrxsmb10/nsi
sc.exe config mrxsmb20 start=auto
 Your Machine is now with Indiapost Domain.

0 comments:

Post a Comment