Questions tagged [office365-exchange]

4 questions
1
vote
4 answers

New-ExoPSSession: Index was out of range

Im developing a script that connects to Exchange Online Microsoft 365, but when the script executes the cmdlet "Connect-ExchangeOnline", it ends with errors. The specific instruction is: Connect-ExchangeOnline -Organization $myTenant -AppId $AppId…
0
votes
0 answers

How can i export the member list of a exchange online dynamic distribution group to inc the attribute employeenumber

How can i export the members list of a exchange online dynamic distribution group to inc the attribute employeenumber? EmployeeNumber is an onprem attribute but we have synced this to Azure AD using Directory Sync i would like a export of all users…
0
votes
0 answers

Sending outlook meeting invite to thousands of users

this question is more towards understanding office 365 exchange limits. Problem: A outlook teams event is scheduled by admin and details(event id) of that event are kept in a sharepoint list item. Now user have option to attend that event(through a…
0
votes
2 answers

Does `/messages` in Graph API include shared mailboxes?

I'm calling https://graph.microsoft.com/v1.0/users/{user_id}/messages/ to paginate through all user messages. I'm using app permissions for access, which works fine. But I'm getting more messages than expected, and I'm not sure why. Is it possible…
user124114
  • 8,372
  • 11
  • 41
  • 63