graph
101 TopicsCreating report of Discovered Apps by Device
I need to create a report showing all discovered apps by device. I can get a list of discovered apps, and I can see what apps are installed on a device by going to the device profile. But I need an aggregated report combining discovered apps per device. I understand there may be a way to do this via the graph (I am not familiar with creating reports from the graph), or in PowerShell, but I can't find the syntax that would generate the report I am looking for. Any help would be appreciated.Solved31KViews0likes13CommentsMicrosoft Hack Together: Microsoft Graph and .NET 1st - 15th March
Hack Together is a virtual hackathon to get started building apps with Microsoft Graph and .NET. In this hackathon, you will kick-start learning how to build apps with Microsoft Graph – the API to access data and insights from Microsoft 365, and develop apps based on some of the most popular Microsoft Graph scenarios. You’ll also have a chance to win exciting prizes and meet Microsoft Graph and .NET Product Group Leaders, Cloud Advocates, MVPs and Student Ambassadors.12KViews2likes0CommentsCreating Microsoft Graph custom connector in Power Apps
How can Power Apps bring positive changes to the education system? One can create learning games in a cohesive system. Students can choose which subject they want to work on. They’ll demonstrate that they’ve learned the skill in question, and collect points. One can create a variety of different apps that tackle different learning processes. If there are children with dyslexia, coping strategies for the disorder can be incorporated into the program. One can create a smart tracking system to keep up with student proficiency by flagging various questions and exercises with different proficiency tags when creating them.12KViews1like1CommentSend an email from SPFx client-side webpart without exchange online
Hello All, We're trying to build an spfx client-side webpart which should send a confirmation email to the user logged in (CC'in a mailbox) on a button click. I have tried Graph Api and pnp.js, and they both work great on my personal tenant where exchange online is enabled. But on our company prod tenant we do not have exchange online enabled. Any idea if GraphApi/PnP.js has a dependency on enabling exchange online to send email. Thank you all !Solved10KViews0likes8CommentsPower Platform + MS Graph
Through our roles as Microsoft Learn Student Ambassadors, we have actively been part of the Microsoft Learn Student Ambassadors, social impact project, where a group of ambassadors from across the globe work together on a project. Our project team consisted of the following Ambassadors Gayatri Prabhu, Muhammad Qasim, and I. This blog series introduces the Power platform ecosystem with Microsoft Graph with use cases for people from the field of education.9KViews1like0CommentsAccess User Data from Microsoft Graph
Why integrate with education scenarios? Imagine a teacher who went to a conference and got excited about certain great applications. After she came back, the first thing she need to do is to load the list of students into the app. It doesn't sound like a fun task to do, right? It can also be kind of a barrier to entry at times when there is a large class or a lot of details needed.8KViews0likes0CommentsIntroducing support for Graph data in Azure Database for PostgreSQL (Preview)
We are excited to announce the addition of Apache AGE extension in Azure Database for PostgreSQL, a significant advancement that provides graph processing capabilities within the PostgreSQL ecosystem. This new extension brings a powerful toolset for developers looking to leverage a graph database with the robust enterprise features of Azure Database for PostgreSQL.Cert not found for Connect-MgGraph via Runbook Hybrid Worker
I use certificate to connect to Microsoft Graph and it works fine in runbooks azure instance. However, when I perform Connect-MgGraph -CertificateThumbprint <certThumbprint>-ClientID "<clientID>" -TenantID "<tenantID>" in runbook for Hybrid Worker machine I'm getting the following error: Connect-MgGraph : Certificate with subject name '[Subject] CN=CertName [Issuer] CN=CertName [Serial Number] CertSN [Not Before] 1/21/2023 1:33:10 PM [Not After] 1/21/2024 1:53:13 PM [Thumbprint] CertificateThumbPrint ' was not found in certificate store or has expired. At line:14 char:1 + Connect-MgGraph -CertificateName $cert -ClientID "<ClientID>- ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Connect-MgGraph], ArgumentException + FullyQualifiedErrorId : Microsoft.Graph.PowerShell.Authentication.Cmdlets.ConnectMgGraph The certificate is found and data is valid, but error says "not found" anyway. I tried to specify the exact path to the certificate and use store, also I switched different graph module version, none of that helped.Solved7.5KViews0likes4CommentsGraph CallRecords
Hi, I'm trying to find a way to get Teams Call Queue calls waiting time (how much time the caller waits on the queue before an agent took the call). By using the Get CallRecord method I was able to get details about regular Teams calls by call ID - GET https://graph.microsoft.com/v1.0/communications/callRecords/{id} I was wondering if I can do the same with Call Queue\Auto Attendant calls and try to figure out the waiting time with the data I will get. I know 3rd party tools, which gives the details I'm looking for, using Graph webhook subscription - so I'm pretty sure I can get this data too, just can't find out how. Any suggestions would be appreciated. Thanks.6KViews1like9Comments