Skip to content

New-MgTeamChannelMember fails with "Parameter set cannot be resolved using the specified named parameters." #3471

@NORC-RyanEnk

Description

@NORC-RyanEnk

Describe the bug

When running the command "New-MgTeamChannelMember" using PowerShell 5.1 or 7.4 we receive an error message.

Error:
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.

This is also discussed in #3370

Module:
Microsoft.Graph.Teams v2.33.0

Expected behavior

Running the command should add the user to the private team channel.

How to reproduce

  1. Execute New-MgTeamChannelMember with the -TeamId, -ChannelId, and -BodyParameters

SDK Version

2.33.0

Latest version known to work for scenario above?

No response

Known Workarounds

One known workaround is to use the Graph REST API instead of the cmdlet New-MgTeamChannelMember

Debug output

Click to expand log ```
</details>


### Configuration

- OS: Windows Server 2019
- 64 bit
- PowerShell details
PS C:\Windows\system32> $PSVersionTable

Name                           Value                                                                                                                                                               
----                           -----                                                                                                                                                               
PSVersion                      5.1.17763.8024                                                                                                                                                      
PSEdition                      Desktop                                                                                                                                                             
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}                                                                                                                                             
BuildVersion                   10.0.17763.8024                                                                                                                                                     
CLRVersion                     4.0.30319.42000                                                                                                                                                     
WSManStackVersion              3.0                                                                                                                                                                 
PSRemotingProtocolVersion      2.3                                                                                                                                                                 
SerializationVersion           1.1.0.1   

Name                           Value
----                           -----
PSVersion                      7.4.13
PSEdition                      Core
GitCommitId                    7.4.13
OS                             Microsoft Windows 10.0.17763
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0


### Other information

_No response_

Metadata

Metadata

Assignees

No one assigned

    Labels

    status:waiting-for-triageAn issue that is yet to be reviewed or assignedtype:bugA broken experience

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions