By: Jack Davis – Sr. Product Manager | Microsoft Endpoint Manager – Intune
With the recent general availability of custom compliance, customers now have the ability to further define what devic...
First a compliment. The learn.microsoft.com has getting better compared to TechNet a few years ago. We as long term partner assume it's what customers want when you directly sell them products and services and not over MS partners? 😉 [Accenture feedback...?]
For the JSON:
For several target languages at one how would you do that? There is no info regarding that under:
If we want as example de_DE and en_US same message or different messages for the same rule entry:
"RemediationStrings":[ { "Language":"de_DE", "Title":"Wir supporten nur bestimmte Marken", "Description": "Wir supporten nur bestimmte Hardware Marken." } ]
Would it look like this? If yes please include a sample on documentation for non coders 😉
"RemediationStrings": [ { "Language": "de_DE", "Title": "Wir supporten nur bestimmte Marken", "Description": "Wir supporten nur bestimmte Hardware Marken." }, { "Language": "en_US", "Title": "We support only specific brands", "Description": "We support only specific hardware brands." } ]
Because if we ONLY include as example German de_DE you see this error: