Sign In
Chaitanya's Blogs -- SQL Developer findings
I am working with the SQL Server Setup team as a Technical Writer. Had been with Microsoft since 2005. My areas of expertise are: SQL Server Setup, SQL Server Connectivity/protocols, ADO.NET, SSRS, SSIS. Follow me here: http://twitter.com/chmediko
Options
Blog Home
Email Blog Author
Share this
RSS for posts
Atom
RSS for comments
Search Blogs
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
2008
2463332
ASP.NET
Connectivity
dataset
Denali
dynamic data
Execution Log
Font
Forms authentication
IISReset
Install
Installation
kb2463332
Report manager
Reporting services
reportviewer
Server Core
ServerCore
Setup
SQL Server
SQL Server 2012
Tools
windows
Windows Server 2008 R2
Archive
Archives
April 2012
(1)
March 2012
(1)
February 2012
(4)
May 2011
(1)
April 2011
(3)
March 2011
(1)
March 2010
(1)
December 2009
(1)
October 2009
(1)
April 2008
(1)
January 2008
(3)
December 2007
(2)
Step-by-step procedure for Installing SQL Server 2012 on Windows Server 2008 R2 Server Core : PART 2
MSDN Blogs
>
Chaitanya's Blogs -- SQL Developer findings
>
Step-by-step procedure for Installing SQL Server 2012 on Windows Server 2008 R2 Server Core : PART 2
Step-by-step procedure for Installing SQL Server 2012 on Windows Server 2008 R2 Server Core : PART 2
Chaitanya Medikonduri
2 Feb 2012 10:01 AM
Comments
0
Configuring Windows Server 2008 R2 Server Core
Find the domain:
To identify the domain of the computer you are connected to, run the following command from command prompt:
systeminfo | findstr /B /C:"Domain"
Add machine to the domain:
At a command prompt, type the following command:
netdom join
<ComputerName>
/domain:
<DomainName>
/userd:
<UserName>
/passwordd:*
ComputerName
is the name of the server that is running the Server Core installation.
DomainName
is the name of the domain to join.
UserName
is a domain user account with permission to join the domain.
When prompted to enter the password, type the password for the domain user account specified by
UserName
.
Add an administrator:
If you need to add a domain command:
net localgroup administrators /add
DomainName>
\
<UserName>
Restart the computer: You can do this by typing the following at a command prompt:
shutdown /r /t 0
Rename your server:
Run the following command to rename the server:
netdom renamecomputer <ComputerName> /NewName:<NewComputerName>
0 Comments
Connectivity
,
SQL Server
,
Installation
,
Setup
,
Denali
,
Windows Server 2008 R2
,
SQL Server 2012
,
ServerCore
Comments
Loading...
Leave a Comment
Name
Comment
Please add 6 and 6 and type the answer here:
Post