Justin Grote

Results 875 comments of Justin Grote

FWIW the latest preview seems to work in both Host and Ansi mode, except for exceptions: ![image](https://user-images.githubusercontent.com/15258962/154883430-b88e11cf-9001-44b2-b8db-67586f96dc66.png) ![image](https://user-images.githubusercontent.com/15258962/154883496-facd0449-c001-415a-8d7a-e5bb5a8b9224.png) Detailmode kind of works but clearly has issues: ![image](https://user-images.githubusercontent.com/15258962/154883813-f169e20d-d23b-4d7c-9f5b-cb6500b36818.png)

FYI this has NOT been solved by #1459 and remains an open issue @andschwa CC @anatolib ![image](https://user-images.githubusercontent.com/15258962/143818829-014440c7-4020-49d2-8f9b-1bd48298f70b.png)

It absolutely requires the `$count` parameter but there's no way in the current parameters to do this short of a convoluted httppipelineprepend. In the graph SDK there is a -countvariable...

> @JustinGrote , According to API spec of MSGraph, `count` is not required parameter. > > When I tried `GET https://graph.microsoft.com/v1.0/users?$filter=Department%20ne%20null&$count=true`, I got > > ``` > { > "error":...

How about vscode or powershell remoting to a Windows Server? Seems like a strong business case to me :)

RD Tabs supports this I believe so it should be possible: https://www.avianwaves.com/Software/Tools/RD-Tabs

There is some information in targetObject but nothing specific to the error other than the message. I think the most appropriate storage for this is `$error.exception.data` (currently blank), I'll go...