Skip to content

Missing Get-MgAllUserOnlineMeetingRecording in 2.26.1 #3241

@timayabi2020

Description

@timayabi2020

Describe the bug

Get-MgAllUserOnlineMeetingRecording cmdlet is missing in 2.26.1 cmdlet. Based on the last openApi build the cmdlet has been renamed to Get-MgUserOnlineMeetingRecording, therefore an alias needs to be added for backward compatibility

Expected behavior

Running Get-Command Get-MgAllUserOnlineMeetingRecording should give results indicating availability of the cmdlet.

Image

How to reproduce

With the latest Microsoft.Graph module installed run Get-Command Get-MgAllUserOnlineMeetingRecording .

Image

SDK Version

2.26.1

Latest version known to work for scenario above?

No response

Known Workarounds

Use any of the below cmdlets.

  1. Get-MgUserOnlineMeetingRecording

  2. Invoke-MgGraphRequest -Uri `https://graph.microsoft.com/v1.0/users/<Use-Id>/onlineMeetings/microsoft.graph.getAllRecordings(meetingOrganizerUserId='@meetingOrganizerUserId',startDateTime=@startDateTime,endDateTime=@endDateTime) -Method GET

Debug output

Click to expand log ```
</details>


### Configuration

_No response_

### Other information

_No response_

Metadata

Metadata

Assignees

Labels

type:bugA broken experience

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions