ie something Like this: — "container" data => parsejson( execresult( "Get-NetAdapter | Convertto-json", "powershell")); —
It works if i for example do this: — "container" data => parsejson( execresult( "Get-NetAdapter | select ifName, Description | Convertto-json", "powershell")); —
The output from Get-NetAdapter includes 'cimclass', which i believe causes the crash. I could test doing a small sample (especially the key 'cimclass') which crashes and another one which doesn't.
This 3.21.5 and Windwos 10 home
Can you make a standalone example? Take the output of your execresult() and just stuff it in the variable directly.