Forum Discussion
DeoEstrada
Aug 22, 2022Copper Contributor
Intune Integration with another API
I have a ITSM tool (TOPdesk) that has asset management, and I'm working on integrating Intune with it. So far I managed to use the Graph API to call all Intune devices from TOPdesk and then create th...
- Aug 22, 2022
Hi DeoEstrada! I'm sure you can do this with some Azure Automation magic and a custom (Graph-based) connector. Take a look at these posts:
- Using a custom connector for device management actions in Microsoft Intune – All about Microsoft Endpoint Manager (petervanderwoude.nl)
- Automatically sending a Teams notification when Autopilot completes with PowerShell and Azure Automation | Syst & Deploy (systanddeploy.com)
They don't meet your needs but it'll give you an idea of what's possible.
NielsScheffers
Iron Contributor
Hi DeoEstrada! I'm sure you can do this with some Azure Automation magic and a custom (Graph-based) connector. Take a look at these posts:
- Using a custom connector for device management actions in Microsoft Intune – All about Microsoft Endpoint Manager (petervanderwoude.nl)
- Automatically sending a Teams notification when Autopilot completes with PowerShell and Azure Automation | Syst & Deploy (systanddeploy.com)
They don't meet your needs but it'll give you an idea of what's possible.
DeoEstrada
Aug 23, 2022Copper Contributor
NielsScheffers Thanks heaps for that. This helps greatly by pointing me to the right direction