OSDBuilder icon indicating copy to clipboard operation
OSDBuilder copied to clipboard

error in AllFunctions.ps1 in Current OSBuilder version 22.8.9.1

Open Vistaking opened this issue 2 years ago • 0 comments

When running New-OSBuild -Execute getting error

At C:\Program Files\WindowsPowerShell\Modules\OSDBuilder\22.8.9.1\Private\AllFunctions.ps1:2924 char:58

  • ... $OSBTask = Get-Content "$($Item.FullName)" | ConvertFrom-Json
  •                                                      ~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (:) [ConvertFrom-Json], ArgumentException
    • FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.ConvertFromJsonCommand

Vistaking avatar Aug 21 '22 19:08 Vistaking