Hi @David Wong
The extension_xxxxxx_yyyyy
is not a built-in parameter for the user, it is automatically categorized into AdditionalProperties
when you call it using Graph Power Shell.
Import-Module Microsoft.Graph.Users
Select-MgProfile -Name "beta"
Connect-MgGraph -Scopes "User.Read.All"
Get-MgUser -All | Format-List id,createdDateTime,identities,AdditionalProperties
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.