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?

답변

  • 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