windows 如何将服务器加入 Active Directory(域)?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/799579/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How do you join a server to an Active Directory (domain)?
提问by MetaGuru
Need to launch a new ASP.NET site on this server but need to be joined to our Active Directory domain, anyone know how this is done?
需要在这台服务器上启动一个新的 ASP.NET 站点,但需要加入我们的 Active Directory 域,有人知道这是怎么做的吗?
回答by Oskar Duveborn
The administrator of your domain would normally do that, and if he didn't know how, he'd consult a Microsoft Knowledgebase article(and if he was a she, she'd just know)
您域的管理员通常会这样做,如果他不知道怎么做,他会查阅Microsoft 知识库文章(如果他是她,她就会知道)
回答by Doug Seelinger
It depends on your OS. Up through Windows Server 2003 you need to:
这取决于您的操作系统。通过 Windows Server 2003,您需要:
- Right-click on "My Computer" (on the server) and select properties
- Select the "Computer Name" tab
- Click "Change..."
- In "Member of" select the "Domain" radio button
- Enter the name of your domain
- A popup will then appear asking you to provide the credentials of someone that has access to join a computer to the domain (ask your administrator about this one - many organizations allow employees to join computers to domains)
- Reboot your machine when it prompts you to.
- 右键单击“我的电脑”(在服务器上)并选择属性
- 选择“计算机名称”选项卡
- 单击“更改...”
- 在“成员”中选择“域”单选按钮
- 输入您的域名
- 然后会出现一个弹出窗口,要求您提供有权将计算机加入域的人员的凭据(向您的管理员询问此问题 - 许多组织允许员工将计算机加入域)
- 当它提示您时重新启动您的机器。
If it's Windows Server 2008 you'll have to select "Advanced System Settings" from the menu on the left after you select "Properties" on "My Computer".
如果是 Windows Server 2008,则必须在“我的电脑”上选择“属性”后,从左侧菜单中选择“高级系统设置”。
回答by DForck42
Do you mean your application server or your database server? If your application isn't in active directory, it's most likely not on the domain. If you have a Sys or Network Admin, talk to them.
你是说你的应用服务器还是你的数据库服务器?如果您的应用程序不在活动目录中,则它很可能不在域中。如果您有系统管理员或网络管理员,请与他们交谈。