Thanks. 1.5.7 is behind schedule it's shaping up to be much larger than anticipated and facing some challenges. It's probably still a couple months away. Mainly just going through the forum and implementing suggestions.
theopenem_admin
@theopenem_admin
Best posts made by theopenem_admin
-
RE: New versions on the horizon? (just curious)
-
Theopenem Update Status
It's been awhile since an update has been released. I want to assure everyone that the project is still very much alive. The next release of Theopenem will be 1.6.0. This version will provide an updated UI, created with .NET 9 using Blazor and the MudBlazor component library. I plan on releasing a short video of the new UI soon. I have also created a product board so you can see the features I'm currently working on and their status. This board also provides you with the ability to submit ideas and vote on existing ideas. I will be shutting down the Feature requests section of the forum and replacing it with this. If you have any ideas for the 1.6.0 version get them submitted now. Here is the link for the board. I'll get this added to the main site and docs as well.
https://portal.productboard.com/theopenem/1-theopenem/tabs/2-planned
This is a massive update and I'm trying to have this done by the end of August.
-
RE: Reset Admin Password
You can run the following sql query to reset the toemsadmin user password back to the original value of toemsadmin
UPDATE `theopenem`.`toems_users` SET `toems_user_pwd`='ynR74SyWh73NxqzWQNpwsWzHJPOdmWJd1BgxuOxVd+4=', `toems_user_salt`='8Q+LD8za/YzoK7OuAlU8orXTpeu/YpCyNl0yNxEKinQzzfwjI4njKt4FANt74ZxR2D2G7N1QxsNpreLNfd3Dpg==' WHERE `toems_user_id`=1;
-
RE: Could Not Save Image Schema - 800+ GB Image
Yes, then in admin settings -> imaging client, enable upload / deploy direct to smb
-
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.
Latest posts made by theopenem_admin
-
RE: Azure Toec Deploy
Perhaps you have the admin share disabled in your environment.
-
RE: Azure Toec Deploy
Can you connect to the admin share manually? You can just put that unc path in your run command to see if you can connect?
-
RE: Windows Defender Trojan virus
Theopenem 1.5.7 has been released to address this. It removes the run as code noted above. It does break running WinGet as an impersonated user which I'll try to address in the next release. I think it's a fair trade off for now as Toec was basically unusable with the latest Defender updates, you couldn't even download the agent from your browser without it being detected.
-
Theopenem 1.5.7 Released
This is an "emergency" release. It does not provide any new functionality but fixes Toec being detected as a virus(false positive).
Release Notes
https://docs.theopenem.com/latest/changelog/version-history.htmlUpdate Docs
https://docs.theopenem.com/latest/tutorials/updating.html -
RE: Windows Defender Trojan virus
I have submitted another defender submission to Microsoft to try and get this exluded, although I have my doubts. The culprit seems to be the impersonation code with WinGet. I think the best way forward is to just remove the run as ability for WinGet, then WinGet packages can only install as system or the currently logged in user. I'll continue to think about this for the next release.
-
RE: Script deployment as user & dynamic use of Custom Attributes
Hello,
If you set the policy trigger to login, it will run as the current user. You can also set a module to use an impersonation account where the system account will run the installation as that user, but that's meant more for applications that won't install with system, you would probably use just a single impersonation account.
The custom attributes cannot be used in the client scripts, currently they can only be used in imaging scripts, but I can add this to the next release.
You can use a custom inventory script to collect the information from your powershell script which can be used in reports but cannot be passed to a script.
-
RE: Windows Defender Trojan virus
@EddieHD Not sure about that, when you install the client I believe windows keeps a copy of the msi so it can be used for uninstalling. But as far as I know it should only be one file, or at least 1 per version.
@mzprays I'm not sure that just signing it would solve the problem, but it may help. The problem is that the client is generated for your environment, it embeds your certificates, provision key and com servers into the installer. So I can can't sign the client ahead of time. This all needs addressed but I'm not sure of the best way to handle this. Does anyone have any suggestion or experience with this? The only thing I can think of at the moment is to provide a signing fee, or for anyone with a support plan or donation. They could send me their generated client, I'll sign it and send it back. Any thoughts?
-
RE: Windows Defender Trojan virus
I can look into getting the client signed in a future release, I tried this once before and was never able to get anywhere with Microsoft, mostly just silence.
-
RE: Windows Defender Trojan virus
Since Theopenem executes code that essentially provides full control over the system via the client most anti-virus is detecting it as a virus. The only option is to add exceptions to your antivirus for c:\program files\toec
-
Theopenem Update Status
It's been awhile since an update has been released. I want to assure everyone that the project is still very much alive. The next release of Theopenem will be 1.6.0. This version will provide an updated UI, created with .NET 9 using Blazor and the MudBlazor component library. I plan on releasing a short video of the new UI soon. I have also created a product board so you can see the features I'm currently working on and their status. This board also provides you with the ability to submit ideas and vote on existing ideas. I will be shutting down the Feature requests section of the forum and replacing it with this. If you have any ideas for the 1.6.0 version get them submitted now. Here is the link for the board. I'll get this added to the main site and docs as well.
https://portal.productboard.com/theopenem/1-theopenem/tabs/2-planned
This is a massive update and I'm trying to have this done by the end of August.