deviceActionResults does not display Wipe action
Nearly identical to issue #35, but for "wipe" instead of "retire". When initiating an Intune device wipe, it shows an action of "wipe" and a status of "pending" within the Intune web console. However, when doing an invoke-restmethod via Powershell, the deviceActionResults never populates. It simply returns a blank object shown as { }.
This is the exact property I am referring to: https://docs.microsoft.com/en-us/graph/api/resources/intune-devices-deviceactionresult?view=graph-rest-1.0
Are you using v1.0 or beta version when calling invoke-restmethod? If your using v1.0 can you test with beta?
I actually tried with both. Neither work. The beta does contain a new property called "managementState" which displayed "wipePending". I would use the beta version and that property but i am concerned about using the beta api in a production workflow.