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
An error occurred near the end of the process. I am not sure how to resolve "Requested value 'equals' was not found", but seems the snag is in Invoke-MgGraphRequestCustom.ps1:78. Main.log
{"error":{"code":"ModelValidationFailure","message":"Requested value 'equals' was not found.","innerError":{"message":"Requested value 'equals' was not
found.","date":"2025-01-02T16:36:17","request-id":"7f764583-349f-469f-90a5-91ca45f45928","client-request-id":"d7e91e1c-8e44-4fc3-97d8-4fcc03355d97"}}}
At C:\Program Files\WindowsPowerShell\Modules\Win32AppMigrationTool\3.0.1\Private\Invoke-MgGraphRequestCustom.ps1:78 char:36
... aphResult = Invoke-MgGraphRequest -Uri $GraphUri -Method $Method -Bod ...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CategoryInfo : InvalidOperation: (Method: POST, R...ication/json
}:HttpRequestMessage) [Invoke-MgGraphRequest], HttpResponseException
FullyQualifiedErrorId : InvokeGraphHttpResponseException,Microsoft.Graph.PowerShell.Authentication.Cmdlets.InvokeMgGraphRequest
The text was updated successfully, but these errors were encountered:
Maybe it doesn't like the operator value in Win32appBody.json or DetectionMethod.json? or that there are two detection criteria? I removed the file detection, and it was unable to find the MSI detection at all, reporting "No detection method found". When trying with one of my PMPC apps the process worked perfectly.
Thank you for your hard work, Ben.
An error occurred near the end of the process. I am not sure how to resolve "Requested value 'equals' was not found", but seems the snag is in Invoke-MgGraphRequestCustom.ps1:78. Main.log
The text was updated successfully, but these errors were encountered: