Get-MgBookingBusiness Returns Zero Results #2507
Labels
no-recent-activity
Service issue
status:waiting-for-author-feedback
Issue that we've responded but needs author feedback to close
Describe the bug
Both
Get-MgBookingBusiness
andGet-MgBetaBookingBusiness
return no results even with-All
parameter usedTo Reproduce
Steps to reproduce the behavior:
Connect-MgGraph
Connect-ExchangeOnline
$mgbookings = Get-MgBookingBusiness -All
$exobookings = Get-Mailbox -RecipientTypeDetails SchedulingMailbox
$mgbookings.count
and$exobookings.count
Expected behavior
Get-MgBookingBusiness
should return a lot of itemsDebug Output
Module Version
Environment Data
Screenshots
Additional context
Please note I am running all cmdlets under Global Admin and made sure Azure app has been assigned
Bookings.Manage.All
andBookings.ReadWrite.All
permissionsThe text was updated successfully, but these errors were encountered: