microsoft / EntraExporter

PowerShell module to export a local copy of an Entra (Azure AD) tenant configuration.
https://aka.ms/EntraExporter
MIT License
568 stars 89 forks source link

Add additional tags/types to export specific user/group settings #72

Open klee-it opened 2 months ago

klee-it commented 2 months ago

Hey, thanks a lot for that module, It's really nice and works great. But I would ask to implement a new "type" which exports only the user/group settings.

f.e. if you use the type "groups" then currently you get all groups and also the group settings, but in my case I only need the groupSettings - because the backup of the groups are done in a other way.

So I would suggest a tag/type called "settings" which exports only "groupSettings", "userSettings", "Sharepoint/Settings" and maybe other available settings what I don't have in mind now. thx