Yes, then in admin settings -> imaging client, enable upload / deploy direct to smb
theopenem_admin
@theopenem_admin
Best posts made by theopenem_admin
-
RE: Could Not Save Image Schema - 800+ GB Image
-
RE: Toec 1.4.4.0 x64 wizard error
That won't work. The second video of the getting started series talks about how to install the client.
-
RE: TOEC registration problem on not syspreped images
What version of Windows did you install Theopenem on?
-
RE: TOEC registration problem on not syspreped images
A few options:
Rebuild the image - Make sure you delete the program files\toec folder if it exists, otherwise install Toec, then run the --prepareImage, leaving Toec installed on the image.
Keep existing image - Delete program files\toec before installing again.
Keep existing image - Install Toec, then run --prepareImage and restart service
-
RE: TOEC registration problem on not syspreped images
The installation id is the only thing that matters. If 2 pc's have the same id, it's going to show the behavior you are describing. Are you certain that it's not already on the image? It's nearly impossible for 2 machines to have the same installation id. Here is the code for how it is generated.
UpdateDbSetting(Guid.NewGuid().ToString(), "installation_id");
It is basically randomly creating a guid upon installation. The guid is not based on anything on the computer such as hardware or sids.
I'm also not sure whats going on with your script. Is that how you are installing on the client or what you are trying to do to fix it?
-
RE: WEB UI problems
Understood. It was done this way because I didn't want a scroll bar on the main nav menu. So if the main nav menu can't fit on your screen then it switches to mobile.
-
RE: Theopenem bootable USB does not show console text
The security bug has been fixed and now Microsoft is signing the shim loader again. I'm waiting for the newest shim version of 15.5 to be released before I try to get it signed. I'm hoping to have this done as soon as possible but it's a pain.
-
RE: TOEC installed before or after imaging
It's fine to put it on the image but you must prepare it for image, or like you said the installation id will be the same on each machine.
From the docs:
Toec.exe --prepareImage
If you want to install Toec before capturing an image of the computer. You must run this prior to the last shutdown of the computer. Failure to run this will cause each client's installation id to be the same, preventing Toec from working properly.
You should be able to run that command on the machines that have already imaged in order to fix them also.
-
RE: Port Forwarding
Your approach is correct. Only open up port 8888 to allow the endpoints to communicate, keeping the ui and api locked down to just the internal network.
Latest posts made by theopenem_admin
-
RE: Computer Reports
The reporting is kind of broken. I'll do some work on it in the next release. If you have an database experience you can query it directly to get the info.
-
RE: Stuck Creating a Pipable WIM?
Yes, just discovered this bug myself. It's been fixed but hasn't been released yet. When making the image with the image prep utility, leave the c:\drivers option unchecked.
The issue is that the reg key is changed to a REG_SZ value when it should be REG_EXPAND_SZ value. If make that change in the registry it will fix the issue.
-
RE: Cannot Log In TheOpenem Web UI
It's difficult to say what's happening here and I'm certainly not a database expert, from your log, you can see that it can't connect to the database. Can you connect to database manually using the provided heidisql tool?
-
RE: Quick Group Add // Module progress
@grimtooth said in Quick Group Add // Module progress:
I was wondering if there will be a way to quickly import or add a list of machines into a custom group? For example import from a text file or similar. If a function exists, I apologize.
There is no feature to do this, you must manually add them to the group, or you could use a dynamic group to do it automatically if there is a naming convention that could be used.
Another thing is, can we have a progress meter of some sort, similar to the imaging progress %, but for modules? Even better if it shows the progress for each machines during software/command deployments if it is pending, ongoing or failed.
I can look into adding something in the next release.
-
RE: Run Toems on Linux ?
Sorry, this has been discussed before. There are some dependencies that are not compatible with Linux, specifically entity framework has a bug that prevents it from working on Linux.
-
RE: Unable to upload msi file
Did you update the uploadapiurl in the web.config file?
-
RE: Default Built-in Group
You can't delete the built in all computers group. It will always have all computers in it. There is no need to create another All computers group, but if you are just testing, it should still work. What do you have for your dynamic criteria?
-
RE: Bitlocker error
The best way to completely disable bitlocker is from the cmd:
manage-bde -off c: