I was getting an error when trying to run a convertto-json on some computer objects retrieved with Get-QVWComputer The error was something along the lines of newtonsoft.json version 6.0.0.0 required. It turns out 8.6 ships with version 5. I had to copy theNewtonsoft.Json.dll from my c:\windows\syswow64 folder to the C:\Program Files\Dell vWorkspace\vWorkspace and replace the existing one and then it worked.
↧