Get AAD device connect encryption status PowerShell

Arif Usman 421 Reputation points
2020-04-21T02:13:43.313+00:00

Folks,
Just need little example or help to find status of encryption of AAD joined devices. I looked into PS 'Get-MsolDevice -All -ReturnRegisteredOwners' OR Get-AzureADDevice but none of them giving me status on encyrption ....is there any example i can see to find out...

thanks in advance...

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,464 questions
0 comments No comments
{count} votes

Accepted answer
  1. VipulSparsh-MSFT 16,231 Reputation points Microsoft Employee
    2020-04-21T06:25:55.227+00:00

    Thanks for reaching out @Arif Usman , as I understand from your question, you want to find the encryption status of an AAD Joined devices by using powershell.

    Assuming you are using Intune to push the encryption policies down to devices, that information is stored with Intune service and can be queried via Intune Powershell module which you download from :
    https://github.com/microsoft/Intune-PowerShell-SDK

    I ran it in my lab to find the status and it does show an attribute "isEncrypted" which might be useful for you.

    Here is a snippet :

    7526-in-pwrshl.jpg

    Hope this helps.

    Do let us know if this helps and if there are any more queries around this, please do let us know so that we can help you further. Also, please do not forget to accept the response as "Answer" if the above response helped in answering your query.

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful