在 Windows Server 2008 R2 中创建服务帐户
如何在Win server 2008 R2 的活动目录中创建服务帐户,例如SQL 服务? 我不知道在管理工具的哪个部分可以找到它。
How can I create a service account such as SQL service in active directory on Win server 2008 R2?
I dont know in which part of administrative tools that it can be found.
首先,使用 MMC Active Directory 组和用户工具确认托管用户服务帐户容器是否存在:
其次,使用 Windows PowerShell 通过运行第 5 行和第 5 行中的两个命令来创建帐户。 6 下面:
如果省略参数,power shell 将提供提示,允许您提供名称。
这还不是全部。
First Confirm that the Managed Users Service Account Container exists using the MMC Active Directory Groups and Users tool:
Second Use Windows PowerShell to create the accounts by running the two commands in lines steps 5 & 6 below:
If you omit the parameters, the power shell will provide prompts that allow you to supply the name.
That't all there is to it.