Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds cmdlet Set-PnPTeamsChannelUser #1865

Merged
merged 2 commits into from
May 22, 2022

Conversation

milanholemans
Copy link
Contributor

@milanholemans milanholemans commented May 14, 2022

Type

  • Bug Fix
  • New Feature
  • Sample

Related Issues?

Fixes #1841

What is in this Pull Request ?

This cmdlet can update the role of a user in a private channel. Valid roles: Owner, Member.

Usage:

 Set-PnPTeamsChannelUser -Team "My Team" -Channel "My Channel" -Identity john.doe@contoso.com -Role Owner

Also updated documentation typo for the Add-PnPTeamsChannelUser -Channel parameter should be required.

@gautamdsheth gautamdsheth merged commit cb24318 into pnp:dev May 22, 2022
@gautamdsheth
Copy link
Collaborator

Hi @milanholemans , merged the PR !

Thank you so much for the contribution, much appreciated 😊🙏

@milanholemans milanholemans deleted the set-pnpteamschanneluser branch May 22, 2022 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] New cmdlet Set-PnPTeamsChannelUser
2 participants