Add Devices to Azure AD group using Bulk operations using Import Member

preview_player
Показать описание
In this video, we'll show you how to add devices to Azure AD groups using Bulk operations using Import Member. This will allow you to manage your devices in one central location and add them to the groups you need them in.

If you're managing devices in Azure AD, then you'll want to check out this Bulk operation tutorial! By following this guide, you'll be able to add devices to groups in a quick and easy way. Plus, you'll learn some tips on how to use Import Member to manage your devices more effectively!
I will be showing you how to add devices to Azure AD group using bulk operations feature. If the task is to add lots of devices to Azure AD group, this process will help you achieve the results by using Import member.

Members can be added either using Object ID(for devices) or UPN (for users).
You can't add devices directly. Microsoft templates only expects Object ID to be added.

To get Object ID, there are multiple ways:
1. Get it manually from device property
2. Get it by downloading list of all devices as csv file
3. Through PowerShell script which requires to Azure-AD module.

Following is the script located on Github Repository:

Follow me on:

Рекомендации по теме
Комментарии
Автор

Fantastic! Saved me a ton of time, thanks, Reggie!

clarkkent
Автор

This video and your script is fantastic. So simple I got it working on my first try. Much appreciated!

crackedwriter
Автор

Thank you, Manish. Very, very helpful!

LeoP
Автор

Very nice job I hope we expect much videos like this automation
Please share how to create Auto power on off and also Backup of or snapshot of 50 Servers and above

hemantdash
Автор

Thank you!!! I've been looking for a while how to do this because the old script I had isn't working anymore, I was so frustrated and I just didn't understand any of the other solutions I found on forums or technets.

TyranitarStudios
Автор

Manish, In the Main excel file if i want to find 1k devices object id, I will not be finding each one's object id, how to get a list for those devices in excel or Is there any other way?

KamalSingh-mqnn
Автор

I don’t see object id while exporting. Any suggestions?

kaygee_
Автор

Why don't you share the details of the getobjectid script?

reggierichard