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

      Incorrect Username Or Password
      Support • • jgitta

      9
      0
      Votes
      9
      Posts
      858
      Views

      Z

      @jgitta
      J
      jgitta
      27 Jun 2023, 10:32

      @theopenem_admin
      Hi, I also have the same problem, I can't log in with the initial user.
      Can you help me find the correct password via the web.config file? Thank you

    • T

      Microsoft Storage Spaces
      Feature Requests / Feedback • • Tyler

      3
      0
      Votes
      3
      Posts
      1470
      Views

      T

      I had to step away from this for a little while but I just ran into a small snag on it.

      When a system is using Storage Spaces to pool drives, the drives do not appear in PS> Get-Disk, and this messes up the disk numbers. In wie_global_functions.ps1 : Get-Hard-Drives() we get an array of the valid disks

      $script:HardDrives=$(get-disk | where-object {$_.NumberOfPartitions -gt 0 -and $_.BusType -ne "USB"} | Sort-Object Number)

      In wie_deploy.ps1 : Process-Hard-Drives() we foreach through that array with an external index to get the schema

      $currentHdNumber = -1 foreach ($hardDrive in $script:HardDrives) { log " ** Processing Hard Drive $($hardDrive.Number)" -display -timeStamp $currentHdNumber++ [...] $script:hdSchema = $(curl.exe $script:curlOptions -H Authorization:$script:userTokenEncoded --data "profileId=$profile_id&clientHdNumber=$currentHdNumber&newHdSize=$($hardDrive.Size)&schemaHds=$script:imaged_schema_drives&clientLbs=$($hardDrive.LogicalSectorSize)" ${script:web}CheckHdRequirements --connect-timeout 10 --stderr -)

      So now we have 3 numbers, $script:hardDrive.Number, $currentHdNumber, and $script:hdSchema.SchemaHdNumber. Under normal circumstances these are all the same number, but in Storage Spaces, and who knows maybe other RAID setups, hardDrive.Number is the system's index for that disk, while currentHdNumber and SchemaHdNumber are the position of the disk in an unordered array.

      That's all good and fine, great actually, because this disjoint allows the wie to ignore this problem.

      currentHdNumber is used to request the schema so it will always request 0 first, and on most systems there's only one drive. Any time we want to get something from the server, we want this number.

      hardDrive.Number then reflects any modification to the disk order. As long as we use hardDrive.Number to direct disk operations it'll work out.

      In wie_deploy.ps1 : Download-Image(), the line used to stream the .wim onto the partition is

      $udpProc=$(Start-Process cmd "/c curl.exe $script:curlOptions -H Authorization:$script:userTokenEncoded --data ""profileId=$profile_id&hdNumber=$($hardDrive.Number)&fileName=part$wimSource.winpe.wim"" ${script:web}GetImagingFile | wimapply - 1 C: 2>>$clientLog > x:\wim.progress" -NoNewWindow -PassThru)

      Which uses hardDrive.Number to ask the server to send the image over. The server doesn't know about disk 3, so the request errors out. Changing this to currentHdNumber or SchemaHdNumber fixes it, and now the wie is able to deploy images to storage spaces

      There is actually a secret 4th number, $script:imageHdToUse, which is just SchemaHdNumber

    • J

      Drive not deploying after imaging
      Support • • jakevirginia

      9
      0
      Votes
      9
      Posts
      456
      Views

      J

      @theopenem_admin when I enable efi on the virtual machine setting in virtual box. I no longer have to ability to f12 into pxe boot. And the vm will not boot. And I also don’t understand because the laptops are dual legacy and uefi. I’ve never had to click enable efi before and it imaged the drives just fine.

    • S

      Run module on next checkin
      Feature Requests / Feedback • • SoWhy

      1
      1
      Votes
      1
      Posts
      157
      Views

      No one has replied

    • A

      Deploying application
      Support • • Amaury

      10
      0
      Votes
      10
      Posts
      612
      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
      157
      Views

      No one has replied

    • S

      take remote from multiple systems
      Support • • svgadkari

      2
      0
      Votes
      2
      Posts
      186
      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
      133
      Views

      No one has replied

    • E

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

      1
      0
      Votes
      1
      Posts
      252
      Views

      No one has replied

    • N

      Json Error when Trying to create IMG
      Support • • notto

      3
      0
      Votes
      3
      Posts
      221
      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
      180
      Views

      No one has replied

    • S

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

      1
      1
      Votes
      1
      Posts
      146
      Views

      No one has replied

    • S

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

      1
      1
      Votes
      1
      Posts
      239
      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
      168
      Views

      No one has replied

    • R

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

      1
      0
      Votes
      1
      Posts
      138
      Views

      No one has replied

    • E

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

      1
      0
      Votes
      1
      Posts
      164
      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
      142
      Views

      No one has replied

    • S

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

      1
      0
      Votes
      1
      Posts
      155
      Views

      No one has replied

    • C

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

      1
      0
      Votes
      1
      Posts
      141
      Views

      No one has replied

    • E

      Module replication throws errors
      Support • • Eruthon

      3
      0
      Votes
      3
      Posts
      428
      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.