You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing an Import of an ISO on the Import OS tab, the Minimized PowerShell Window throws an error
"Missing an argument for parameter
'OrgName'. Specify a parameter of type 'System.Object' and try again.
At line:1 char:93"
Is this because I have a wrong build account/password ? Doesn't like my Customer name.
The text was updated successfully, but these errors were encountered:
Orgname is read from XML not user input, Change line 533 in imf.ps1 seems to resolve it.
There seems to be an error in imf.ps1 line 533 when calling imf-importiso.ps1 it tries to find orgname in $settings but the imf.ps1 script doesn’t load the xml file in $settings but rather $xmldata.
The line ought to read: $ScriptBlock = [ScriptBlock]::Create(“.\Scripts\IMF-ImportISO.ps1 -ISOImage $($TextBox1Tab2.Text) -OSFolder $($TextBox2Tab2.Text) -OrgName $($XMLdata.Settings.CustomerName)”)
When doing an Import of an ISO on the Import OS tab, the Minimized PowerShell Window throws an error
"Missing an argument for parameter
'OrgName'. Specify a parameter of type 'System.Object' and try again.
At line:1 char:93"
Is this because I have a wrong build account/password ? Doesn't like my Customer name.
The text was updated successfully, but these errors were encountered: