Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 344 Bytes

File metadata and controls

11 lines (6 loc) · 344 Bytes

Example 1: List attendance reports for a town hall session

Import-Module Microsoft.Graph.Beta.Bookings

Get-MgBetaVirtualEventTownhallSessionAttendanceReport -VirtualEventTownhallId $virtualEventTownhallId -VirtualEventSessionId $virtualEventSessionId

This example will list attendance reports for a town hall session