Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 405 Bytes

File metadata and controls

11 lines (6 loc) · 405 Bytes

Example 1: Get the attendance report for a town hall session by ID

Import-Module Microsoft.Graph.Bookings

Get-MgVirtualEventTownhallSessionAttendanceReport -VirtualEventTownhallId $virtualEventTownhallId -VirtualEventSessionId $virtualEventSessionId -MeetingAttendanceReportId $meetingAttendanceReportId

This example will get the attendance report for a town hall session by id