Fazer uma PerguntaFazer uma Pergunta
 

RespondidoMDM Bulk Pre-Enrollment Tool

  • quinta-feira, 25 de junho de 2009 11:56noordhuh Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     

    Question:
    We've ordered several hundreds of PDA's (HTC Touch HD) and are about to enroll these.
    I wanted to enroll these devices through the bulk Pre-Enrollment tool.
    But:
    We've labeled each device already with a unique name, and I want the devices to have the same name in MDM
    Not all users are in the same OU in the AD
    I am not a Domain Administrator

    Looks to me this tool might not come in handy for me, anyone agrees?
    Or are there other ways to enroll several hundreds of devices?

    Kind regards,

    Hans Noordhuis

Respostas

  • sexta-feira, 26 de junho de 2009 1:09Wayne Phillips.MVP, ModeradorMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     Respondido

    There are always ways and means. ;-) 

    Unique Device Name ? What format is this list ? If this is based on user "noordhuh01" etc then you can use Bulk Enrolment.
    I guess you have a list of users ?!  When you get the final list... Create yourself a Global Group an add all the users too that group and build a Bulk enrolment request based on that Group.

    If the Unique Device Name is in a format that cannot be used with Bulk Enrollment, then  you can always use the New-EnrollmentRequest Powershell command. ;-)
    That's one enrolment command per device... which sounds like a bit of work… but can automated!

    You can easily create a list of batch commands using Microsoft Excel. Export that to a csv format, Open in Notepad, use Find-Replace to remove commas “,”… hey presto.. you have a script. Rename the extension to PS1 and you have a Powershell script. Copy to mdm server and run !

    I hope that makes sense.

     

    Cheers Wayne

    Airloom

    • Marcado como Respostanoordhuh terça-feira, 30 de junho de 2009 13:14
    •  

Todas as Respostas

  • sexta-feira, 26 de junho de 2009 1:09Wayne Phillips.MVP, ModeradorMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     Respondido

    There are always ways and means. ;-) 

    Unique Device Name ? What format is this list ? If this is based on user "noordhuh01" etc then you can use Bulk Enrolment.
    I guess you have a list of users ?!  When you get the final list... Create yourself a Global Group an add all the users too that group and build a Bulk enrolment request based on that Group.

    If the Unique Device Name is in a format that cannot be used with Bulk Enrollment, then  you can always use the New-EnrollmentRequest Powershell command. ;-)
    That's one enrolment command per device... which sounds like a bit of work… but can automated!

    You can easily create a list of batch commands using Microsoft Excel. Export that to a csv format, Open in Notepad, use Find-Replace to remove commas “,”… hey presto.. you have a script. Rename the extension to PS1 and you have a Powershell script. Copy to mdm server and run !

    I hope that makes sense.

     

    Cheers Wayne

    Airloom

    • Marcado como Respostanoordhuh terça-feira, 30 de junho de 2009 13:14
    •  
  • terça-feira, 30 de junho de 2009 7:52noordhuh Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     
    Wayne,

    Thanks, I did not think of that one.
    It does makes sense, I'll give it a try today....

    Kind regards,

    Hans Noordhuis
  • terça-feira, 30 de junho de 2009 13:15noordhuh Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     
    Wayne,

    Your idea made me happy.
    Created a csv, exported it to a txt etc....
    Renamed it and it worked!
    Thanks chap!

    Cheers!

    Hans
  • quarta-feira, 1 de julho de 2009 1:07Wayne Phillips.MVP, ModeradorMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     
    The forum needs a "Made Me Happy" button.

    Cheers Wayne
    Airloom