Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,970 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How to add hostnames of bulk machine in Intune Group?
First, there are no such things as Intune groups. Intune leverages AAD and thus uses AAD groups.
To manage just about anything and everything in AAD and Intune programmatically, you use the Microsoft Graph API. See https://learn.microsoft.com/en-us/graph/api/resources/groups-overview?view=graph-rest-1.0 for specifics on group management.
See https://www.rebeladmin.com/2019/06/step-step-guide-manage-group-using-azure-active-directory-powershell-graph-module/ for a supplemental step by step.