You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It's sad there is no straight-forward way to change a member role in teams and the one have to use some sort of two step process. with Remove-PnPTeamsUser followed by Add-PnPTeamsUser
Describe the solution you'd like
I would like Set-PnPTeamsUser cmdlet implemented that would allow changing team member role without having them notified in Teams and loosing Teams Channel history.
Describe alternatives you've considered
Remove-PnPTeamsUser -Role Owner
Add-PnPTeamsUser -Role Member
It's not clear though if the user will loose access to Teams message history.
The other issue is that the user will get notification in Teams once Add-PnPTeamsUser command is complete.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It's sad there is no straight-forward way to change a member role in teams and the one have to use some sort of two step process. with
Remove-PnPTeamsUser
followed byAdd-PnPTeamsUser
Describe the solution you'd like
I would like
Set-PnPTeamsUser
cmdlet implemented that would allow changing team member role without having them notified in Teams and loosing Teams Channel history.Describe alternatives you've considered
It's not clear though if the user will loose access to Teams message history.
The other issue is that the user will get notification in Teams once
Add-PnPTeamsUser
command is complete.The text was updated successfully, but these errors were encountered: