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

      Deploying application
      Support • • Amaury

      10
      0
      Votes
      10
      Posts
      572
      Views

      C

      @amaury In this case, download and test before uploading to the server.

    • D

      Group Instant module runner
      Feature Requests / Feedback • • daodio2

      1
      2
      Votes
      1
      Posts
      150
      Views

      No one has replied

    • S

      take remote from multiple systems
      Support • • svgadkari

      2
      0
      Votes
      2
      Posts
      177
      Views

      S

      How requirement is as below.
      We have 10 Agents/IT technician. So each agent should be able to take remote from his system. Is it possible

    • V

      Add Description column in Computers menu
      Feature Requests / Feedback • • vantruoc

      1
      1
      Votes
      1
      Posts
      128
      Views

      No one has replied

    • E

      Enhancements to dynamic criteria in groups
      Feature Requests / Feedback • • Eruthon

      1
      0
      Votes
      1
      Posts
      244
      Views

      No one has replied

    • N

      Json Error when Trying to create IMG
      Support • • notto

      3
      0
      Votes
      3
      Posts
      212
      Views

      N

      @notto
      Doing further testing JSON error still present on Thinkbook 14s Laptop

      Yoga Slim 7 works fine.

    • T

      fShowMenu can only display 59 items
      Feature Requests / Feedback • • Tyler

      1
      0
      Votes
      1
      Posts
      171
      Views

      No one has replied

    • S

      Run multiple modules at once
      Feature Requests / Feedback • • SoWhy

      1
      1
      Votes
      1
      Posts
      141
      Views

      No one has replied

    • S

      Show log / result of module in browser
      Feature Requests / Feedback • • SoWhy

      1
      1
      Votes
      1
      Posts
      233
      Views

      No one has replied

    • A

      ApiRequest - Error Retrieving API Response - target machine actively refused it 127.0.0.1:1415
      Support • • Apex

      1
      0
      Votes
      1
      Posts
      158
      Views

      No one has replied

    • R

      The display menu after " ** Downloading Core Scripts ** ...... Complete" is not visible
      Support • • Ratnavel

      1
      0
      Votes
      1
      Posts
      132
      Views

      No one has replied

    • E

      Tasks in Task Scheduler remain "Enqueued"
      Support • • Eruthon

      1
      0
      Votes
      1
      Posts
      156
      Views

      No one has replied

    • S

      Re-download external files before running module or based on condition
      Feature Requests / Feedback • • SoWhy

      1
      1
      Votes
      1
      Posts
      137
      Views

      No one has replied

    • S

      Trigger re-download of external files with script module?
      Support • • SoWhy

      1
      0
      Votes
      1
      Posts
      150
      Views

      No one has replied

    • C

      Is it possible to save Reports for future use?
      Support • • CaptainFrank

      1
      0
      Votes
      1
      Posts
      137
      Views

      No one has replied

    • E

      Module replication throws errors
      Support • • Eruthon

      3
      0
      Votes
      3
      Posts
      413
      Views

      E

      @theopenem_admin I'm really sorry for mentioning, but I'd really like to find a way to fix this without reinstalling the whole server and clients.
      There are no "Active Replications" nor can I found a way to stop the Worker process. I tried to zip all software_uploads on TOEMS local storage, delete the contents of the folder, but it didn't help. The same if I deleted everything in that folder from SMB and local storage.

    • M

      Client boot error
      Support • • mjaiswal

      1
      0
      Votes
      1
      Posts
      143
      Views

      No one has replied

    • M

      Clonedeploy installation
      Support • • mjaiswal

      1
      0
      Votes
      1
      Posts
      139
      Views

      No one has replied

    • C

      EFI stub: Loaded initrd from command line option
      Support • • cracking.skulls

      3
      0
      Votes
      3
      Posts
      566
      Views

      J

      @cracking-skulls I'm having this same issue. Were you able to resolve it?

    • M

      Imaging unable to create partitions
      Support • • mzprays

      2
      0
      Votes
      2
      Posts
      324
      Views

      M

      I did some digging and it appears bootType is being incorrectly detected as legacy, so the script is formatting the drive as MBR. $env:firmware_type contains the correct value, EFI. I found that the boot type is determined using Confirm-SecureBootUEFI, interpreting a failure to run as legacy boot. This system does not support secure boot, causing Confirm-SecureBootUEFI to crash, although it does use UEFI. Is there a reason Confirm-SecureBootUEFI is used instead of $env:firmware_type for the boot type?