Jump to content

Recommended Posts

Posted

So this is on my desk. Needs deploying to a couple of suites.

 

But I can't fathom it. I've done a bit of 'Edugeeking' and found people saying to use SCCM? But I've not working in IT long and I'm not really sure what to do. Would anyone be able to help me out please?

 

Thank you!!

Posted

IT Ninja is a decent place to find information, it's related to the Dell KACE software, which is a watered down version of SCCM. SCCM is a wonderful tool that can be used for imaging machines, power management, machine inventory, usage reports, and software deployment. It's well worth looking into. However if you haven't messed with it before it can be a bit daunting to set up as it requires setting up several admin utility accounts and groups via active directory. Installing the SCCM schema (found with the SCCM software) on the Schema master AD server, and installing an instance of SQL server and syncing it all in with SCCM and AD.

 

filehosting.org | Download | SQL-SCCM 2012 Installation & Configuration-Updated.pdf

Here is a simple guide to installing SCCM and SQL

 

There may be an easier way however. I can't remember if mindstorm is a .MSI or a .EXE. If it is a .MSI file those can be deployed really easily through group policy to various OU's in your LDAP Active Directory. Hope that helps!

  • 2 years later...
Posted
Sorry to revive this thread, trying to deploy Lego Mindstorms Education EV3 1.4.2 and keep running into problems. I've got it as an application in SCCM, script install and as "setup.exe /q /AcceptLicenses yes" but keeps coming up saying it's failing to verify the install or cmd line. How did you end up doing it in the end?
Posted
We use a cmd script to install it via SCCM and it has the command line of LME-EV3_Full-setup_1.3.0_en-GB_WIN32.exe /q /AcceptLicenses yes /r:n

 

Ahh right, i extracted the orginally exe... i'll give it a go with the original one

Posted
we also have our script (well DJ's script) that also checks if it's already installed and installs the space module as well. so far it's not given us an error on install
  • 2 weeks later...
Posted
I've just pushed it out to a suite. Was one of the easiest deployments I've done, all in about ten minutes. Tested them and working. Same as above code, but no SCCM here; this is just a startup script.
@echo off IF EXIST "C:\Program Files (x86)\LEGO Software" GOTO END \\server\share\LME\LME-EV3_Full-setup_142_en-GB_WIN32.exe /q /AcceptLicenses yes /r:n :END 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...