Navigation

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. theopenem_admin
    T
    • Profile
    • Following 0
    • Followers 7
    • Topics 17
    • Posts 1058
    • Best 58
    • Groups 2

    theopenem_admin

    @theopenem_admin

    administrators

    64
    Reputation
    129
    Profile views
    1058
    Posts
    7
    Followers
    0
    Following
    Joined Last Online

    theopenem_admin Follow
    NKD administrators

    Best posts made by theopenem_admin

    • RE: New versions on the horizon? (just curious)

      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.

      posted in Feature Requests / Feedback
      T
      theopenem_admin
    • 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.

      posted in Support
      T
      theopenem_admin
    • 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;
      
      posted in Support
      T
      theopenem_admin
    • RE: Could Not Save Image Schema - 800+ GB Image

      Yes, then in admin settings -> imaging client, enable upload / deploy direct to smb

      posted in Support
      T
      theopenem_admin
    • 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.

      https://www.youtube.com/user/coverthisone/videos

      posted in Support
      T
      theopenem_admin
    • RE: TOEC registration problem on not syspreped images

      What version of Windows did you install Theopenem on?

      posted in Support
      T
      theopenem_admin
    • 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

      posted in Support
      T
      theopenem_admin
    • 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?

      posted in Support
      T
      theopenem_admin
    • 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.

      posted in Support
      T
      theopenem_admin
    • 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.

      posted in Support
      T
      theopenem_admin

    Latest posts made by theopenem_admin

    • 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.

      posted in Support
      T
      theopenem_admin
    • 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?

      posted in Support
      T
      theopenem_admin
    • 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.

      posted in Support
      T
      theopenem_admin
    • 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

      posted in Support
      T
      theopenem_admin
    • 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.

      posted in Support
      T
      theopenem_admin
    • RE: Policies setup

      Just create a new policy,set the completed action to reboot, set the trigger to once per week, set the day of the week, and set frequency missed action to scheduleday only, then apply policy to groups you wan to reboot.

      To restart toec, just create a script module with
      net stop toec
      net start toec

      Assign it to a policy to run.

      posted in Support
      T
      theopenem_admin
    • RE: Trouble booting into iPXE from new HP Probook 440 G11

      Yea, i would turn off the proxy since your DHCP is already setup to handle the different bootloaders. Also, remove the option 60 PXEClient.

      posted in Support
      T
      theopenem_admin
    • RE: Trouble booting into iPXE from new HP Probook 440 G11

      I can't see any difference b/w your file and the new one. Your DHCP config is a little strange. If you are setting options in your DHCP scope then you are not using the proxy. Do you have toems dhcp proxy service running?

      posted in Support
      T
      theopenem_admin
    • RE: Trouble booting into iPXE from new HP Probook 440 G11

      Also, can you send me your original ipxe file that is working for the old models.

      posted in Support
      T
      theopenem_admin
    • RE: Trouble booting into iPXE from new HP Probook 440 G11

      I can't seem to replicate this, the latest version seems to be working for me. Are you using the proxy dhcp service, how are your dhcp options setup?

      posted in Support
      T
      theopenem_admin