Fazer uma PerguntaFazer uma Pergunta
 

RespondidoHow to create a new account in HPC server 2003 by command line?

Respostas

  • terça-feira, 23 de junho de 2009 10:19DanAdams Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     Respondido
    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


Todas as Respostas

  • terça-feira, 23 de junho de 2009 10:19DanAdams Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     Respondido
    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