Resources for IT Professionals > 論壇首頁 > 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?

  • Sunday, 21 June, 2009 8:53CHEN Dengta 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    As title, server 2003, not 2008,  how to create a new user by cmd line?

    using dsa.msc is not a good way, if there are dozens to create.

解答

  • Tuesday, 23 June, 2009 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


所有回覆

  • Tuesday, 23 June, 2009 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