I need to rename/recreate a domain from example to lan.example.com.
- Current PDC for "example" Windows 2003 SBS domain with 0 computers added to domain
- It has user accounts created that users use to log into SharePoint, this is the only part i want to preserve - accounts
This should be simple as i don't have any computers connected to the domain.
Thought #1 - remove and add a domain
I thought i will just:
- remove domain and add with a new name (with dcpromo)
But i feared when it warned that "All user accounts in this domain will be deleted". No, don't do that...
Thought #2 - have a secondary computer to help
So i thought i`ll do:
- Make a computer B as PDC for lan.example.com
- Export users from A (that hosts "example" domain) and import on computer B with ldifde utility
- Remove domain from the computer A
- Install on computer A domain lan.example.com
- Set A as PDC and B as BDC. (swap)
I`m not aware if those steps can be done, so that's why the question is here - can it be done that way? Can someone suggest a more simple way to do it that would not involve computer B? It would be excellent if passwords could be preserved.