Martin Lingstuyl

Results 360 comments of Martin Lingstuyl

I'm having the same issue with Add-PnPGroupMember (PnP PowerShell 1.7.0) in vs code (1.60.2) Integrated Terminal. ```PowerShell Add-PnPGroupMember : Method not found: 'Int32 System.Text.Encodings.Web.TextEncoder.FindFirstCharacterToEncodeUtf8(System.ReadOnlySpan`1)' ``` Issue 'solved' when running the...

> Try running it in regular VS Code terminal, not in the PowerShell Integrated Console. I had a similar issue with Add-PnPApp and it works on the regular terminal. If...

Hi @edyoung, any updates on this? I see the PR is still open.

I like it @waldekmastykarz. So when you have logged in to four accounts and you log out of the active identity, what will `m365 status` return?

I think it would be best to **not** auto-select another identity. This could be rather dangerous 😀

Also: how about interactively selecting an identity from a list using the arrow and enter keys?

I think it might give a lot of clutter in the logstream, on the other hand I agree that this can be life-saving information. Two thoughts: - @arjunumenon 's proposal:...

> which would allow to change the identity along the way executing the command, like --identity. I wonder if this would not give even more flexibility Yesterday I ran into...

> One way I just realized that would be possible is to assign the identity to the PID of the current shell process which we can get from `process.ppid` Freakin'...