I know i'm late on this but I've got to blog about it. Fellow Directory Services MVP Guy Teverovsky has created the coolest tool yet for Server 2008 Server Core. It is the Server Core CoreConfigurator.
After you copy the four files to your Server Core server you have a great tool to help with the most common tasks within Server Core. Included features are:
Features:
- Product Activation
- Configuration of display resolution
- Clock and time zone configuration
- Remote Desktop configuration
- Management of local user accounts (creation, deletion, group membership, passwords)
- Firewall configuration
- WinRM configuration
- IP configuration
- Computer name and domain/workgroup membership
- Installation of Server Core features/roles
The latest build added support for 3 scenarios for DCPromo:
- Additional DC in existing domain new forest
- Few Forest
- New Child Domain
I highly recommend you go to his blog to view some of the screen shots. To bad he didn't get to make it to the last MVP summit because it would have been nice to catch up with him again.
Some of you may have noticed there were some missing tabs in Active Directory Users and Computers after you installed RSAT on Windows Vista. Specifically the Terminal Services Profile, Remote Control, Environment, and Sessions tabs are not there. The reason behind this is because Windows Vista is missing the TSUSEREX.DLL...basically it can't be a Terminal Server.
Ned from the Directory Services team has posted an unsupported fix for this on the Directory Services blog. I snagged the fix here for you to see.
- You can use your Windows Server 2008 AD Users and Computers snap-in by terminal serving into the remote administration sessions.
- You can make your RSAT DSA.MSC work the way you’d expect by taking the following unsupported steps:
A. Locate a Win2008 Server which has DSA.MSC installed via Server Manager features/roles. The installed OS platform architecture must match your client (so use 32-bit OS server if using 32-bit OS client, and the same for 64-bit).
B. Locate the following two files:
%systemroot%\system32\tsuserex.dll
%systemroot%\system32\en-us\tsuserex.dll.mui
(NOTE: If not running US English, the path would not be EN-US; it would be the language(s) running on the server)
C. Copy these two files to the Vista machine running RSAT tools and place them in the same paths.
D. Run as an administrator:
regsvr32.exe tsuserex.dll
E. Start DSA.MSC on the Vista machine and look at a user's properties - the tabs will now be there.
Wow...I can't believe i've been awarded my MVP in Directory Services again!!! This is my third year in a row and i'm honored again. It really does go to show that karma is alive and well.
Brian