Expediting custom compliance interval in Microsoft Intune

Microsoft has recently announced that custom compliance hit general availability, which is really good because it is a very useful feature, that allows to extend monitoring of devices past standard compliance policy options, without the need of any 3rd party services. However, in a secure environments there is one big issue with this. The default …

How to check GPO -> Registry mapping, and what to do if OMA-URIs aren’t enough?

Intro The answer is pretty straightforward. Use PowerShell. There are some nuances that have to be taken into account though. First – to ‘mimic’ configuring the setting you would normally do with a specific OMA-URI you need to find its path, expected value, and its data type in the registry.Second – you need to remember …

Configuring User Rights via OMA-URI in Microsoft Intune

I’ve recently been implementing CIS Benchmark for Intune, and one of big chapters within it were Windows User Rights. Unfortunately, MS documentation was poorly written and confusing, to say the least. Not only was it discussed here: Give an example how to give user rights with MDM Policy CSP · Issue #856 · MicrosoftDocs/windows-itpro-docs · …