[BUG] Unable to attach a group to classic modern team site #4887
Unanswered
gvmadhusudhan
asked this question in
General
Replies: 1 comment
-
Not enough information, will move it to a discussion. Can't repro either. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Notice
Many bugs reported are actually related to the PnP Framework which is used behind the scenes. Consider carefully where to report an issue:
Invoke-PnPSiteTemplate
orGet-PnPSiteTemplate
? The issue is most likely related to the Provisioning Engine. The Provisioning engine is not located in the PowerShell repo. Please report the issue here: https://github.com/pnp/pnpframework/issues.Reporting an Issue or Missing Feature
Issue when attaching a Group to classic sharepoint team site
Expected behavior
Attach a M365 Group to the classic team site
Actual behavior
Get following error when attempting to execute the command
Add-PnPMicrosoft365GroupToSite : An error occurred while processing this request.
At line:1 char:2
Steps to reproduce behavior
Run the command
Add-PnPMicrosoft365GroupToSite -Url "" -Alias "" -DisplayName ""
What is the version of the Cmdlet module you are running?
2.5.0
Which operating system/environment are you running PnP PowerShell on?
Beta Was this translation helpful? Give feedback.
All reactions