Questions tagged [microsoft-graph]

Microsoft Graph is an API for querying and updating data and intelligence in Office 365 and Azure.

Microsoft Graph is an API for querying and updating data and intelligence in Office 365 and Azure.. Microsoft Graph provides a unified API that you can use to manipulate the tremendous amount of data in Office 365, Enterprise Mobility + Security, and Windows 10.

Microsoft Graph exposes REST APIs and client libraries to access data on the following:

  • Azure Active Directory
  • Office 365 services: SharePoint, OneDrive, Outlook/Exchange, Microsoft Teams, OneNote, Planner, and Excel
  • Enterprise Mobility and Security services: Identity Manager, Intune, Advanced Threat Analytics, and Advanced Threat Protection.
  • Windows 10 services
8 questions
2
votes
1 answer

Updating Microsoft Intune devices via Powershell

Looking for a bit of help with the Intune Powershell/graph interface. I'm trying to manipulate Intune Device Categories via Powershell, so that I can firstly correct devices that were placed into the wrong category during enrollment, and secondly,…
Rob Moir
  • 31,664
  • 6
  • 58
  • 86
1
vote
2 answers

Show clear names instead of anonymous names in Office 365 Report- PowerShell or Graph

Microsoft has made anonymous display of user-names as default in Office 365 and also enforced it from August 31, 2021. I found a way to overcome it from Admin Portal.…
Tony
  • 13
  • 3
0
votes
2 answers

Linux based application - Need access to MS Graph mail API

Background: We have a linux based robotic application (in LISP language) to read application support mailbox and respond appropriately to customer emails. Currently the mail reading is done using the IMAP access protocol. As per new security policy…
0
votes
1 answer

Microsoft Exchange increase attachment size

I followed the instructions to increase the attachment size as shown here: https://www.microsoft.com/en-us/microsoft-365/blog/2015/04/15/office-365-now-supports-larger-email-messages-up-to-150-mb/ Its been a couple of days since I waited for the…
Vikas Goel
  • 101
  • 3
0
votes
1 answer

Tease out extensionAttribute5 with get-mguser

Trying to force myself to start using graph thru powershell since it looks like the AzureAD powershell commandlets are going the way of the dodo at some point. Wondering if there is a way to use get-mguser to grab extensionAttribute5. I know you…
0
votes
1 answer

How to update Azure AD MS Group Mail and ProxyAddresses field using PowerShell

I need to update email address domain for all Azure AD Groups (of all types Unified, Dynamic ... ) and I am using PowerShell 7 with latest stable AzureAD module. I have an issue with setting new value to "Mail" and "ProxyAddresses" properties using…
0
votes
0 answers

The preferred replica is unavailable - Microsoft Graph

While creating user using microsoft graph,it was working fine yesterday but now I am getting the error below. I re-activated the subscription. "error": { "code": "Directory_ReplicaUnavailable", "message": "The preferred replica is…
0
votes
1 answer

Automation to copy individual email chains between mailboxes

My goal from a high level: I would like automatically copy all emails in a conversation from the various mailboxes where they reside to a single mailbox to act as an archive. This would basically happen one at a time. So in practice, an…