pnp / PnP-PowerShell

SharePoint PnP PowerShell CmdLets
https://pnp.github.io/powershell
Other
990 stars 663 forks source link

Set-PnPUnifiedGroup has error 'Exception while invoking endpoint' #2314

Open OpenHabitat opened 4 years ago

OpenHabitat commented 4 years ago

Reporting an Issue or Missing Feature

When I execute Set-PnPUnifiedGroup I get the error 'Exception while invoking endpoint https://login.microsoftonline.com/71f268c4-7140-43cb-bfe5-4f37301ab0ae/oauth2/token'

Seems that it can't authenticate with Office 365!

Expected behavior

I expected to be able to add a user to an Office 365 group. My code: Set-PnPUnifiedGroup -Identity $Office365GroupName -Members 'regmipadmin@ympa.onmicrosoft.com'

Actual behavior

Get error 'Exception while invoking endpoint '

Steps to reproduce behavior

Simple try to add a member to an existing Office 365 group.

Which version of the PnP-PowerShell Cmdlets are you using?

What is the version of the Cmdlet module you are running?

3.13.19

How did you install the PnP-PowerShell Cmdlets?

ghost commented 4 years ago

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.

robertcaretta commented 4 years ago

Why is this closed? What is the resolution?