In PowerShell I want to list the personal contacts of a user using Graph API.
$user=Get-MgUser -UserId "test1@mydomain.com" -Property * | Select * $