Custom compliance policy - Non-compliance message not visible

MD 0 Reputation points
2023-12-14T19:46:34.28+00:00

I have created custom compliance policy, and on of the parameter to check if low disk space.

{
            "SettingName": "CDriveFreeSpace",
            "Operator": "GreaterEquals",
            "DataType": "int64",
            "Operand": 15,
			"MoreInfoUrl": "https://help.abc.com/servicedesk",
			"RemediationStrings": [
                {
                    "Language": "en_US",
                    "Title": "Low disk space alert!",
                    "Description": "The device has less than 15GB storage free in C drive. Please ensure at least 15 GB free space is left for C drive."
                }
            ]
}

With this, my device is being reported as non-compliant. But still I don't see the description message and url mentioned above anywhere. I believe it should be visible under Company Portal.

Microsoft Intune Compliance
Microsoft Intune Compliance
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Compliance: Adhering to rules, standards, policies, and laws.
165 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
5,096 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ZhoumingDuan-MSFT 13,160 Reputation points Microsoft Vendor
    2023-12-15T02:41:20.0033333+00:00

    @MD,Thanks for posting in Q&A.

    From your description, I know that you have created a custom compliance policy, the device was being reported as non-compliant, and you want to see the custom compliance policy details in Intune.

    Based on my researching, I found that the Information will be display in device status in the Company Portal when a device is noncompliant to a setting. You can check it in Company portal.

    If it is not visible, you can go to settings and click sync it.

    User's image

    https://learn.microsoft.com/en-us/mem/intune/protect/compliance-custom-json

    Hope this can be helpful.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.