pseymour / MakeMeAdmin

Make Me Admin is a simple, open-source application for Windows that allows standard user accounts to be elevated to administrator-level, on a temporary basis.
https://makemeadmin.com/
GNU General Public License v3.0
391 stars 85 forks source link

ADMX MultiText/REG_MULTI_SZ - Intune OMA-URI #69

Closed leggo2 closed 2 years ago

leggo2 commented 2 years ago

Hi

Is is possible to add several AllowedEntities with OMA-URI settings?

With only ONE value this works: <enabled/><data id="AllowedEntitiesMultiText" value="SID-VALUE-1"/> image And yes, the SID-VALUE-1 is changed to a "sample value" above.

But how can you make a AllowedEntitiesMultiText with TWO or more values work? The line break required for several REG_MULTI_SZ is the issue I can't solve.

FYI. I got the ADMX-injection and OMA-URI settings working, just need help to add more entries. I could make a guide for others to get this working if required (Azure AD-joined devices - No on-prem/hybrid)

leggo2 commented 2 years ago

To answer my question, this is how you can add multiple entries: <enabled/><data id="AllowedEntitiesMultiText" value="SID-VALUE-1#xF000;SID-VALUE-2"/>

This can now be closed.