Wednesday, May 8, 2024

Intune - Linux Intune app shows disk not encrypted and still checking issue and status unknown

Intune app in ubuntu 22.04 shows disk not encrypted and still checking issue and status unknown even when the disk is actually encrypted using Luks.

Image
solution:
Run below command in terminal.
sudo usermod -a -G disk <username>
sudo rm -Rf /home/[username]/.config/intune
Reboot and then open app and see.

Update:
This issue is actually fixed with latest update

No comments:

Post a Comment