IT 专业人士的资源 > 论坛主页 > Windows HPC Server Deployment, Management, and Administration > How to create a new account in HPC server 2003 by command line?
提出问题提出问题
 

已答复How to create a new account in HPC server 2003 by command line?

答案

  • 2009年6月23日 10:19DanAdams 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     已答复
    Hello
    As CCS 2003 (and HPC Server 2008) authentication and authorisation are based on Active Directory you should be looking at automated creation of AD user accounts, and addition of those accounts to an AD group which is then included in the cluster users dialogue from withing the CCS Management console.
    There are a few ways to go about this: via scripting (check out http://www.microsoft.com/technet/scriptcenter/scripts/ad/users/default.mspx?mfr=true for a good starting point), using the DSADD command line tool (try dsadd /?), or using LDIFDE and ldf files (or CSVDE).
    Cheers
    Dan


全部回复

  • 2009年6月23日 10:19DanAdams 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     已答复
    Hello
    As CCS 2003 (and HPC Server 2008) authentication and authorisation are based on Active Directory you should be looking at automated creation of AD user accounts, and addition of those accounts to an AD group which is then included in the cluster users dialogue from withing the CCS Management console.
    There are a few ways to go about this: via scripting (check out http://www.microsoft.com/technet/scriptcenter/scripts/ad/users/default.mspx?mfr=true for a good starting point), using the DSADD command line tool (try dsadd /?), or using LDIFDE and ldf files (or CSVDE).
    Cheers
    Dan