Graph API
372 TopicsEdit app informations through Graph from existing mobile app with Powershell
Hi, in our environment we have published around 100 mobile apps. Mostly win32 apps. We would like to edit these mobile apps and add values for "owner" & "notes". Is it possible to edit these values through Graph?15Views0likes0CommentsStatus code keep changing after every query (404 & 200)
I am using the graph api to get the folders under my OneDrive root directory but the result is different in every run (most of the time failing). I have given it the Files.Read and Files.ReadWrite permission. This happened after I changed my microsoft password, but changing it again doesn't fix the issue. The query: https://graph.microsoft.com/v1.0/me/drive/root/children?%24select=name%2C%20id The screen recording: https://youtu.be/NIaz0Q37osg Timestamp: 0:00 - 0:13: 404 Not found error 0:16 - 0:26: 200 Files are found correctly 0:27 - 0:32: 404 Not found error again, without changing the query18Views0likes0CommentsNEW Podcast Microsoft Ignite E04: AI & Copilot – The Biggest Talk at MSIgnite!
Podcast Microsoft Ignite E04: AI & Copilot – The Biggest Talk at MSIgnite! AI is transforming the way we work, and Copilot is leading the charge! To break it all down and get expert insights, I’m joined by Jannik Reinhard and Fabio Bonolo to discuss: Key AI takeaways from Microsoft Ignite How companies & admins can benefit The future of AI-powered productivity Youtube: https://youtu.be/uD5V5a2Ldqg?si=u3R8fSndeW6wCruI31Views0likes0CommentsIntune Alerts
I would like to create alerts in Intune to trigger for different events. For e.g. Device is enrolled in Intune. Device is encrypted/decrypted from bitlocker. Device is Enrolled Hybrid Entra Join Device is enrolled in Defender Intune policy, etc..... and all others. How can this be done and what licenses are required If any?82Views0likes4CommentsGraph API getAsync() in C#
If I use graph in a console application I get the information that I request. Such as test = await graphClient.Users.GetAsync(); If I try this in a WebMethod in the code behind of a page or in an .asmx, it never returns with the data. I know this has been mentioned before in many forums, but I did not have issues in V1.0 of the SDK. When I try to use V5+ I can't seem to get the information back. Any ideas on overcoming the issue? Any help would be great.33Views0likes1CommentMicrosoft Graph Command Line Tools Blocked by CA
Hi All I hope you are well. Anyway, I recently turned ON a Conditional Access Policy Template, "Require MDM-enrolled and compliant device to access cloud apps for all users (Preview)" this seems to work fine until our IT Admins try to use the AutoPilot script which gets blocked based on: Microsoft Graph Command Line Tools Any ideas on how to allow AutoPilot / Microsoft Graph Command Line Tools through CA? Info appreciated771Views0likes14CommentsApprovals Not updating
I'm having a problem when retrieving the approvals created. Until 2024-12-26 at 13:16:48 UTC, when I created an approval, either through the application or through the API, it immediately appeared when I used get in the endpoint: https://graph.microsoft.com/beta/solutions/approval/approvalItems. Now I'm only able to see the approvals from before 2024-12-26 at 13:16:48 UTC, there is no record of the new approvals. I also noticed that, in the application, it's not showing the name of the person to whom the approval request was sent, only the name of the person who approved it, both for the new requests and for the old requests that have already been completed.19Views0likes0CommentsReporting on Timezone and Time - Android
Hi Folks: We recently migrated off legacy Airwatch for our Android devices. We have been running on Intune for iPhones for a few years. Our legacy Airwatch was reaching EOL and we wanted to consolidate. For two months, we've been able to enroll Samsung A7+ and A9+ tabs, deploy apps and configurations (Microsoft Launcher) using Intune. It's been working rudimentarily for us. One of our apps is a healthcare app that syncs to a back end DB. At initial setup on the Samsung client, this app reads the time and time zone and stores it in the DB. everytime the user does work, that time / timezone setting is used. If the user travels say from Buffalo (our location) to Japan, the buffalo time / time zone (EST) is still used, though the Samsung tab likely changed the time zone while traveling. I need to find a way to run a report to get the device's current time and timezone out of Intune. This is so we can ensure that all our healthcare devices have their times and times zones set properly. At time of enrollment, all Android tabs (Android 14) are set for AUTOMATICALLY get the time and time zone and set them. From what we've learned, when connecting to the Cell Data plans at start, these settings on android occur kind of like an NTP during boot of the device. In looking to Intune, I need to generate a report to list out each device's time and timezone. That last line is what I need. This is so we can report to our HIPAA compliance and regulatory team. It does not appear there is any way to pull this directly from the Intune Admin console, though I am not an expert as my team has only been using intune for Android evices for a few weeks. If Intune Admin has no way, is there a way to pull more discrete device data from a powershell script (meaning get a devices time and time zone?) More broadly, it seems like the MDM capabilities for Android devices are really rudimentary using Intune. I don't mind supplementing. I'm thinking some more robust data collection and configuration information collection tool will be needed down the road. That's it. Just need a way to pull time and time zone data from Intune, powershell, graph api, something . . .53Views0likes0Comments🎙️Podcast: Microsoft Ignite E03
🎙️#Podcast: Microsoft Ignite E03 I had an incredible time chatting with @liorbela.bsky.social in my latest #MSignite podcast episode, where we delved into key highlights from Microsoft Ignite 2024 and exciting developments in the Intune world #msintune Youtube: https://youtu.be/mnxHRLz3EMg?si=pab6wByZpQ2tnf5P7Views0likes0Comments