Forum Discussion

OhhAhh's avatar
OhhAhh
Copper Contributor
Sep 20, 2023
Solved

Configuration profile status not updating when profile removed

I have created a configuration profile which sets 3 user settings. This was deployed to a group of users.  I can see the settings were applied successfully when I look at the profile Assignment Stat...
  • LeonPavesic's avatar
    Sep 21, 2023

    Hi OhhAhh,

    There are a few things to keep in mind about configuration profile status updates in Intune:

    • Configuration profile status updates are not real-time. It may take some time for Intune to update the status of a profile after it has been deployed or removed.
    • Configuration profile status updates are not always accurate. There are some cases where the status of a profile may not be correctly reflected in the Intune console.

    If you are concerned about whether or not a configuration profile has been successfully removed from a device, you can verify the device's settings manually. 

    You can also use the Intune PowerShell module to get more detailed information about the status of a configuration profile on a device. For example, you can use the following command to get a list of all the configuration profiles that are applied to a device:

     

    Get-IntuneManagedDevice -DeviceId <device ID> | Get-IntuneManagedDeviceConfigurationProfile

     

     

    This command will return a list of all the configuration profiles that are applied to the device, along with their status.


    Please click Mark as Best Response & Like if my post helped you to solve your issue.
    This will help others to find the correct solution easily. It also closes the item.


    If the post was useful in other ways, please consider giving it Like.


    Kindest regards,


    Leon Pavesic

Resources