简体   繁体   English

小型企业服务器2011-在x服务器上设置用户admin而不连接到该服务器?

[英]Small business server 2011 - set user admin on x server without connecting to that server?

Is it possible by any way (registry, powershell...) to put a user in a group such as "myServerAdminGroup" and automatically would give the right permissions to the user for that specific server without having to do it manually on the server? 是否可以通过任何方式(注册表,powershell ...)将用户放入“ myServerAdminGroup”之类的组中,并自动为该特定服务器赋予该用户正确的权限,而不必在服务器上手动进行操作?

Let's say I have some servers: "serverA", "serverB" and "serverC". 假设我有一些服务器:“ serverA”,“ serverB”和“ serverC”。

From SBS, I want to have some groups like "serverA_admin", "serverB_admin" and "serverC_admin" and without having to login into one of the servers, I want to set a user to the group "serverA_admin" and by doing that, the user would be admin on "serverA". 从SBS,我希望有一些组,例如“ serverA_admin”,“ serverB_admin”和“ serverC_admin”,而不必登录到其中一台服务器,我想将用户设置为组“ serverA_admin”,然后,用户将是“ serverA”上的管理员。

I just want to skip the step to manually set the admin permissions by connecting to do server. 我只想跳过通过连接服务器来手动设置管理员权限的步骤。

I can't find anything on this... I thought what I did could do it, but it seems I don't really understand how it works. 我对此一无所获...我以为我可以做得到,但似乎我并不真正了解它是如何工作的。 I tried this: 我尝试了这个:

  • Go in Small Business Server 2011. 进入Small Business Server 2011。
  • Add a new user -> "test_user". 添加一个新用户->“ test_user”。
  • Add a new group -> Call it "test_group" -> Added new user. 添加新组->命名为“ test_group”->添加新用户。
  • Add a new user role -> Call it "test_role" -> Added new group. 添加新的用户角色->命名为“ test_role”->添加新的组。

I guess by doing that, "test_user" as the permission of "test_role" by being in "test_group"? 我想通过这样做,将“ test_user”作为“ test_role”的许可,使其位于“ test_group”中? But I can't find how to add or remove permissions to "test_role"... I want to add the admin permissions for one or more servers. 但是我找不到如何向“ test_role”添加或删除权限...我想为一台或多台服务器添加管理权限。

Ideas? 有想法吗? I'm know I can do this : https://technet.microsoft.com/en-us/library/cc513935(v=ws.11).aspx but I really want to do it by adding user to a group. 我知道我可以做到这一点: https : //technet.microsoft.com/zh-cn/library/cc513935(v=ws.11).aspx,但我确实想通过将用户添加到组中来做到这一点。

All you should need to do here is go to each server and add the new administrator group to it's local administrator group. 您需要做的就是转到每个服务器,并将新的管理员组添加到其本地管理员组中。 So on "ServerA" you would log in, go to "local users and groups", and add "serverA_admins" to the administrators group. 因此,在“ ServerA”上,您将登录,转到“本地用户和组”,然后将“ serverA_admins”添加到管理员组。 going forward you'll just need to add new users to "serverA_admins" and they will gain admin access to ServerA. 将来,您只需要向“ serverA_admins”添加新用户,他们将获得对ServerA的管理员访问权限。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM