Replies: 1 comment
-
This repo is about PnP.PowerShell. We have nothing to do with the Microsoft.Graph powershell module |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have a script that is creating a MS Team and a Shared Channel. When I go to add a new member to the Shared Channel using New-MgTeamChannelMember, I'm continually getting this error:
"New-MgTeamChannelMember: Parameter set cannot be resolved using the specified named parameters. One or more parameters issued cannot be used together or an insufficient number of parameters were provided."
Below is the code I am executing (commented out code is a variation I have been trying with the same result). Can anyone provide any suggestions on how I can get around this/what I'm doing incorrectly in my code? $userID parameter I've tried the users ID and UPN, same results.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions