Rich Schiavi said:
How do I create a member server within an existing Active
Directory?
Unless you upgraded all DCs from NT, you have already
done this.
If you install a Win2000+ Server you have created a plain
server -- usually it's only called a "member server" if it is
joined to a domain (versus a "stand-alone" server) but not
always because there has never been a really popular name
for BOTH "member and stand-alone server."
Just install Win2000 server and join it to a domain in a
similar manner to a workstation.
The other question is do the user's login into
the member server or into the Domain controller?
NORMALLY, users should not login to such servers but
should use them over the network using a domain account.
Users AUTHENTICATE using the AD accounts to access
server resources, but never really "login."
If you need them to actually login then you have to decide the
purpose: Terminal Service users should typically be domain
users. A SQL server admin, may use domain account (I
like this method) or possibly a "server account".
If in doubt, AD account -- and grant or deny custom privileges
on the machine.