Navigation

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. Recent
    Log in to post
    • All categories
    • Announcements
    • Support
    • Feature Requests / Feedback
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • D

      Is adding rows to smart_group_queries to speed up dynamic criteria entry a bad idea?
      Support • • dbenitez

      3
      0
      Votes
      3
      Posts
      208
      Views

      D

      @theopenem_admin Wow, thank you for the quick response! The ability to write your own SQL query would be super helpful! I appreciate the fact that you're still adding features and responding to community posts. Looking forward to 1.5.7!

    • M

      Unable to Change WallPaper After Image Deploy -Win10
      Support • • mkamara1

      3
      0
      Votes
      3
      Posts
      233
      Views

      M

      Thank you.

    • R

      partclone
      Support • • raf001

      1
      0
      Votes
      1
      Posts
      147
      Views

      No one has replied

    • E

      Local WinGet Repository
      Feature Requests / Feedback • • Eruthon

      1
      0
      Votes
      1
      Posts
      199
      Views

      No one has replied

    • J

      New versions on the horizon? (just curious)
      Feature Requests / Feedback • • julianb

      2
      2
      Votes
      2
      Posts
      258
      Views

      T

      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.

    • J

      LIE New kernel (6.6.7)
      Support • • jithinpsk

      2
      1
      Votes
      2
      Posts
      435
      Views

      R

      Hello Jithinpsk ,
      I am making a new Kernel according to your method to be able to integrate NVME drivers for a new laptop that is giving us problems for deployments, but unfortunately I cannot finalize the "bzimage" file, do you have any other information, I have tried with several versions of Linux and always from the .config file.
      the latest version (6.6.7) provided by theopenem in LIE is no longer well adapted
      Thank you for your answer.

    • E

      Save Custom Computer Reports
      Feature Requests / Feedback • • Eruthon

      1
      0
      Votes
      1
      Posts
      149
      Views

      No one has replied

    • J

      Image not fully deploying
      Support • • jakevirginia

      2
      0
      Votes
      2
      Posts
      186
      Views

      A

      @jakevirginia I know this is quite old, but just in case someone else has an issue, I'm going to guess this is a windows 11 image, I had the same issue couldn't even set the BIOS to the boot file manually, I ended up changing the image profile partition method from standard to "Use Original MBR/GPT" and that seemed to work.

      Best I can guess is something with the UEFI partitions being recreated in a "not so standard" way?

    • P

      TFTP missing files
      Support • • poswithlogic

      2
      0
      Votes
      2
      Posts
      282
      Views

      T

      Definitely not want you want to do. You probably just need to create boot files in admin settings->pxe-> global boot menu, also in pxe settings select the correct bootloader and click update, that will copy the correct files to the correct location.

    • A

      ERROR Toems_Service.EncryptionServices
      Support • • Apex

      1
      0
      Votes
      1
      Posts
      139
      Views

      No one has replied

    • K

      Can you restore images from backup?
      Support • • kdicks

      2
      0
      Votes
      2
      Posts
      172
      Views

      T

      Yes, just copy the images folder from the old to the new, but you will need manually recreate the images in the webui, using the same name.

    • C

      Self-service portal
      Feature Requests / Feedback • • Cycy

      7
      2
      Votes
      7
      Posts
      1354
      Views

      M

      I created a super basic implementation of a self-service portal using the API, it works in a pinch but I wouldn't use it in production without heavy improvement. Mostly just curiosity about what's possible with the API
      https://github.com/AidanRB/toem-store

    • J

      Verify DB "720"
      Support • • JCoal94

      3
      0
      Votes
      3
      Posts
      233
      Views

      J

      @theopenem_admin Understood. Thank you. I am also getting the following on the Application Logs: 2024-10-28 08:45:03,192 [176] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: Storage/GetFreeSpace
      2024-10-28 08:45:03,208 [176] ERROR Toems_Service.Workflows.ComServerFreeSpace Com server returned null for status. Check your com server URL!

    • D

      Script module script content box missing
      Support • • davmedei

      5
      0
      Votes
      5
      Posts
      293
      Views

      T

      Very strange, I've tested in nearly every browser and I can't replicate this.

    • R

      Theopenem and DHCP service on the same Windows Server?
      Support • • RappidRon

      4
      0
      Votes
      4
      Posts
      266
      Views

      R

      Ok, I've found the issue. For some reason I've forgotten to set a 'Router' option for the DHCP scope (test environement luckily). So the client got an IP address alright, but had no way to talk to the server therafter.

      Problem solved. Thank you for engaging though!

    • A

      VerifyDB with answer "15"
      Support • • arintasd

      3
      0
      Votes
      3
      Posts
      221
      Views

      T

      That's fine, it's just displaying your checkin time

    • S

      Deploy Image error with wimlib
      Support • • sjung

      1
      0
      Votes
      1
      Posts
      124
      Views

      No one has replied

    • E

      Software List - machine name
      Feature Requests / Feedback • • ehutsonphr6

      2
      0
      Votes
      2
      Posts
      232
      Views

      E

      @ehutsonphr6

      Cleaned up my statement, the sub query was enough to get the information that I wanted. I think I was originally going somewhere with a query with a subquery but I don't think it is necessary.

      SELECT computer_name AS 'Computer Name',software_id AS 'Software ID',softinv.name AS 'Software Name', softinv.version AS 'Version', uninstall_string AS 'Uninstall String'
      FROM computer_software csoft
      JOIN computers comp ON csoft.computer_id = comp.computer_id
      JOIN software_inventory softinv ON csoft.software_id = softinv.software_inventory_id
      WHERE computer_name NOT REGEXP '#[0-9][0-9]-'

    • A

      Winget - Installer Hash does not match
      Support • • Apex

      2
      0
      Votes
      2
      Posts
      847
      Views

      A

      Looks like this is typical for packages that get update frequently like Chrome. I think I'll avoid using Winget for Chrome

    • E

      AND between 2 groups = empty results
      Support • • Eruthon

      2
      0
      Votes
      2
      Posts
      187
      Views

      T

      Looks like a bug, I'll need to check out the sql that is generated.