First post, by Gopher666
- Rank
- Member
I wonder if anybody ever managed to do this successfully of so please write it down how. There is no official solution for it, you could PROMOTE a BDC to PDC in NT4 domain but not vice versa.
Why bother with it? To save couple of hours work. I installed an NT4 PDC all service packs, option pack, resource kit, internet explorer 5, regular tools etc so I would just clone it to another CF card rename it, change the ip, remove it from the domain and rejoin it. Even tho this by itself might not change the PDC role.
Here is what the AI smarty says:
CORRECTED DEMOTION STEPS:
Step 1: Stop Services and Remove NETLOGON
batch
REM Stop Netlogon (stops DC authentication)
net stop netlogon /y
REM Remove NETLOGON share if it exists
net share | find "NETLOGON" && net share NETLOGON /delete
REM Rename Repl folder (since Export/Import are empty anyway)
if exist C:\Winnt\System32\Repl rename C:\Winnt\System32\Repl Repl.old
Step 2: Leave Domain
batch
Control Panel → Network → Identification
Change: Domain MYRETRO → Workgroup TEMP
Reboot
Step 3: Change ProductType
After reboot (in workgroup):
batch
regedt32
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ProductOptions
Change: LanmanNT → WinNT
This is the point when his theory fails, NT does not allow changing this value saying it violates the product blah blah.
Reboot
Step 4: Rejoin as Member Server
After reboot:
Network → Identification
Join domain MYRETRO (as member server)
Use PDC admin credentials